DaProgg's
I tried to help another user with this, but he was having trouble modifying the code on his own. It's because you have to manually check which add-ons are using the wrong hooks path in your console.
Certain RTB prefs arent appearing for me, the affected addons are as follows: Gas Mod, Duplorocator, Default Style Weapons, DWeps Russian expansion, JVS and Syringes.
Anyone got a fix or explanation (or even in game commands to change attributes) so I can fix this?
It's because they use old RTB prefs filepath, and look for the wrong global pref bool, instead of /hooks/serverControl.cs and $RTB::Hooks:ServerControl
You can check your console for more info on this
if(!$Duplorcator::PrefsLoaded)
{
if($RTB::Hooks:ServerControl)
exec("Add-Ons/System_ReturnToBlockland/hooks/serverControl.cs");
Make sure to change this for the other add-ons as well. If your prefs still do not show up it's because of the GUI control limit (default 50 and 100)
You could try using GRTB and seeing if more prefs show up for you(250+ controls)