How To
Mod the Locked Doors? You need to create a new config.cpp file and add it somewhere within your server mods.
New admin lockpick (inherit from CRDTN_AdminLockPick)
New key (inherit from CRDTN_Key_Base)
If you follow the instructions and will use something like above, when you use the AdminLockPick_NewOfYourChoice
on the doors, it will automatically generate the config object for the certain doors on that particular location.
Extending your current keys / cards and using keys from other mods
I cannot guarantee the others mods will work properly because people are doing a lot of things differently.
But it should be able to use your own cards/keys by just extending the class by my base class. There are basically 2 approaches:
Set the actions on your class
Inherit from my base class
Last updated