Skip to content

Add common parameters to Ark start#770

Closed
yadutaf wants to merge 2 commits intoGameServerManagers:masterfrom
yadutaf:jt-ark
Closed

Add common parameters to Ark start#770
yadutaf wants to merge 2 commits intoGameServerManagers:masterfrom
yadutaf:jt-ark

Conversation

@yadutaf
Copy link
Copy Markdown

@yadutaf yadutaf commented Mar 24, 2016

Hi,

This PR fixes a Typo in the contributor URL and adds a couple of parameters to the Ark launcher based on the params of Rust. The most important was the ip as the launcher refuses to start if it is not set but did not take it into account. rconpassword is empty by default which seems to effectively disable it.

@dgibbs64
Copy link
Copy Markdown
Member

dgibbs64 commented Apr 1, 2016

Currently the script uses the config file for these parameters. Is there a reason why you shoudl use the parms instead of the config file?

@yadutaf
Copy link
Copy Markdown
Author

yadutaf commented Apr 1, 2016

Regarding "ip" param, if it's not set you get a warning message BUT it is ignored when set.

For all other params, this is mostly convenience. linuxgsm offers a simple / standardized way to configure most common parameters. So, it "felt right" this way. Anyway, I only used the "ip" in my scenario.

@dgibbs64
Copy link
Copy Markdown
Member

dgibbs64 commented Apr 1, 2016

Thanks. I normally have to choose one or the other. A few servers have the option of either. This makes things complicated. I will have to think of a way to best deal with this situation.

@cedarlug
Copy link
Copy Markdown
Contributor

cedarlug commented May 24, 2016

It seems that the config file does not honor these settings on startup. If you make the QueryPort something other than 27015 in the GameUserSettings.ini, it has no efffect, for example.

So the startup parameters in the script seems like the right place for them.

This would also pin down Ark's parmslocation as "selfname" in command_details.sh (Ark currently reports "UNKNOWN" for the parmslocation.)

@Etsche
Copy link
Copy Markdown

Etsche commented May 26, 2016

I have the same . The Scrips dont found the place from the GameUserSettings.ini .
Change ports by editing the parameters in:
UNKNOWN

@dgibbs64
Copy link
Copy Markdown
Member

This has now been merged by @cedarlug thanks for pointing this out the parms method is now the default

@lock
Copy link
Copy Markdown

lock Bot commented Jul 19, 2018

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.

@lock lock Bot locked as resolved and limited conversation to collaborators Jul 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants