-
-
Notifications
You must be signed in to change notification settings - Fork 832
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
What's up with Arma3 ports? #1240
Comments
Ideally parms should not be used and instead the config should be used. I recommend testing arma 3 with the port being using from the config and remove the parms We should only use parms if we have no choice. Make things less complicated |
OK, thx, will test it right now. |
So test 1) Remove port start parameter, and start with default commented config
Test 2) Try altering config file:
Result:
Arma3 don't care about ports set within config files. Test 3) Remove anything about ports in cfg file, and try with port start parms
Conclusion: Sadly, we have to remove port config from config file and use start parameters only. |
Also, port info is broken atm.
Will be a hotfix, since it's quite critical for ARMA IMO, and also, because we need to make sure to alter cfg file at the same time as the master commit. |
Proper output:
Awaiting merge. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Since only one is required and is set with start parms, then why are they into the cfg file?
And especially, why
ERROR! Missing/commented ports in arma3-server.server.cfg
error message even exists, since this is absolutely normal for them to be commented?First time I'm looking into it, and I feel confused, maybe I'm missing something.
So does this guy with this error message http://steamcommunity.com/groups/linuxgsm/discussions/0/144513128846028225/
https://github.com/GameServerManagers/Game-Server-Configs/blob/master/Arma3/server.cfg#L14
https://github.com/GameServerManagers/LinuxGSM/blob/master/Arma3/arma3server#L31
https://github.com/GameServerManagers/LinuxGSM/blob/master/lgsm/functions/command_details.sh#L521
At first glanc,e I guess port info should come from the main port and some additions set here
https://github.com/GameServerManagers/LinuxGSM/blob/master/lgsm/functions/info_config.sh#L335
The text was updated successfully, but these errors were encountered: