mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-12-21 22:39:22 +01:00
clarify that the archive also ahs to have the map's name
This commit is contained in:
parent
f8aa3fecbc
commit
1fb00fe654
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ To complete your map's export, there are some additional files that are required
|
|||
- `MyMapName.png` contains a screenshot of a prominent part of your map (or any other image) which will be displayed when creating a new save file. The game expects this file to have 4:1 aspect ratio, with the default maps' size being 512x128 pixels.
|
||||
- Optionally `MyMapNameSteamThumbnail.png`, which will be used as the preview image displayed in the Steam Workshop if you decide to share your map there. The restrictions for this seem somewhat arbitrary, but it's best to keep the file size under 1 MB and the image size around 256x256 pixels.
|
||||
|
||||
Optionally, you can put the three (or four) files into a `zip` archive to share, which is required to share your map with the community. The archive can then be put into the game's `Custom Maps` folder as-is, and the map will be available to select in-game.
|
||||
Optionally, you can put the three (or four) files into a `zip` archive called `MyMapName.zip` to share, which is required to share your map with the community. The archive can then be put into the game's `Custom Maps` folder as-is, and the map will be available to select in-game.
|
||||
|
||||
## Sharing Your Map
|
||||
|
||||
|
|
Loading…
Reference in a new issue