Jump to content
Sign in to follow this  
warlock2511

Arma2 dedicated server howto

Recommended Posts

Each signed .PBO should come with a .bisign file with a similar name and they should be placed in the same directory. Each .bikey file needs to go in the server's keys folder AFAIK in order for the server to allow addons signed with this key, those keys usually come with the addon you download in a separate folder.

Or you could just disable signature check to allow all addons.

Share this post


Link to post
Share on other sites
Jman;1652613']-name=MyServer -config=MyServer\Server.cfg -cfg=MyServer\Arma2.cfg -profiles=MyServer

Where Myserver is a sub directory in your ArmA2 install directory.

So for example

If I want to call myserver "SpongeBob" I would create a folder in my Arma 2 main directory called @SpongeBob then put the Server.cfg and Arma2.cfg in that folder then so my target line would look like this now

]-name=Spongebob -config=spongebob\Server.cfg -cfg=spongebob\Arma2.cfg -profiles=spongebob

Lol I know im off on something. Thanks again.

Share this post


Link to post
Share on other sites
So for example

If I want to call myserver "SpongeBob" I would create a folder in my Arma 2 main directory called @SpongeBob then put the Server.cfg and Arma2.cfg in that folder then so my target line would look like this now

]-name=Spongebob -config=spongebob\Server.cfg -cfg=spongebob\Arma2.cfg -profiles=spongebob

Lol I know im off on something. Thanks again.

No, should just be a folder called SpongeBob, not @SpongeBob in Your Arma install folder, this contains the configs and the following would be your parameter line:

"........ -name=spongebob -config=spongebob\server.cfg -cfg=spongebob\Arma2.cfg -profiles=spongebob

Edited by PogMoThoin

Share this post


Link to post
Share on other sites
No, should just be a folder called SpongeBob, not @SpongeBob in Your Arma install folder, this contains the configs and the following would be your parameter line:

"........ -name=spongebob -config=spongebob\server.cfg -cfg=spongebob\Arma2.cfg -profiles=spongebob

ok thanks for the clear up.

Share this post


Link to post
Share on other sites

damn i just died here.... HOW TO STOP THE GAME SERVER on linux? ^)

./server stop doesn't work... it restart server ....

kill all 9 servers doesnt work too ^)

PLZ ppl! help me ^)

Share this post


Link to post
Share on other sites
damn i just died here.... HOW TO STOP THE GAME SERVER on linux? ^)

./server stop doesn't work... it restart server ....

kill all 9 servers doesnt work too ^)

PLZ ppl! help me ^)

Usually, you start the server like this:

./arma2server start

If you did, you can then stop it using

./arma2server stop

Share this post


Link to post
Share on other sites
Usually, you start the server like this:

./arma2server start

If you did, you can then stop it using

./arma2server stop

oh thanx..... i forget all......... ^) i'm noob)))):D

Share this post


Link to post
Share on other sites
With the greatest of respect, I think I'd prefer to download that from a more recognisable source.

OMG seriously? Kelly's Heroes is a recognised source!

Share this post


Link to post
Share on other sites

With the "greatest of respect" that quote is from the 19th June 2009. I really don't think it's worth dragging all that up again. This thread has long passed over all that. :confused:

Edited by [KH]Jman

Share this post


Link to post
Share on other sites

I am currently trying to optimize my server at SR5 Tactical because some of the players report AI warping.

1) Do you guys use anything like Game Booster or utilities to free up RAM periodically?

2) Do you guys have any AI warping on your servers? If so, how did you manage to solve/reduce it?

Right now I am having a whole lot of potential force recon long range players who would like to cover that training and play as recon guys but they're all afraid the AI warping will make most long-range things unplayable.

I've tried to read everything everywhere but this AI warping subject seems to be very elusive..I don't know why it's a sort of "shadow" that has never been faced directly, makes me wonder you guys probably never have it? It has got to be a server problem then..

Thanks in advance, anything you can share would greatly help me.

Share this post


Link to post
Share on other sites

hi,

several way:

- reduce the number of slots

- tune your network setting in the server.cfg

- tune your network setting via sysctl

- turn off swap on server

Share this post


Link to post
Share on other sites
hi,

several way:

- reduce the number of slots

- tune your network setting in the server.cfg

- tune your network setting via sysctl

- turn off swap on server

Thanks Code!

1) Reduce Number of Slots:

we usually play in less than 16 people, should I reduce the maximum anyway? it's set to 64 right now. I'll try 24, it's going to work anyway, for us.

2) Tune Network Settings via server.cfg

I am using Kelly's Heroes suggested Network settings, at the moment.

3) Tune Network Settings via SysCtl

Never done that, will try!

4) Turn Off Swap on server

It's set to 4096-4096 right now. The server has 8Gb of RAM, I'll try and disable swapping.

Thanks again!

UPDATE: Changes done..testing tonite.

Edited by Reezo

Share this post


Link to post
Share on other sites

i always thought lowering this setting in the config was the one that affected the ai warping throo scopes / binoc

//MinErrorToSend = 0.005;

//*Minimal error to send updates across network. Using a smaller value can make units observed by binoculars or sniper rifle to move smoother. Default: 0.01

plus others to help overall bandwidth

Share this post


Link to post
Share on other sites
i always thought lowering this setting in the config was the one that affected the ai warping throo scopes / binoc

//MinErrorToSend = 0.005;

//*Minimal error to send updates across network. Using a smaller value can make units observed by binoculars or sniper rifle to move smoother. Default: 0.01

plus others to help overall bandwidth

Ball0fire: do you mean this is what you know to have always (more or less) worked or you mean "I thought it was that BUT..."?

Sorry I did not understand, thanks for making it clear :)

Share this post


Link to post
Share on other sites

yes lowering it a bit more to say 0.002 for example

i said it cos in jmans example configs he says him self that is what its for

its worth a try :)

Share this post


Link to post
Share on other sites

Acknowledged! Thanks Ball0fire, right now I think we have 0.0025, I'll try 0.002 and maybe some other settings, like 0.0017 and so on.

Share this post


Link to post
Share on other sites

If the mission is script heavy ( ie using many public variables thats been sent over the network) and you have many users, soldier updates will lag no matter what you.

So -> Performance=f(# of players, # of AI, # of Scripts in the mission running background, script elements that are creating network traffic, objects blown up in the game (drop 3 atom bombs on a city and watch the slide show), arma bandwith settings, your network speed & quality, client ISP qualities, client machine performance, internet itself)

Use missions as lean as possible with min amount of AI.

Besides post you Arma2.cfg (network/bandwidth) settings plz and your current download/upload speed.

;)

Edited by Cross

Share this post


Link to post
Share on other sites

Thanks Cross,

my server tests at around 100Mbit, my cfg is:

MinBandwidth = 15000000;

MaxBandwidth = 100000000;

MaxMsgSend = 1024;

MaxSizeGuaranteed = 1024;

MaxSizeNonguaranteed = 64;

MinErrorToSend = 0.0025;

MaxCustomFileSize=0;

Share this post


Link to post
Share on other sites

Give this a try;

MinBandwidth = 15000000;

MaxBandwidth = 80000000;

MaxMsgSend = 512;

MaxSizeGuaranteed = 768;

MaxSizeNonguaranteed = 128;

MinErrorToSend = 0.001;

MaxCustomFileSize=0;

Share this post


Link to post
Share on other sites

Is it possible to run a Linux dedicated server - Arma 2 or Operation Arrowhead, if I have installed the combined version of the game (Combined Operations)?

Or should I install the games separately each?

Already tried to run Arrowhead dedicated server (linux), but without success:

...
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/StaticMortar.nvTarget'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/StaticMortar.radarType'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/StaticMortar.soundLocked'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/StaticMortar.soundIncommingMissile'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin.cfgFormations'.
Warning Message: No entry '.East'.
Warning Message: No entry 'bin\config.bin.cfgFormations'.
Warning Message: No entry '.West'.
Warning Message: No entry 'bin\config.bin.cfgFormations'.
Warning Message: No entry '.Guer'.
...

