GameServerManagers / LinuxGSM

The command-line tool for quick, simple deployment and management of Linux dedicated game servers.
https://linuxgsm.com
MIT License
4.23k stars 808 forks source link

Ark Server + Mod + Map Mod ? #747

Closed FlashModz closed 8 years ago

FlashModz commented 8 years ago

Hello, you'll add the simple possibility to add mod but also changed the map server easily from the ark? for ports I have added myself the line port change in the start options for the arkserver not add default? Thank you for your answers and here are some useful links.

for add mod and map mod :

https://www.reddit.com/r/playark/comments/3lfjtt/how_to_install_mods_on_ark_private_server/

default launch options ARKSERVER :

parms="TheIsland?listen"

Me add

parms="TheIsland?QueryPort=50015?listen"

and the server switch port to function after adding this line

FlashModz commented 8 years ago

/serverfiles/ShooterGame/Saved/Config/LinuxServer/GameUserSettings.ini

not change default port launch,

UltimateByte commented 8 years ago

We may be able to add a few more start parameters

For example, this dude has : ./ShooterGameServer Port=7778?QueryPort=27015?TheIsland?listen?SessionName=[GER]ArkNation|FastXP|FastTaming|?ServerPassword=?ServerAdminPassword=avicularia -server

http://steamcommunity.com/groups/linuxgsm/discussions/0/523898291501303445/

BTW, you're sure that it cannot load it from the settings file ?

DarthDestroyer commented 8 years ago

I found a similar problem...

I dont know, what happens exactly but it happens after switching to lgsm script. The game ignores my old (before update) ini and resets it to nothing... Here is my ini => http://pastebin.com/qp5XEce2

With some start parameters it will at least switch the ports, but it ignores "TheIsland" Parameter and switches to "ShooterEntry" which is nowhere declared!

That is my param Setting => parms="TheIsland?listen?Port=27015?QueryPort=27016?SessionName=[Wurst]Wurst?ServerPassword=?ServerAdminPassword=Wurst?AllowFlyerCarryPVE=True?RCONEnabled=true?RCONPort=32330?RCONServerGameLogBuffer=600?AutoDestroyOldStructuresMultiplier=0?MaxPlayers=127 -nosteamclient -server -battleye"

It has worked before without the Parameters! It is totally creepy...

I tried the ini (link above) with and without the default start params... With default params, it ignores completly everything and switches to default ports and everything!

UltimateByte commented 8 years ago

Closing, let's discuss here : https://github.com/GameServerManagers/LinuxGSM/issues/802

UltimateByte commented 8 years ago

@DarthDestroyer Fixed by commits since June, 10th https://github.com/GameServerManagers/LinuxGSM/commits/master/ARKSurvivalEvolved/arkserver

@DarthDestroyer Your ini issue has nothing to do with what the OP's reporting;

lock[bot] commented 6 years ago

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.