Mod articles
-
Here's a basic outline of how stuff is laid out in Random NPCs in case you do go mucking around in there.
First, randomly generated NPCs are now stored in saved_npcs.json in the main mod directory so you can edit your NPCs or delete the entire file which will cause them to be regenerated from scratch (and may void your warranty).
There are two types of files in assets, graphics files (sorted by directory) and text files, and they work together as follows:
Graphics
Graphics files will only be used if they are listed in the corresponding text files.
Bodies
each body has a <body>_character.png and a <body>_portrait.png (warning, they're naked!)
Clothes
tops (or clothes that cover t...