cardelga
Member-
Content Count
9 -
Joined
-
Last visited
-
Medals
Community Reputation
10 GoodAbout cardelga
-
Rank
Private
-
Discover, Play, Promote missions and mods withSIX
cardelga replied to sickboy's topic in ARMA 2 & OA - GENERAL
Great work! But .... The SU repositories are being deleted and the linux server can't download now a lot of mods because uses rsync. If the server don't actualize mod the client can't use them. -
Try to force profile path and user name adding a launch parameter like below: "-profiles=C:\Steam\SteamApps\common\Arma 3 Server\Myprofilepath" -name=Myserveruser and put the profile into specified path renaming the profile to Myserveruser.Arma3Profile before you launch the game. Be sure than th patch is accesible, th profile is inside and the name than you use replacing "Myserveruser" match. As tell you Terox in the .rpt file you can see the launch parameter given and other valuable info.
-
Need some help with BIKeys
cardelga replied to DavenStrife's topic in ARMA 3 - SERVERS & ADMINISTRATION
The "Items Restricted" must be hardcoded into some .sqf in the mission than you are using. Is not a issue of the mods. In order to eliminate this restriction you must open mission .pbo file, you must look for "item black list" in the files of the mission, eliminate the items of that list than you want use and recompile pbo. The bikeys in combination with "verifySignatures = 2" line into config file, has the only effect of allow to the client to use the mods as you want. (Sorry for my english) -
Arma 3 STABLE Server 2.18 "profiling / performance binary" feedback
cardelga replied to Dwarden's topic in ARMA 3 - SERVERS & ADMINISTRATION
With this mission server FPS drops to 8-12 with 12 players (PERF5), there are some MP coop Mission to test preformance? CPU XEON 3,4 Mhz 2 cores 100% assigned to the Arma 3 server and cpucount=2. Priority: Real time Running under linux (Wine) -
I need BI help to test missions with Headless Client
cardelga posted a topic in ARMA 3 - SERVERS & ADMINISTRATION
In order to use Headlees client on dedicated server two licences of Arma3 are needed. I have two licences but I need two pc´s too in order to test missions because Steam is needed for each one. When I need to test a mission with HC support is a hell. Somebody can help me to run HC and Arma3 game in the same PC and the same dedicated server? If it´s not possible, can Bohemia modify lightly the game in order to allow those two connectios form same pc? -
Linux Dedicated Server feedback
cardelga replied to dazhbog's topic in ARMA 3 - SERVERS & ADMINISTRATION
Your server is not the one than must be searched by remote, only one of our servers appear, the others must be searched by IP and PORT (|R|Karl) -
I has made multiple HC tests and I´m not sure if arma3 performance is best because a server with HC drop FPS about a 20% if I use HC, do I need to do some change in basic-config?
-
Linux Dedicated Server feedback
cardelga replied to dazhbog's topic in ARMA 3 - SERVERS & ADMINISTRATION
I launch arma3server with a not root user and run fine (only fail or go slow by the reported bugs) ¿Why is needed to run the server as root? ---------- Post added at 10:36 ---------- Previous post was at 10:34 ---------- ---------- Post added at 10:34 ---------- Previous post was at 10:24 ---------- Try removing all args If it works try removing only -no-dwrite arg. -
Linux Dedicated Server feedback
cardelga replied to dazhbog's topic in ARMA 3 - SERVERS & ADMINISTRATION
I tried to launch arma3server (linux native) with the parameter -maxmen=4048 and the server crash. If you put -maxmen=4047 parameter, it seem than the server run but when you launch a mission instead run it return to the select slot screen when load is finished. If you use -maxmem parameter must not be used a value upper 2047 because arma3server linux native don´t manage more memory correctly and show errors as: ... 19:29:57 Warning Message: '/' is not a value 19:29:58 Warning Message: class 'bin\config.bin/CfgVehicles/APC_Tracked_01_base_F/Turrets/MainTurret/ViewGunner/' is not defined ('initAngleY' accessed) 19:29:58 Warning Message: '/' is not a value 19:29:58 Warning Message: class 'bin\config.bin/CfgVehicles/APC_Tracked_01_base_F/Turrets/MainTurret/ViewGunner/' is not defined ('minAngleY' accessed) 19:29:58 Warning Message: '/' is not a value 19:29:58 Warning Message: class 'bin\config.bin/CfgVehicles/APC_Tracked_01_base_F/Turrets/MainTurret/ViewGunner/' is not defined ('maxAngleY' accessed) 19:29:58 Warning Message: '/' is not a value 19:29:58 Warning Message: class 'bin\config.bin/CfgVehicles/APC_Tracked_01_base_F/Turrets/MainTurret/ViewGunner/' is not defined ('initAngleX' accessed) 19:29:58 Warning Message: '/' is not a value 19:29:58 Warning Message: class 'bin\config.bin/CfgVehicles/APC_Tracked_01_base_F/Turrets/MainTurret/ViewGunner/' is not defined ('minAngleX' accessed) 19:29:58 Warning Message: '/' is not a value ...