Author Topic: Removing prefs?  (Read 530 times)

I have a few unecessary non-RTB prefs in my config/client/prefs.cs. How do I get rid of them? Simply removing those lines doesn't work because Blockland rewrites them.

Probably find the script that makes them and remove it from the script.

Probably find the script that makes them and remove it from the script.
That script no longer exists.

quit blockland first
Then update the prefs.cs file with notepad or something

Why are you trying to remove unused prefs?

Because some mods use $Pref::Server::blah for their prefs. Blockland then writes that to config/server/prefs.cs

But if nothing's using that pref then what's the big deal? I don't understand what this thread is about at all.

I'm just being nitpicky. Can it be done?

Yes. Just open the file and remove them when BL isn't running. Worked for me.

They wont rewrite themselves if they aren't being used.