Project Zomboid

Project Zomboid

Profession Framework
Dr_Cox1911  [developer] 5 Apr, 2018 @ 12:39pm
Little guide on how to add this mod as an requirement
In order to use this framework in your mod you should NOT reupload it, instead you should link it as a required item.

Here is how you do this:
1. in your mod.info you need to add the "require=ProfessionFramework" line without the ""
2. in Steam Workshop you need to click the "add/remove required items" button in your uploaded mod and then choose this Workshop Item here


The main advantages doing it this way and don't reupload it:
1. whenever this mod updates, your mod will use the new version with all the bugfixes included.
2. if another profession mod uses the framework and ships with it, there might be bugs due to overwritting the same files

So please don't reupload the framework itself, instead link it as a dependency/required mod.
Last edited by Dr_Cox1911; 5 Apr, 2018 @ 12:40pm