Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Settings inside Sandbox.sbc override dedicated server settings #123

Open
mikeloeven opened this issue Aug 24, 2014 · 2 comments
Open

Settings inside Sandbox.sbc override dedicated server settings #123

mikeloeven opened this issue Aug 24, 2014 · 2 comments

Comments

@mikeloeven
Copy link

Some settings inside the Sandbox.sbc are overriding configurations set on the server for example if the SBC has max players set to say 10 and you change the server to 20 it will continue to report 10 players in the server browser. this may apply to other settings as well

@Gelunox
Copy link

Gelunox commented Aug 25, 2014

This is not a bug, this is normal behavior.

World settings are on world level and not server level.

However, when creating a new map the server settings are used.

@chessmaster42
Copy link
Contributor

While I appreciate the thought, StabbedBit, this is technically still a bug and I have already marked it as such. The expected behaviour is that when the server is started the config values will be written to the Sandbox.sbc file in the same manner as the vanilla server. We currently are saving back to the config file but are not copying config values over to the checkpoint file. This will be fixed eventually but is currently a low priority item.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants