Author Topic: How do I adjust envirornment settings on RTB Hosting?  (Read 2065 times)

I can't give myself access to the admin menu for some reason. I can orb but not open the menu or load. Most of the things can be changed via the website but not environment settings.

The only method of changing the environment through the panel is via console commands.

Code: [Select]
serverCmdEnvGui_setVar(%client, %variable, %args);

For example,
Code: [Select]
serverCmdEnvGui_setVar(findclientbyname("Zealot"), FogColor, "0 0 0");

The only method of changing the environment through the panel is via console commands.

Code: [Select]
serverCmdEnvGui_setVar(%client, %variable, %args);

For example,
Code: [Select]
serverCmdEnvGui_setVar(findclientbyname("Zealot"), FogColor, "0 0 0");
How would I toggle the daycycle and add water?

Why can't you use the env gui?


How would I toggle the daycycle and add water?
Go into singleplayer and trace it; or look at what commands are called for different buttons on the Environment GUI.

I can't give myself access to the admin menu for some reason. I can orb but not open the menu or load. Most of the things can be changed via the website but not environment settings.

You should have auto-admin because you're the server host. If your admin menu still won't open it sounds like you've got a client-side add-on preventing your game from working correctly.

Delete the custom loading gui, it breaks stuff

Huh. I seem to be a host now.
Since I was always an administrator before I was using RTB Hosting, I assumed that that was a RTB thing.

Sorry. It's working now.

It started working once I deleted the custom loading gui.