Jump to content
  • 0

Map Unknown?!


Demi

Question

7 answers to this question

Recommended Posts

  • 0

It's because the mission hasn't started until a player joins, add the following to your launch parameters to fix it :)

-autoInit

Where do I find the parameters? Which file?

Thanks for the help!

Link to comment
Share on other sites

  • 0

You have to edit the Launch parameters for your server starting file. If you have a Windows Server its normaly a batchfile wich also contains @Epochhive ... If you have a rented game server and you cant modify this directly, contact your host.

But remember  to add 

Persistent=1;

to your server.cfg if it's 0 or the line is missing at all "autoInit" skips.

 

https://community.bistudio.com/wiki/Arma_3_Startup_Parameters

 

 

Best Regards Mumys

Link to comment
Share on other sites

  • 0

Where do I find the parameters? Which file?

Thanks for the help!

 

Your launch parameters

-mod=@Epoch;@EpochHive; -config=C:\arma3server\SC\config.cfg -ip=192.168.71.234 -port=2302 -profiles=SC -cfg=C:\arma3server\SC\basic.cfg -name=SC -autoInit
Link to comment
Share on other sites

  • 0

You have to edit the Launch parameters for your server starting file. If you have a Windows Server its normaly a batchfile wich also contains @Epochhive ... If you have a rented game server and you cant modify this directly, contact your host.

But remember  to add 

Persistent=1;

to your server.cfg if it's 0 or the line is missing at all "autoInit" skips.

 

https://community.bistudio.com/wiki/Arma_3_Startup_Parameters

 

 

Best Regards Mumys

 

// INGAME SETTINGS
disableVoN = 0;         // If set to 1, Voice over Net will not be available
vonCodecQuality = 8;         // Quality from 1 to 10
persistent = 1;         // If 1, missions still run on even after the last player disconnected.
 
It is hosted, but persistent = 1 is already there.

 

 

 

Your launch parameters

-mod=@Epoch;@EpochHive; -config=C:\arma3server\SC\config.cfg -ip=192.168.71.234 -port=2302 -profiles=SC -cfg=C:\arma3server\SC\basic.cfg -name=SC -autoInit

 

I can't find my launch parameters. I don't know what file it's in.

I'm probably being really stupid... I know. Sorry!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...