mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-31 15:19:29 +07:00
Reorganize modders documentation files
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
# Mods
|
||||
# 1 - Introduction to Mods
|
||||
|
||||
## What's this about?
|
||||
|
||||
@ -35,7 +35,7 @@ Mods are located in a `/mods` directory, on Desktop that should be next to your
|
||||
|
||||
Mods typically have 2 subfolders:
|
||||
|
||||
- `jsons` - here you should put files that alter the data of game objects, the order of the files is as in [the base json files](https://github.com/yairm210/Unciv/tree/master/android/assets/jsons). More information on these can be found [here](JSON-files-for-mods.md)
|
||||
- `jsons` - here you should put files that alter the data of game objects, the order of the files is as in [the base json files](https://github.com/yairm210/Unciv/tree/master/android/assets/jsons). More information on these can be found [here](Mod file structure/1-Overview.md)
|
||||
- `Images` - here you should put game images, as in [the base image files](/https://github.com/yairm210/Unciv/tree/master/android/Images). Please read [about atlases](#more-on-images-and-the-texture-atlas) for important details.
|
||||
|
||||
In order to remove objects from the game, you'll need to create a ModOptions file in the `/jsons` subfolder - there's an example [here](https://github.com/yairm210/Unciv-mod-example/blob/master/Removing%20Things/jsons/ModOptions.json)
|
||||
|
Reference in New Issue
Block a user