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

Max Players still taken from ini #11

Open
Tetley22 opened this issue Feb 2, 2024 · 1 comment
Open

Max Players still taken from ini #11

Tetley22 opened this issue Feb 2, 2024 · 1 comment

Comments

@Tetley22
Copy link

Tetley22 commented Feb 2, 2024

Using your web interface, the ServerPlayerMaxNum setting is still set from the PalWorldSettings.ini and not the generated WorldOption.sav file. I think it may completely ignore this setting in the WorldOption.sav file. I have not checked your repo but there may be a typo/misspelling for this setting?

I tested this by setting a different number in each file and it used the ini setting. I further tested by removing the ini file, and the max players defaulted to 32 players and not the 12 players I set in the WorldOption.sav file.

Edit: Should note it does read other settings from WorldOptions.sav, confirmed by ServerName setting.

@Tetley22 Tetley22 changed the title Max Players still tasken from ini Max Players still taken from ini Feb 2, 2024
@legoduded
Copy link
Owner

Interesting. I was able to reproduce this. Most other settings in PalWorldSettings.ini are completely ignored if WorldOptions.sav is present. I wonder why this one still needs to load from PalWorldSettings.ini. I guess the workaround is leaving ServerPlayerMaxNum= in your PalWorldSettings.ini.

Going to leave this open for now to see if I can find other values that only load from PalWorldSettings.ini

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

No branches or pull requests

2 participants