Can someone like help me with adding a tileset or whatever and also how to make monster spawn in a location that I want in building or if possible vehicle
creating a new tile set:
- add a new folder in gfx
- create a tile_config.json file in your new folder, that lists all items/furniture/monsters/vehicles parts that your tile set supports.
- create a tileset.txt file that describes the name and paths for your tiles.
- create one or more .png files with your new tiles, in the order you list in the tile_config.json.
adding an existing tile set to your game:
- copy it into the gfx folder
- go into options and select it
monster and vehicle spawn
- in the location json in data/json/mapgen/ , put the monsters you want to spawn in place_monsters and the vehicles in place_vehicles. see public_works.json for a good example.
1 Like
Thanks for help especially the bottom part