Multiplayer mods can define preview images used in the game’s UI (for example in the Multiplayer menu). These are separate from the Steam Workshop preview image, which is uploaded when publishing the mod.
Two types of preview images can be included in a mod:
Mod preview image
Defined in
info.txt using
preview=. This represents the mod in the multiplayer menu.
version = 2
preview = mpclassics_thumb.png
Game mode preview images
Defined in
gamemodes.txt using
preview= inside each game mode section. These represent individual game modes in the multiplayer menu.
[Deathmatch]
path = deathmatch.lua
preview = deathmatch_thumb.jpg
Both preview types should be:
- 512 × 292 pixels
- PNG or JPG
- included in the mod folder