mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-17 17:23:12 +01:00
clearer phrasing
This commit is contained in:
parent
4a1901ace1
commit
4de3f6fa09
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ Next, simply create a new save file that'll serve as the basis for your new map.
|
|||
|
||||
## Caveats
|
||||
There's a few engine details that you'll have to pay attention to when creating custom maps. Currently, these aren't enforced in the game, so ignoring them might lead to unexpected results.
|
||||
- Some objects in the game (notably lot staff) save a reference to the map's name. Because of this, it's recommended to [export your map](#exporting-your-map) once and create a new save file with it before assigning lot staff and residents, and then re-exporting the map.
|
||||
- Some objects in the game (notably lot staff) save a reference to the map's name. Because of this, it's recommended to [export your map](#exporting-your-map) once, name it with its final name, and create a new save file with it before assigning lot staff and residents, and then re-exporting the map.
|
||||
- Exporting a custom map from a save that has multiple maps loaded may lead to issues, so it's recommended to have only one map in your save.
|
||||
- Roads have to be made of the hidden road tiles, and they have to be 5 tiles across to be registered as driveable area. Lane markings are optional.
|
||||
- Every map needs to have at least one road that exits the map's border, otherwise people will not be able to go out of town, which might lead to crashes during gameplay.
|
||||
|
|
Loading…
Reference in a new issue