-
Notifications
You must be signed in to change notification settings - Fork 47
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
Update: Enshrouded - Updated egg-enshrouded.json for new server role configuration #102
base: main
Are you sure you want to change the base?
Conversation
Updated eggs to work for new server role configuration released in Update 2 (v0.7.2.0) - Melodies of the Mire
thats not the only change. there are 2 other passwords. i would Not set them via parsing |
Game port is no longer used. Only query port is used now, so we can default it to the server default port
Yes but it will only generate 1 (Default) group when the password is set in the config. It is set to nothing, but the game believes that it is set and therefore there will only be the default group. How would I set it without the parser if I could get it to generate the 3 groups as a new server? |
thats part of the original config:
Its not possible to parse this, because you have 3 times "password". Users can set this via Filemanager. |
I will look over and try and come up with a better solution. I would like it to be as simple as possible by filling out the egg params. Update: |
The config here is an older version that does not work anymore. |
I understand the one is this repo does not work anymore. I was referring to the json config goover provided in this thread. Unless you are also referring to that, and it doesn't work either? |
Thats was only a part of the new config. There are much more. ATM its not possible to parse this correct |
Updated eggs to work for new server role configuration released in Update 2 (v0.7.2.0) - Melodies of the Mire
Description
This PR updates the eggs to be compatible with the new server role configuration introduced in Update 2 (v0.7.2.0) - Melodies of the Mire. The updates include modifications to the startup command and configuration files to align with the new environment variables and server settings.
Checklist for all submissions