Create your own Bandits Integrations
Getting Started
You need to own Project Zomboid
https://store.steampowered.com/app/108600/Project_Zomboid/
You need to download both Bandits NPC and Bandits Creator by Slayer
https://steamcommunity.com/sharedfiles/filedetails/?id=3268487204
https://steamcommunity.com/sharedfiles/filedetails/?id=3469292499
You need a text editor of your choice. I use VSCode (Visual Studio Code), but any text editor will do. I often make quick small changes with notepad.
First Steps
Load the game, enable Bandits Creator and go to town building your clans. Move on to the next step once finished.
Setting up a Project Zomboid Mod
You now need to set up a mod folder. If you've already done so, feel free to jump to the next step.
The Project Zomboid wiki has a solid tutorial for a full mod structure setup, including a video, which can be found on the Project Zomboid Wiki - Mod Structure[pzwiki.net] page.
While the wiki goes over everything in the mod structure. the mod structure for your bandit clan mod is going to be very simple.
The bandits.txt and clans.txt files were created for you by Bandits Creator in the last step, so you don't need to create those, but you do need to create the folder structure and the mod.info file.
The mod.info file tells the game what to do with your mod. You can learn more about the file on the Project Zomboid Wiki - mod․info[pzwiki.net] page.
Your mod.info file only needs 2 fields to technically work: name= and id=, however I recommend including required=. If you decide to create a poster and icon for your mod, you need to include poster= and icon=.
Mods added to the required= line will automatically enable when you enable your mod. I don't add Bandits Creator as a required mod, because the mod functions properly without it. Bandits Creator just allows you to further modify the clan.
Putting it All Together
Now you need to go to your zomboid folder: C:\Users\<user>\Zomboid
You can also use the following shortcodesYou can get there quickly with: %USERPROFILE%\Zomboid\Lua\bandits
Move both text files from here into your mod folder that you previously set up. After confirming you've transferred the files, delete them from %USERPROFILE%\Zomboid\Lua\bandits.
Time for Some File Editing
Now you need to modify bandits.txt and clans.txt.
Open bandits.txt. This file could be rather large depending on how many bandits you've created and how much equipment you gave them. You will see something like the following for each bandit you created:
You need to replace every instance of LOCAL with the id you used on the id= line inside your mod.info file. In the above example, my modid is JusBanditsVanillaHANDCRAFTED.
Open clans.txt. You're going to see every clan currently available to you in game here. Delete all of them except the one(s) you plan to use in this mod. It should look something like the following:
With the exception of deleting the clans you don't need, you don't need to make any other modifications to this file.
Confirming Everything Works
It's time to load the game up and ensure everything is working.
Boot the game up, and click on Mods. Search for your newly created mod in the list. If it's present, enable it.
If you added the required= line in your mod.info file, when you enable your new mod, Bandits will automatically enable as well, however, Bandits Creator will still need to be enabled.
Wrapping Up
You can always visit my Collection of Bandit Integrations to download ones I've created
https://steamcommunity.com/sharedfiles/filedetails/?id=3479480823
This guide was created by its original author on the Steam Community. Are you the author and want it removed? Request removal.