Realism Mod: Adding Compatibility For Weapons, Gear and Ammo
Adding compatibility for content added by other mods is straightforward, but takes a bit of time and effort. All you need to do is create JSON files with stats for the items you want to make compatible, in the correct format, and place them in the correct folder.
Make sure the mods adding the new content are loaded before Realism mod.
Navigate to SPT-Realism-Mod-Dev\db\put_new_stuff_here. Inside this folder you will see an examples file. This has the format for the types of items you can add stats for, and explanations in the square brackets. Do not include these square brackets in your files. For more examples, see how Realism mod does it for existing base items in db/templates.
You can use as many files as you want, call them whatever you want, and place them in as many folders as you want. All that is required is that you use JSON files, you follow the correct format for the type of item you want to add stats for, and you place it all inside the put_new_stuff_here folder.
Most…
0