Login  Register

Re: Revisting Real Survival pack mod ...

Posted by benevolentdevil on Aug 19, 2018; 11:36pm
URL: http://kodabar-dayz-daizy-single-player-forum.163.s1.nabble.com/Revisting-Real-Survival-pack-mod-tp19945p19946.html

 I'm such a dummy ... figured out "why" only one icon "worked" ... and now there's a debug thingy if desired ...

 the code was written poorly by the designer ...  the first "//comment" line in the script, negated everything that followed after it ...
Took me a minute to realize that was happening ...

I removed the comments, and it worked!  

 will post screenshot after I finish testing it.  

-------------------------------
ASP_Food_Delay = 1;
publicVariable "ASP_Food_Delay";
ASP_Water_Delay = 1;
publicVariable "ASP_Water_Delay";
ASP_Animal_Delay = 30;
publicVariable "ASP_Animal_Delay";
ASP_Garbage_Delay = 60;
publicVariable "ASP_Garbage_Delay";
ASP_Debug = true;
publicVariable "ASP_Debug";
ASP_Enabled = Enable;
publicVariable "ASP_Enabled";

----------------------------------------------------