Edolas-1e2c3678db0ea275 0 Posted September 16, 2019 Hey there :) So i have been searching for awhile but cannot find much info on this, so as a example: i unpacked scripts.pbo and edited 4_world->classes->playermodifiers->modifiers->thirst.c now i want to turn this into a mod, so i tried going to addon builder and selecting modifiers folder as source and doing it that way (i know this does not work) i know how to make the keys and publish and run on the server and all that. How does this work or is there any guide to help on this? cant seem to figure out how to make a addon for only the thirst.c file (just a example) Any help would be greatly appreciated :) Share this post Link to post Share on other sites
AesthetiG 1 Posted September 16, 2019 Create proper "config.cpp" - example. For your case you will only need "class worldScriptModule" in "class defs". 1 Share this post Link to post Share on other sites
Edolas-1e2c3678db0ea275 0 Posted September 16, 2019 Thanks a ton for pointing me in the right direction, hopefully i can figure it out from here 🙂 Share this post Link to post Share on other sites