Ok I was following along with this tut but now I'm lost, where do I edit this .ini file in step 4 of "Adding A screenshot texture"?
4. Set up the ini file for the screenshot.
- Edit the <mapname>.ini file that was created when you published the map.
- Change the line:
to read
for example:
4. Set up the ini file for the screenshot.
- Edit the <mapname>.ini file that was created when you published the map.
- Change the line:
Code:
PreviewImageMarkup=<Images:UI_FrontEnd_Art.GameTypes.DeathMatch>
Code:
PreviewImageMarkup=<Images:<mapname>.MapPic.map-pic-<mapname>>
Code:
PreviewImageMarkup=<Images:DM-MyMap.MapPic.map-pic-dm-mymap> or PreviewImageMarkup=<Images:CTF-MyMap.MapPic.map-pic-ctf-mymap>
Comment