readme - ToA-admin/ToA-Wiki GitHub Wiki
How to use wiki generator
- 1st: go over generate_units.py and genetare_unit_list.py, change what is needed for your mod and run them
- 2nd: do the same for the buildings (generate_buildings.py and generate_building_list.py)
- 2rd: do the same for the factions (generate_factions.py)
- 4th: generate the sidebar with generate_sidebar.py
These steps should be done in this order as certain steps within each script will need the output of the previous ones.
It is unlikely that any script will have problems running and generating the wiki, but be more careful about generate_buildings.py as it is the most likely to give you problems (and double-check its outcomes).
Places where you need to change stuff in the scripts are marked with comments (ctrl + f for "# CHANGE HERE FOR OTHER MODS").