mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-16 17:03:13 +01:00
note a caveat about lot employments in custom maps doc
This commit is contained in:
parent
cb60ba71fd
commit
1a3e0e39dc
1 changed files with 3 additions and 1 deletions
|
@ -12,6 +12,8 @@ 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 assignments 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.
|
||||
- Newly placed lots should have a name assigned to them prior to exporting, as otherwise they will be marked as incomplete, causing them to behave unexpectedly.
|
||||
|
|
Loading…
Reference in a new issue