Noticing that "No entry 'bin\ ..."

My "bin" directory is missing - I have Arma 2 Combined Operations (digital download installer from sprocket).

EDIT: Separately installed only expansion "Operation Arrowhead" - when I tried to run the server -> same errors appeared.

Part of error log:

...

Cannot register string STR_DISP_INT_RESTART_FORMAT - global stringtable not found

Cannot register string STR_MSG_PLAY_WITHOUT_SAVES - global stringtable not found

Cannot register string STR_MSG_MP_NOT_SIGNED_IN - global stringtable not found

Cannot register string STR_MSG_MP_NO_PRIVILEGES - global stringtable not found

Cannot register string STR_MSG_NOT_SIGNED_IN - global stringtable not found

Cannot register string STR_MSG_LIVE_NOT_SIGNED_IN - global stringtable not found

Cannot register string STR_MSG_NO_STORAGE_DEVICE - global stringtable not found

Cannot register string STR_MSG_NO_STORAGE_DEVICE_SHORT - global stringtable not found

Cannot register string STR_MSG_STORAGE_CHANGED - global stringtable not found

Cannot register string STR_MSG_STORAGE_REMOVED - global stringtable not found

Cannot register string STR_MSG_SAVE_FAILED - global stringtable not found

Cannot register string STR_MSG_LIVE_DISCONNECTED - global stringtable not found

Cannot register string STR_MSG_LIVE_STATS_WARN - global stringtable not found

Cannot register string STR_DISP_ME_LOAD - global stringtable not found

Cannot register string STR_DISP_ME_RETRY - global stringtable not found

Cannot register string STR_DISP_REVERT - global stringtable not found

Cannot register string STR_UI_POSITION_DISTANCE - global stringtable not found

Cannot register string STR_UI_OBJECT_DISTANCE - global stringtable not found

Cannot register string STR_TRACK_IR - global stringtable not found

Cannot register string STR_FREETRACK - global stringtable not found

Cannot register string STR_ENABLE_CONTROLLER - global stringtable not found

Cannot register string STR_DISABLE_CONTROLLER - global stringtable not found

Cannot register string STR_CUSTOMIZE_CONTROLLER_TITLE - global stringtable not found

Cannot register string STR_INPUT_DEVICE_STICK_AXIS_X - global stringtable not found

Cannot register string STR_INPUT_DEVICE_STICK_AXIS_Y - global stringtable not found

Cannot register string STR_INPUT_DEVICE_STICK_AXIS_Z - global stringtable not found

Cannot register string STR_INPUT_DEVICE_STICK_ROT_X - global stringtable not found

Cannot register string STR_INPUT_DEVICE_STICK_ROT_Y - global stringtable not found

Cannot register string STR_INPUT_DEVICE_STICK_ROT_Z - global stringtable not found

Cannot register string STR_INPUT_DEVICE_STICK_SLIDER_1 - global stringtable not found

Cannot register string STR_INPUT_DEVICE_STICK_SLIDER_2 - global stringtable not found

Cannot register string STR_ACTION_SURRENDER - global stringtable not found

Cannot register string STR_ACTION_GET_OVER - global stringtable not found

Cannot register string STR_ADDON_ACTIONS_INSTALL_CORE - global stringtable not found

Cannot register string STR_ADDON_ACTIONS_INSTALL_MOD - global stringtable not found

Cannot register string STR_ADDON_ACTIONS_PLAY_MISSION - global stringtable not found

Cannot register string STR_ADDON_ACTIONS_TRY_ENTITY - global stringtable not found

Cannot register string STR_ADDON_ACTIONS_TRY_WEAPON - global stringtable not found

Cannot register string STR_MSG_ADDON_NOT_FOUND - global stringtable not found

Cannot register string STR_MSG_ADDON_CANNOT_OPEN - global stringtable not found

Cannot register string STR_MSG_ADDON_UNKNOWN_PRODUCT - global stringtable not found

Cannot register string STR_INCOMPATIBLE_LOAD_GAME_ATTEMPT - global stringtable not found

Warning Message: No entry '.CfgWorlds'.

Warning Message: No entry '.groupNameFormat'.

Warning Message: '/' is not a value

Warning Message: No entry '.CfgInGameUI'.

Warning Message: No entry '.MPTable'.

Warning Message: No entry '.color'.

Warning Message: Size: '/' not an array

Warning Message: Size: '/' not an array

Warning Message: No entry '.colorSelected'.

Warning Message: Size: '/' not an array

Warning Message: Size: '/' not an array

Warning Message: No entry '.colorTitleBg'.

Warning Message: Size: '/' not an array

Warning Message: Size: '/' not an array

Warning Message: No entry '.colorWest'.

Warning Message: Size: '/' not an array

Warning Message: Size: '/' not an array

Warning Message: No entry '.colorEast'.

Warning Message: Size: '/' not an array

Warning Message: Size: '/' not an array

Warning Message: No entry '.colorCiv'.

Warning Message: Size: '/' not an array

Warning Message: Size: '/' not an array

Warning Message: No entry '.colorRes'.

Warning Message: Size: '/' not an array

Warning Message: Size: '/' not an array

Warning Message: No entry '.shadow'.

Warning Message: '/' is not a value

...

Warning Message: '/' is not a value

Warning Message: No entry '.CfgInGameUI'.

Warning Message: No entry '.Compass'.

Warning Message: No entry '.texture0'.

Warning Message: '/' is not a value

Warning Message: No entry '.texture90'.

Warning Message: '/' is not a value

Warning Message: No entry '.texture180'.

Warning Message: '/' is not a value

Warning Message: No entry '.texture270'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds.eastSign'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds.westSign'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds.guerrilaSign'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds.eastFlag'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds.westFlag'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds.guerrilaFlag'.

Warning Message: '/' is not a value

Preloaded texture texture not found in /CfgWeaponCursors/RifleCursor/

Preloaded texture texture not found in /CfgWeaponCursors/MGCursor/

Preloaded texture texture not found in /CfgWeaponCursors/LawCursor/

Warning Message: No entry '.RscChatListDefault'.

Warning Message: No entry '.x'.

Warning Message: '/' is not a value

Warning Message: No entry '.y'.

Warning Message: '/' is not a value

Warning Message: No entry '.w'.

Warning Message: '/' is not a value

Warning Message: No entry '.h'.

Warning Message: '/' is not a value

Warning Message: No entry '.rows'.

Warning Message: '/' is not a value

Warning Message: No entry '.font'.

Warning Message: '/' is not a value

Warning Message: No entry '.CfgFonts'.

Warning Message: No entry '.size'.

Warning Message: '/' is not a value

Warning Message: No entry '.colorBackground'.

Warning Message: Size: '/' not an array

Warning Message: Size: '/' not an array

Warning Message: No entry '.colorPlayerBackground'.

Warning Message: Size: '/' not an array

Warning Message: Size: '/' not an array

Warning Message: No entry '.colorGlobalChannel'.

Warning Message: Size: '/' not an array

Warning Message: Size: '/' not an array

Warning Message: No entry '.colorSideChannel'.

Warning Message: Size: '/' not an array

Warning Message: Size: '/' not an array

Warning Message: No entry '.colorCommandChannel'.

Warning Message: Size: '/' not an array

Warning Message: Size: '/' not an array

Warning Message: No entry '.colorGroupChannel'.

Warning Message: Size: '/' not an array

Warning Message: Size: '/' not an array

Warning Message: No entry '.colorVehicleChannel'.

Warning Message: Size: '/' not an array

Warning Message: Size: '/' not an array

Warning Message: No entry '.colorDirectChannel'.

Warning Message: Size: '/' not an array

Warning Message: Size: '/' not an array

Warning Message: No entry '.colorPlayerChannel'.

Warning Message: Size: '/' not an array

Warning Message: Size: '/' not an array

Warning Message: No entry '.shadow'.

Warning Message: '/' is not a value

Warning Message: No entry '.shadowColor'.

Warning Message: Size: '/' not an array

Warning Message: Size: '/' not an array

String id -1 is not registered

Warning Message: No entry '.CfgInGameUI'.

Warning Message: No entry '.DragAndDropFont'.

Warning Message: No entry '.font'.

Warning Message: '/' is not a value

Warning Message: No entry '.CfgFonts'.

Warning Message: No entry '.size'.

Warning Message: '/' is not a value

Warning Message: No entry '.colorEnabled'.

Warning Message: Size: '/' not an array

Warning Message: Size: '/' not an array

Warning Message: No entry '.colorDisabled'.

Warning Message: Size: '/' not an array

Warning Message: Size: '/' not an array

Warning Message: No entry '.hideCursor'.

Warning Message: '/' is not a value

Warning Message: No entry '.shadow'.

Warning Message: '/' is not a value

Warning Message: No entry '.CfgWrapperUI'.

Warning Message: No entry '.Cursors'.

Warning Message: No entry '.Arrow'.

Warning Message: No entry '.texture'.

Warning Message: '/' is not a value

Warning Message: No entry '.hotspotX'.

Warning Message: '/' is not a value

Warning Message: No entry '.hotspotY'.

Warning Message: '/' is not a value

Warning Message: No entry '.width'.

Warning Message: '/' is not a value

Warning Message: No entry '.height'.

Warning Message: '/' is not a value

Warning Message: No entry '.color'.

Warning Message: Size: '/' not an array

Warning Message: Size: '/' not an array

Warning Message: No entry '.shadow'.

Warning Message: '/' is not a value

Warning Message: Resource RscDisplayStart not found

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather1.overcast'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather1.sky'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather1.skyR'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather1.horizon'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather1.alpha'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather1.bright'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather1.speed'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather1.through'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather1.cloudDiffuse'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather1.lightingOvercast'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather1.waves'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather2.overcast'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather2.sky'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather2.skyR'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather2.horizon'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather2.alpha'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather2.bright'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather2.speed'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather2.through'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather2.cloudDiffuse'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather2.lightingOvercast'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather2.waves'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather3.overcast'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather3.sky'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather3.skyR'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather3.horizon'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather3.alpha'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather3.bright'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather3.speed'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather3.through'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather3.cloudDiffuse'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather3.lightingOvercast'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather3.waves'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather4.overcast'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather4.sky'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather4.skyR'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather4.horizon'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather4.alpha'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather4.bright'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather4.speed'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather4.through'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather4.cloudDiffuse'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather4.lightingOvercast'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather4.waves'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather5.overcast'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather5.sky'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather5.skyR'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather5.horizon'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather5.alpha'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather5.bright'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather5.speed'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather5.through'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather5.cloudDiffuse'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather5.lightingOvercast'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather/Overcast/Weather5.waves'.

Warning Message: '/' is not a value

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather.Lighting'.

No lighting defined in /CfgWorlds/DefaultWorld/Weather.Lighting

Warning Message: No entry '/CfgWorlds/DefaultWorld/Weather.ThunderboltNorm'.

Warning Message: No entry '.model'.

Warning Message: '/' is not a value

String id -1 is not registered

Warning Message: No entry '.CfgInGameUI'.

Warning Message: No entry '.DragAndDropFont'.

Warning Message: No entry '.font'.

Warning Message: '/' is not a value

Warning Message: No entry '.CfgFonts'.

Warning Message: No entry '.size'.

Warning Message: '/' is not a value

Warning Message: No entry '.colorEnabled'.

Warning Message: Size: '/' not an array

Warning Message: Size: '/' not an array

Warning Message: No entry '.colorDisabled'.

Warning Message: Size: '/' not an array

Warning Message: Size: '/' not an array

Warning Message: No entry '.hideCursor'.

Warning Message: '/' is not a value

Warning Message: No entry '.shadow'.

Warning Message: '/' is not a value

Warning Message: No entry '.CfgWrapperUI'.

Warning Message: No entry '.Cursors'.

Warning Message: No entry '.Arrow'.

Warning Message: No entry '.texture'.

Warning Message: '/' is not a value

Warning Message: No entry '.hotspotX'.

Warning Message: '/' is not a value

Warning Message: No entry '.hotspotY'.

Warning Message: '/' is not a value

Warning Message: No entry '.width'.

Warning Message: '/' is not a value

Warning Message: No entry '.height'.

Warning Message: '/' is not a value

Warning Message: No entry '.color'.

Warning Message: Size: '/' not an array

Warning Message: Size: '/' not an array

Warning Message: No entry '.shadow'.

Warning Message: '/' is not a value

Warning Message: Resource RscDisplayNotFreeze not found

Warning: preNLOD format in object

Critical: Destroying running thread!

Critical: Destroying running thread!

Critical: Destroying running thread!

Segmentation fault

The installer by sprocket creates a different structure of the root directory Arma 2 (without /bin):

C:\Program Files (x86)\Bohemia Interactive\ArmA 2
/Common
/Expansion
/Missions
/MPMissions

Please, someone tell me if the problem is at least in me or not! :cry2:

Edited by helldesign

Share this post


Link to post
Share on other sites
Is it possible to run a Linux dedicated server - Arma 2 or Operation Arrowhead, if I have installed the combined version of the game (Combined Operations)?
Yes it's possible. I have a combined installation that's been copied over to a Linux machine. I can install either the Linux ArmA II 1.07 server or the Linux ArmA II:OA 1.52 server into that copy and get both to work.
Already tried to run Arrowhead dedicated server (linux), but without success:

...
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/StaticMortar.nvTarget'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/StaticMortar.radarType'.
Warning Message: '/' is not a value
Warning Message: No entry 'bin\config.bin/CfgVehicles/StaticMortar.soundLocked'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin/CfgVehicles/StaticMortar.soundIncommingMissile'.
Warning Message: Size: '/' not an array
Warning Message: No entry 'bin\config.bin.cfgFormations'.
Warning Message: No entry '.East'.
Warning Message: No entry 'bin\config.bin.cfgFormations'.
Warning Message: No entry '.West'.
Warning Message: No entry 'bin\config.bin.cfgFormations'.
Warning Message: No entry '.Guer'.
...

Noticing that "No entry 'bin \ ..."

My "bin" directory is missing - I have Arma 2 Combined Operations (digital download installer from sprocket).

There should not be a "bin" directory, but you may be missing the dta folder. Another possiblity is that you have not yet run the tolower tool to convert all the file names to lower-case letters. It's all in the readme.txt file that comes with the Linux dedicated server archives.

Share this post


Link to post
Share on other sites
Give this a try;

MinBandwidth = 15000000;

MaxBandwidth = 80000000;

MaxMsgSend = 512;

MaxSizeGuaranteed = 768;

MaxSizeNonguaranteed = 128;

MinErrorToSend = 0.001;

MaxCustomFileSize=0;

Will do! I just edited the file, thanks!

Share this post


Link to post
Share on other sites

Shouldn't maxbandwidth be 100mbit?

100mbit = 104857600; and not 80000000;

??

Share this post


Link to post
Share on other sites
Shouldn't maxbandwidth be 100mbit?

100mbit = 104857600; and not 80000000;

??

I guess so, just to be safe if you know your server can go up to that you should set it that way.

To write a sort of legend:

100mbit = 104857600

10mbit = 10485760

1mbit = 1048576

15mbit = 15728640

20mbit = 20971520

30mbit = 31457280

From there you can take it to any kind of multiple, I think. I know it seems like a stupid thing to post but it's nice to just be able to copy paste into the cfg, I think :)

Share this post


Link to post
Share on other sites

ArmA does its own calculation they are just limits you are providing. I've intentionally left 20mbit for other network traffic. If you monitor the in-game traffic, you'll almost never see that utilization going upto that point. You'll need to have 120-130 people playing I guess.

Actually the best option is to play the most played mission with as many as possible and see the traffic pattern and change settings accordingly.

But put in those numbers if it feels right ;)

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×