How do you define a steam workshop image banner in the .mod file? The wiki says it is possible but doesn't actually mention how:
http://www.stellariswiki.com/Steam_Workshop
http://www.stellariswiki.com/Steam_Workshop
Add this line:How do you define a steam workshop image banner in the .mod file? The wiki says it is possible but doesn't actually mention how:
http://www.stellariswiki.com/Steam_Workshop
IG11 said:Add this line:
picture="yourimagegoeshere.PNG"
to your .mod file.
The image size doesn't matter but you probably want to make it a square otherwise you get some black padding.What size does it need to be? I tried this and it did not work.
dosaki said:The image size doesn't matter but you probably want to make it a square otherwise you get some black padding.
How does it not work?
path="mod/realtime"
path="mod/realtime/common/defines"
path="mod/realtime/common/ship_sizes"
picture="mod/realtime/thumbnail.png"
This .mod file seems very strange, you only need one path file line and are missing quite a few other lines. For instance, here is my .mod file for my mod "Playable Robots":I tried it again multiple times. The picture just doesn't show up. Here's what the .mod file says:
Everything else in there works. The picture doesn't show up on steam. It is in the proper location in the mod/realtime directory.
Any ideas what I'm doing wrong?
name="Playable Robots"
path="mod/playablerobots"
tags={
"Gameplay"
"Leaders"
"Species"
"Graphics"
"Utilities"
"Fixes"
}
picture="PLR.PNG"
remote_file_id="112367865"
supported_version="1.0.*"
That might be your issue, the .mod file does not go in the mod/yourmodname folder but rather JUST the /mod folder.The contents of the mod/yourmodname folder are the common folder for the files that it needs, the preview picture, and the mod file itself.