What's new
Roleplay UK

Join the UK's biggest roleplay community on FiveM and experience endless new roleplay opportunities!

Arma 3 Server

Shambala12

Retired
Location
England
Im in the process of hosting an A&D server for when ive got nothing to do. Ive got the mission file working now and can launch the game however the launch parameters and server.cfg isnt working. Im on ubuntu (latest).

Launch command with parameters: ./arma3server -name=Shambala12's A&D Server -config=server.cfg

When i use the command above, the name is still what it was before which is the default computer name which is obviously not want i want and doesnt load the config. 

The config is:

http://pastebin.com/YUcSxsyD

If anybody is able to help, that would be much appreciated.

 
Im in the process of hosting an A&D server for when ive got nothing to do. Ive got the mission file working now and can launch the game however the launch parameters and server.cfg isnt working. Im on ubuntu (latest).

Launch command with parameters: ./arma3server -name=Shambala12's A&D Server -config=server.cfg

When i use the command above, the name is still what it was before which is the default computer name which is obviously not want i want and doesnt load the config. 

The config is:

http://pastebin.com/YUcSxsyD

If anybody is able to help, that would be much appreciated.
for my a3 server the '-name=' switch it used to pick the profile it launches under the the actual server name comes from 'hostname' in the server.cfg

 
Do you know how to fix it? 
trying putting your -name switch in quotes? ie.

./arma3server -name='Shambala12s A&D Server' -config=server.cfg

the ' in shambla's was possibly ending/starting a string as well so try taking it out

 
trying putting your -name switch in quotes? ie.

./arma3server -name='Shambala12s A&D Server' -config=server.cfg

the ' in shambla's was possibly ending/starting a string as well so try taking it out
Ahh ok, I'll give that a go. Thanks once again @Zeito

 
Back
Top