lukrop
Member-
Content Count
168 -
Joined
-
Last visited
-
Medals
Everything posted by lukrop
-
Stats Server and Client API with support for SQL, and NoSQL databases
lukrop replied to micovery's topic in ARMA 3 - COMMUNITY MADE UTILITIES
You are missing the GNU compiler collection. Depending on your distribution install it. In case it's a Debian derivate: apt-get install build-essential -
Just as a short heads-up. I tried the GNU/Linux headless client again today and it seems to be working now. No more sandclock on the briefing screen. I just tried it without signature verification for now. ArmA on GNU/Linux isn't handling case-sensitivity in file names too well it seems. Also the headless isn't automatically reconnecting after it looses connection (after server shutdown).
-
Regarding the ACE advanced ballistic values. I think we should be good by just inheriting from B_556x45_Ball (for example) at least regarding the ammo values. ACE defines them there already. But I guess it needs ace_ballistics in requiredAddons though. :/
-
Sure, not all of it is depending on the magazineGroups, it just makes things easier on the magazine side. It depends on the reception by the mod makers. And that practically killed my lkr_ammo project. Maybe with Robalo's name/ASR or ACE it's easier to establish it among addon makers. Using magazineGroups things would become WAY easier and since it's technically possible (BIS just needs to make it actually work), why would you go through the hassel of doing it withough magazineGroups? Sure, we could die waiting for them, I see your point there. Whatever is done it's quite an amount of config work and those configs would want to be maintained. IMO it all depends on the weapon addon makers. Maybe interesting, this was/is my shot at the problem. I just got tired of updating after sometime since no addon maker ever used it.
-
This! I already wrote some configs until I recognized that the magazineGroups are just not working. It's a deal breaker as of now.
-
Yep, he did slot up. But never finished loading. Sandclock is displayed all the time. As I've said, a workaround for know that works for us is the windows HC via wine.
-
Linux dedicated server restarts every 7 minutes (RPT log included)
lukrop replied to jerminhu's topic in ARMA 3 - SERVERS & ADMINISTRATION
Maybe check if you start the server with a too high value of maxMem. Anything higher than 2047 seems to make all kinds of funky stuff. Also have a look if your system is up to date. Maybe some library updates are causing problems. -
The headless client for GNU/Linux seems broken to me. The client never "fully loads" into the game, even if he is not kicked. Have a look at the player list as admin (ingame, open the map and go to players) and you'll see that the headless still has the sandclock icon. Funny thing is that he is not "nil". So our scripts seem to work. I installed wine and Xvfb and switched to the windows headless client for now. Works good for us now. Bohemia please fix this.
-
You can ignore the src directory, inside there are the source files (config files). You can use the @lkr_ammo directory just like any other mod directory. You might want to checkout this guide on armaholic. Just a heads-up, I didn't find much time to look into this mod the last weeks. I hope I'll find time soon. Most of the optional stuff should still work if I'm not mistaken.
-
lkr_ammo - common ammo centralized This addon has two goals. The first is to bring the ballistics of several rounds to a realistic level. I'm using Spartan0536's data provided in his thread in the BI Forums, to create rounds and magazines. Big thanks to him at this point! The second goal, for me personally the more important one, is to unify/centralize rounds and magazines. As of now there are several great weapon addons which are all using different types of rounds and magazines, mostly created by the addon itself. To reduce redundancy with the most common rounds and magazines this addon provides a solid base and I encourage every addon creator to use the magazines provided by the addon. To get you started I'll be adding several optional configs for some common weapon addons. We start with 5.56x45 and 9x19, as soon as Spartan0536 provides more ballistic configs I'll add more rounds/magazines. Please note that this mod is incompatible with tmr_ballistics.pbo. lkr_556x45_nato.pbo This addon adds two new rounds and updates the ballistics of the default 5.56x45 round. It also adds the new magazines to several ammo boxes and makes the TRG-20, the TRG-21, the SDAR and the Mk20 compatible with the new magazines. In the words of Spartan0536 regarding the new round types: Classnames: Rounds: B_556x45_Mk318_Ball B_556x45_Mk262_Ball Magazines: 30Rnd_556x45_Mk318_Stanag 30Rnd_556x45_Mk262_Stanag 100Rnd_556x45_Pouch 100Rnd_556x45_Pouch_Tracer 200Rnd_556x45_Box 200Rnd_556x45_Box_Tracer lkr_9x19_parabellum.pbo This pbo introduces three new rounds, the 9x19 Full Metal Jacket Flat Tip, the 9x19 Jacketed Hollow Point as well as the 9x19 Full Metal Jacket Penetrator +P+. It makes the P07, the Rook40 and the Sting compatible with the new magazines and adds the new magazines to the default ammo box of each faction. Classnames: Rounds: B_9x19_FMJFT B_9x19_JHP B_9x19_FMJP Magazines: 16Rnd_9x19_FMJFT_Mag 16Rnd_9x19_JHP_Mag 16Rnd_9x19_FMJP_Mag 30Rnd_9x19_FMJFT_Mag 30Rnd_9x19_JHP_Mag 30Rnd_9x19_FMJP_Mag lkr_762x51_nato.pbo This pbo introduces two new rounds and modifies the standard 7.62x51 by BIS. The default 7.62x51 is marked as a M80A1 cartridge. One new round is a Mk316 Mod 0 cartridge for more accuracy and the other is the M993 armor-piercing round. The addon also makes the Mk18 and the Rahim compatible with the new magazines. It also adds 5Rnd and 100Rnd magazines for use in different weapon addons. ATTENTION The ballistic information for the 7.62x51 M80A1 and Mk316 Mod 0 cartridges are only estimated (no extensive research/calculations like the work of Spartan0536). We'll have to wait until/if Sparan0536 releases any ballistic data. Classnames: Rounds: B_762x51_Mk316_Ball B_762x51_M993_Ball Magazines: 5Rnd_762x51_Mag 5Rnd_762x51_Mag_Tracer 5Rnd_762x51_Mk316_Mag 5Rnd_762x51_M993_Mag 10Rnd_762x51_Mag_Tracer 10Rnd_762x51_Mk316_Mag 10Rnd_762x51_M993_Mag 20Rnd_762x51_Mag_Tracer 20Rnd_762x51_Mk316_Mag 20Rnd_762x51_M993_Mag 20Rnd_762x51_Stanag 20Rnd_762x51_Stanag_Tracer 20Rnd_762x51_Mk316_Stanag 20Rnd_762x51_M993_Stanag 100Rnd_762x51_Box 100Rnd_762x51_Box_Tracer lkr_545x39_soviet.pbo This pbo introduces the 5.45x39mm Soviet ammunition with 4 new rounds. These are the 5N7 Ball, the 7T3 Tracer, the 7N10 enhanced penetration and the 7N22 armor-piercing rounds. The magazines are designed for use in AK-74 platforms. ATTENTION The ballistics of all these rounds are only estimated to my best knowledge. Classnames: Rounds: B_545x39_5N7_Ball B_545x39_7T3_Tracer B_545x39_7N10_Ball B_545x39_7N22_Ball Magazines: 30Rnd_545x39_Mag 30Rnd_545x39_Mag_Tracer 100Rnd_545x39_Drum 100Rnd_545x39_Drum_Tracer 30Rnd_545x39_7N10_Mag 30Rnd_545x39_7N22_Mag lkr_762x39_soviet.pbo This pbo introduces the 7.62x39mm Soviet ammunition, used in the AK47/AKM platform. It adds the 57-N-231 ball round and the 57-N-231P tracer round. Both of them in 30 and 100 round magazines. ATTENTION The ballistics of all these rounds are only estimated to my best knowledge. Classnames: Rounds: B_762x39_57N231_Ball B_762x39_57N231P_Tracer Magazines: 30Rnd_762x39_Mag 30Rnd_762x39_Mag_Tracer 100Rnd_762x39_Drum 100Rnd_762x39_Drum_Tracer lkr_762x54_r.pbo This pbo introduces the 7.62x54mmR ammunition used in platforms such as the PKM or the SVD. It adds 3 new rounds. The 57-N-323S ball round, the 7T2 tracer round and the 7N1 sniper load round. ATTENTION The ballistics of all these rounds are only estimated to my best knowledge. Classnames: Rounds: B_762x54_57N323S_Ball B_762x54_7T2_Tracer B_762x54_7N1_Ball Magazines: 10Rnd_762x54_Mag 10Rnd_762x54_Mag_Tracer 10Rnd_762x54_7N1_Mag 100Rnd_762x54_Box 100Rnd_762x54_Box_Tracer Optional .pbos The following .pbos make the specific addon compatible with the new rounds/magazines. They also serve as example for mod authors. lkr_ammo_fhq_m4.pbo lkr_ammo_mas_natosfweps.pbp lkr_ammo_r3f_armes.pbo lkr_ammo_rh_m4.pbo lkr_ammo_rhard_mk18.pbo lkr_ammo_u100.pbo lkr_ammo_sud_russians.pbo You can check out the source and track development from GitHub. You can also submit pull requests with whatever changes you might like to propose. :) Download 0.7 Please provide feedback and enjoy!
-
Linux Dedicated Server feedback
lukrop replied to dazhbog's topic in ARMA 3 - SERVERS & ADMINISTRATION
Thanks cuel, this works! -
A3 Dedi server patch 1.40 Hotfix
lukrop replied to terox's topic in ARMA 3 - SERVERS & ADMINISTRATION
Thanks! I can confirm this hotfix is working and solving my problems. -
Linux Dedicated Server feedback
lukrop replied to dazhbog's topic in ARMA 3 - SERVERS & ADMINISTRATION
Since the 1.40 update I can't load missions anymore without the server dying on me. The clients get a "session lost" message. It's possible to select a mission, join a slot and start it but you won't see the briefing. The server just shuts down. I found this line interesting: Can't find real path "a3\map_stratis\data\roads\roads.shp": "No such file or directory" Here is the complete RPT. Started completly without mods. ./arma3server -config=config.cfg -cfg=base.cfg -port=2502 19:05:00 ManagerConfig() 19:05:00 Item STR_CONTROLS_TOOLTIPS_ACTION_IN_MAP listed twice 19:05:00 Item str_usract_action_in_map listed twice 19:05:03 Updating base class ->Base, by a3\dubbing_radio_f\config.bin/CfgHQIdentities/PAPA_BEAR/ 19:05:03 Updating base class ->Base, by a3\dubbing_radio_f\config.bin/CfgHQIdentities/AirBase/ 19:05:03 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayEditObject/Controls/B_OK/ 19:05:03 Updating base class RscSliderH->RscXSliderH, by a3\editor_f\config.bin/RscDisplayEditObject/Slider/ 19:05:03 Updating base class RscText->RscPicture, by a3\editor_f\config.bin/RscDisplayEditObject/Preview/ 19:05:03 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionLoad/Controls/B_OK/ 19:05:03 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionSave/Controls/B_OK/ 19:05:03 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoScrollbars/ 19:05:03 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoHScrollbars/ 19:05:03 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoVScrollbars/ 19:05:03 Updating base class ->RscText, by a3\ui_f\config.bin/RscLine/ 19:05:03 Updating base class ->RscActiveText, by a3\ui_f\config.bin/RscActivePicture/ 19:05:03 Updating base class ->RscButton, by a3\ui_f\config.bin/RscButtonTextOnly/ 19:05:03 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscShortcutButtonMain/ 19:05:03 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonEditor/ 19:05:03 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscIGUIShortcutButton/ 19:05:03 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscGearShortcutButton/ 19:05:03 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonMenu/ 19:05:03 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuOK/ 19:05:03 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuCancel/ 19:05:03 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuSteam/ 19:05:03 Updating base class ->RscText, by a3\ui_f\config.bin/RscLoadingText/ 19:05:03 Updating base class ->RscListBox, by a3\ui_f\config.bin/RscIGUIListBox/ 19:05:03 Updating base class ->RscListNBox, by a3\ui_f\config.bin/RscIGUIListNBox/ 19:05:03 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackground/ 19:05:03 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUI/ 19:05:03 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUILeft/ 19:05:03 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIRight/ 19:05:03 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIBottom/ 19:05:03 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUITop/ 19:05:03 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUIDark/ 19:05:03 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/RscBackgroundLogo/ 19:05:03 Updating base class ->RscMapControl, by a3\ui_f\config.bin/RscMapControlEmpty/ 19:05:03 Updating base class ->RscPicture, by a3\ui_f\config.bin/CA_Mainback/ 19:05:03 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Back/ 19:05:03 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Title_Back/ 19:05:03 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Black_Back/ 19:05:03 Updating base class ->RscTitle, by a3\ui_f\config.bin/CA_Title/ 19:05:03 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/CA_Logo/ 19:05:03 Updating base class ->CA_Logo, by a3\ui_f\config.bin/CA_Logo_Small/ 19:05:03 Updating base class ->RscButton, by a3\ui_f\config.bin/CA_RscButton/ 19:05:03 Updating base class ->CA_RscButton, by a3\ui_f\config.bin/CA_RscButton_dialog/ 19:05:03 Updating base class ->RscActiveText, by a3\ui_f\config.bin/CA_Ok/ 19:05:03 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image/ 19:05:03 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image2/ 19:05:03 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_text/ 19:05:03 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscVignette/ 19:05:03 Updating base class ->RscControlsGroupNoScrollbars, by a3\ui_f\config.bin/RscMapControlTooltip/ 19:05:03 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_OK/ 19:05:03 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Cancel/ 19:05:03 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Clear/ 19:05:03 Updating base class ->RscText, by a3\ui_f\config.bin/RscDisplayCapture/controls/TimeLines/ 19:05:03 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonAverages/ 19:05:03 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonSavePreviousData/ 19:05:03 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonPreviousData/ 19:05:03 Updating base class RscControlsGroup->RscControlsGroupNoHScrollbars, by a3\ui_f\config.bin/RscDisplayMain/controls/ModIcons/ 19:05:03 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/IconPicture/ 19:05:03 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcOwnedIconPicture/ 19:05:03 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcIconPicture/ 19:05:03 Updating base class RscListBox->RscCombo, by a3\ui_f\config.bin/RscDisplayCustomizeController/Steepness/ 19:05:03 Updating base class ->RscStandardDisplay, by a3\ui_f\config.bin/RscDisplayControlSchemes/ 19:05:03 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonCancel/ 19:05:03 Updating base class RscButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonOK/ 19:05:03 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayFileSelectImage/controls/OverviewPicture/ 19:05:03 Updating base class RscShortcutButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayFieldManual/controls/ButtonCancel/ 19:05:03 Cannot delete class B_KickOff, it is referenced somewhere (used as a base class probably). 19:05:03 Updating base class RscButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMission/controls/ButtonCancel/ 19:05:03 Updating base class RscShortcutButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonOK/ 19:05:03 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonCancel/ 19:05:03 Updating base class ->RscSubmenu, by a3\ui_f\config.bin/RscMainMenu/ Cannot update non class from class a3\ui_f\config.bin/RscCallSupport/Items/ Cannot update non class from class a3\ui_f\config.bin/RscRadio/Items/ 19:05:04 ragdollHitDmgLimit (0.000000) is lower than minimum (0.010000) and it was set to min. 19:05:04 Initializing Steam Manager 19:05:04 ManagerConfig() 19:05:04 unable to load subscribed content list. list will be updated from steam 19:05:04 unable to load published content list. list will be updated from steam 19:05:04 Steam Manager initialized. 19:05:04 ============================================================================================= List of mods =============================================================================================== 19:05:04 modsReadOnly = false 19:05:04 safeModsActivated = false 19:05:04 customMods = false 19:05:04 hash = 'C48C043F32411337700384E978E6D1D39F261601' 19:05:04 name | modDir | default | origin | hash | fullPath 19:05:04 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 19:05:04 Arma 3 DLC Bundle | dlcbundle | true | NOT FOUND | | 19:05:04 Arma 3 Helicopters | heli | true | GAME DIR | da39a3ee5e6b4b0d3255bfef95601890afd80709 | /opt/arma3server/heli 19:05:04 Arma 3 Karts | kart | true | GAME DIR | 36ec981d56bb34ae2f9912ac1a812a64d978a2ac | /opt/arma3server/kart 19:05:04 Arma 3 Zeus | curator | true | GAME DIR | c0d67091cf7c84eac02aace7350f06fc08b7a43b | /opt/arma3server/curator 19:05:04 Arma 3 | A3 | true | NOT FOUND | | 19:05:04 ========================================================================================================================================================================================================== 19:05:04 InitSound ... 19:05:04 InitSound - complete 19:05:04 Dedicated host created. 19:05:04 PhysX3 SDK Init started ... 19:05:04 PhysX3 SDK Init ended. 19:05:04 EPE manager release (0|0|0) 19:05:04 EPE manager release (0|0|0) Attempt to override final function - rscminimap_script Attempt to override final function - rscdisplayloading_script Attempt to override final function - rscdisplayloading_script Attempt to override final function - rscdisplayloading_script Attempt to override final function - rscdiary_script Attempt to override final function - rscdisplaysinglemission_script Attempt to override final function - rscdiary_script Attempt to override final function - rscdisplayremotemissions_script Attempt to override final function - rscdisplayloading_script Attempt to override final function - rscdiary_script Attempt to override final function - rscdiary_script Attempt to override final function - rscdisplaystrategicmap_script Attempt to override final function - rscdisplaycommon_script Attempt to override final function - rscdisplayloading_script Attempt to override final function - rscdisplaycurator_script Attempt to override final function - rscdisplayattributes_script Attempt to override final function - rscdisplayattributes_script Attempt to override final function - rscdisplayattributes_script Attempt to override final function - rscdisplaycommon_script Attempt to override final function - rscdisplaydebriefing_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script 19:05:05 EPE manager release (0|0|0) 19:05:05 EPE manager release (0|0|0) 19:05:06 Host identity created. [s_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed. Setting breakpad minidump AppID = 107410 19:05:06 Game Port: 2502, Steam Query Port: 2503 19:05:06 Initializing Steam server - Game Port: 2502, Steam Query Port: 2503 Arma 3 Console version 1.40 : port 2502 19:05:07 Connected to Steam servers 19:05:11 lukrop uses modified data file 19:05:11 Player lukrop connecting. 19:05:12 Player lukrop connected (id=76561197972261819). 19:05:12 File description.ext, line 30: '/CfgRespawnInventory/west1.vehicle': Missing ';' prior '}' 19:05:12 File description.ext, line 35: '/CfgRespawnInventory/west2.vehicle': Missing ';' prior '}' 19:05:12 File description.ext, line 40: '/CfgRespawnInventory/west3.vehicle': Missing ';' prior '}' 19:05:12 File description.ext, line 45: '/CfgRespawnInventory/west4.vehicle': Missing ';' prior '}' 19:05:12 File description.ext, line 50: '/CfgRespawnInventory/west5.vehicle': Missing ';' prior '}' 19:05:12 File description.ext, line 55: '/CfgRespawnInventory/west6.vehicle': Missing ';' prior '}' 19:05:12 File description.ext, line 60: '/CfgRespawnInventory/west7.vehicle': Missing ';' prior '}' 19:05:12 File description.ext, line 65: '/CfgRespawnInventory/west8.vehicle': Missing ';' prior '}' 19:05:12 File description.ext, line 19: '.loadScreen': Missing ';' at the end of line 19:05:12 Unexpected stringtable format inside <Text ID="STR_ATM_Main"><Key> 19:05:12 Unexpected stringtable format inside <Text ID="STR_ATM_Main"><Key> 19:05:12 Unsupported language English in stringtable 19:05:12 Unexpected stringtable format inside <Text ID="STR_ATM_Main"><Key> 19:05:12 Unexpected stringtable format inside <Text ID="STR_ATM_Main"><Key> 19:05:12 Unsupported language English in stringtable 19:05:12 File description.ext, line 30: '/CfgRespawnInventory/west1.vehicle': Missing ';' prior '}' 19:05:12 File description.ext, line 35: '/CfgRespawnInventory/west2.vehicle': Missing ';' prior '}' 19:05:12 File description.ext, line 40: '/CfgRespawnInventory/west3.vehicle': Missing ';' prior '}' 19:05:12 File description.ext, line 45: '/CfgRespawnInventory/west4.vehicle': Missing ';' prior '}' 19:05:12 File description.ext, line 50: '/CfgRespawnInventory/west5.vehicle': Missing ';' prior '}' 19:05:12 File description.ext, line 55: '/CfgRespawnInventory/west6.vehicle': Missing ';' prior '}' 19:05:12 File description.ext, line 60: '/CfgRespawnInventory/west7.vehicle': Missing ';' prior '}' 19:05:12 File description.ext, line 65: '/CfgRespawnInventory/west8.vehicle': Missing ';' prior '}' 19:05:12 Unexpected stringtable format inside <Text ID="STR_ATM_Main"><Key> 19:05:12 Unexpected stringtable format inside <Text ID="STR_ATM_Main"><Key> 19:05:12 Unsupported language English in stringtable 19:05:13 File description.ext, line 19: '.loadScreen': Missing ';' at the end of line 19:05:13 File description.ext, line 30: '/CfgRespawnInventory/west1.vehicle': Missing ';' prior '}' 19:05:13 File description.ext, line 35: '/CfgRespawnInventory/west2.vehicle': Missing ';' prior '}' 19:05:13 File description.ext, line 40: '/CfgRespawnInventory/west3.vehicle': Missing ';' prior '}' 19:05:13 File description.ext, line 45: '/CfgRespawnInventory/west4.vehicle': Missing ';' prior '}' 19:05:13 File description.ext, line 50: '/CfgRespawnInventory/west5.vehicle': Missing ';' prior '}' 19:05:13 File description.ext, line 55: '/CfgRespawnInventory/west6.vehicle': Missing ';' prior '}' 19:05:13 File description.ext, line 60: '/CfgRespawnInventory/west7.vehicle': Missing ';' prior '}' 19:05:13 File description.ext, line 65: '/CfgRespawnInventory/west8.vehicle': Missing ';' prior '}' 19:05:13 Unexpected stringtable format inside <Text ID="STR_ATM_Main"><Key> 19:05:13 Unexpected stringtable format inside <Text ID="STR_ATM_Main"><Key> 19:05:13 Unsupported language English in stringtable 19:05:13 Unexpected stringtable format inside <Text ID="STR_ATM_Main"><Key> 19:05:13 Unexpected stringtable format inside <Text ID="STR_ATM_Main"><Key> 19:05:13 Unsupported language English in stringtable 19:05:13 File description.ext, line 19: '.loadScreen': Missing ';' at the end of line 19:05:16 Admin lukrop logged in. 19:05:16 File description.ext, line 30: '/CfgRespawnInventory/west1.vehicle': Missing ';' prior '}' 19:05:16 File description.ext, line 35: '/CfgRespawnInventory/west2.vehicle': Missing ';' prior '}' 19:05:16 File description.ext, line 40: '/CfgRespawnInventory/west3.vehicle': Missing ';' prior '}' 19:05:16 File description.ext, line 45: '/CfgRespawnInventory/west4.vehicle': Missing ';' prior '}' 19:05:16 File description.ext, line 50: '/CfgRespawnInventory/west5.vehicle': Missing ';' prior '}' 19:05:16 File description.ext, line 55: '/CfgRespawnInventory/west6.vehicle': Missing ';' prior '}' 19:05:16 File description.ext, line 60: '/CfgRespawnInventory/west7.vehicle': Missing ';' prior '}' 19:05:16 File description.ext, line 65: '/CfgRespawnInventory/west8.vehicle': Missing ';' prior '}' 19:05:16 File description.ext, line 19: '.loadScreen': Missing ';' at the end of line 19:05:16 Unexpected stringtable format inside <Text ID="STR_ATM_Main"><Key> 19:05:16 Unexpected stringtable format inside <Text ID="STR_ATM_Main"><Key> 19:05:16 Unsupported language English in stringtable 19:05:16 Unexpected stringtable format inside <Text ID="STR_ATM_Main"><Key> 19:05:16 Unexpected stringtable format inside <Text ID="STR_ATM_Main"><Key> 19:05:16 Unsupported language English in stringtable 19:05:16 File description.ext, line 30: '/CfgRespawnInventory/west1.vehicle': Missing ';' prior '}' 19:05:16 File description.ext, line 35: '/CfgRespawnInventory/west2.vehicle': Missing ';' prior '}' 19:05:16 File description.ext, line 40: '/CfgRespawnInventory/west3.vehicle': Missing ';' prior '}' 19:05:16 File description.ext, line 45: '/CfgRespawnInventory/west4.vehicle': Missing ';' prior '}' 19:05:16 File description.ext, line 50: '/CfgRespawnInventory/west5.vehicle': Missing ';' prior '}' 19:05:16 File description.ext, line 55: '/CfgRespawnInventory/west6.vehicle': Missing ';' prior '}' 19:05:16 File description.ext, line 60: '/CfgRespawnInventory/west7.vehicle': Missing ';' prior '}' 19:05:16 File description.ext, line 65: '/CfgRespawnInventory/west8.vehicle': Missing ';' prior '}' 19:05:16 Unexpected stringtable format inside <Text ID="STR_ATM_Main"><Key> 19:05:16 Unexpected stringtable format inside <Text ID="STR_ATM_Main"><Key> 19:05:16 Unsupported language English in stringtable 19:05:16 File description.ext, line 19: '.loadScreen': Missing ';' at the end of line 19:05:16 File description.ext, line 30: '/CfgRespawnInventory/west1.vehicle': Missing ';' prior '}' 19:05:16 File description.ext, line 35: '/CfgRespawnInventory/west2.vehicle': Missing ';' prior '}' 19:05:16 File description.ext, line 40: '/CfgRespawnInventory/west3.vehicle': Missing ';' prior '}' 19:05:16 File description.ext, line 45: '/CfgRespawnInventory/west4.vehicle': Missing ';' prior '}' 19:05:16 File description.ext, line 50: '/CfgRespawnInventory/west5.vehicle': Missing ';' prior '}' 19:05:16 File description.ext, line 55: '/CfgRespawnInventory/west6.vehicle': Missing ';' prior '}' 19:05:16 File description.ext, line 60: '/CfgRespawnInventory/west7.vehicle': Missing ';' prior '}' 19:05:16 File description.ext, line 65: '/CfgRespawnInventory/west8.vehicle': Missing ';' prior '}' 19:05:16 Unexpected stringtable format inside <Text ID="STR_ATM_Main"><Key> 19:05:16 Unexpected stringtable format inside <Text ID="STR_ATM_Main"><Key> 19:05:16 Unsupported language English in stringtable 19:05:16 Unexpected stringtable format inside <Text ID="STR_ATM_Main"><Key> 19:05:16 Unexpected stringtable format inside <Text ID="STR_ATM_Main"><Key> 19:05:16 Unsupported language English in stringtable 19:05:16 File description.ext, line 19: '.loadScreen': Missing ';' at the end of line 19:05:23 EPE manager release (0|0|0) 19:05:23 EPE manager release (0|0|0) 19:05:23 EPE manager release (0|0|0) 19:05:23 EPE manager release (0|0|0) 19:05:38 Roles assigned. 19:05:38 Reading mission ... 19:05:38 Starting mission: 19:05:38 Mission file: MP_COOP_m02 19:05:38 Mission world: Stratis 19:05:38 Mission directory: A3\missions_f\mpscenarios\MP_COOP_m02.Stratis\ 19:05:38 EPE manager release (0|0|0) 19:05:38 EPE manager release (0|0|0) Can't find real path "a3\map_stratis\data\roads\roads.shp": "No such file or directory" 19:05:40 EPE manager release (0|0|0) 19:05:40 EPE manager release (0|0|0) Attempt to override final function - bis_functions_list Attempt to override final function - bis_functions_listpreinit Attempt to override final function - bis_functions_listpostinit Attempt to override final function - bis_functions_listrecompile Attempt to override final function - bis_fnc_missiontaskslocal Attempt to override final function - bis_fnc_missionconversationslocal Attempt to override final function - bis_fnc_missionflow 19:05:45 EPE manager release (0|0|0) 19:05:45 EPE manager release (0|0|0) 19:05:45 EPE manager release (0|1|0) 19:05:45 EPE manager release (0|0|0) 19:05:45 ../lib/Network/networkServer.cpp ClearNetServer:NOT IMPLEMENTED - briefing! 19:05:46 Error: entity [smokeShellRed] still has its shape, ref_count=1 19:05:46 Error: entity [FxCartridge_65_caseless] still has its shape, ref_count=1 19:05:46 Error: entity [b_Parachute] still has its shape, ref_count=8 19:05:46 Error: entity [smokeShell] still has its shape, ref_count=1 19:05:46 Error: entity [b_65x39_Caseless_green] still has its shape, ref_count=1 19:05:46 Error: entity [O_helipilot_F] still has its shape, ref_count=1 19:05:46 Error: entity [O_Heli_Light_02_unarmed_F] still has its shape, ref_count=1 19:05:46 Error: weapon [arifle_Katiba_C_F] still has its shape, ref_count=2 19:05:46 Error: weapon [FirstAidKit] still has its shape, ref_count=8 19:05:46 Error: weapon [ToolKit] still has its shape, ref_count=1 19:05:46 Error: weapon [itemGPS] still has its shape, ref_count=1 Bad animation file format in file 'a3\anims_f_kart\data\anim\sdr\cts\starterpistol\acts_starterpistol_in.rtm'. 19:05:46 Extensions: I upgraded using steamcmd by validating 233780 and downloading the update just now. Steamcmd output: [ 0%] Checking for available updates... [----] Verifying installation... Steam Console Client (c) Valve Corporation -- type 'quit' to exit -- Loading Steam API...OK. @ShutdownOnFailedCommand 1 "@ShutdownOnFailedCommand" = "1" @NoPromptForPassword 1 "@NoPromptForPassword" = "1" login xxx **** Logging in user 'xxx' to Steam Public...Logged in OK Waiting for license info...OK force_install_dir /opt/arma3server app_update 233780 validate Update state (0x5) validating, progress: 0.14 (3493387 / 2500794674) Update state (0x5) validating, progress: 4.55 (113723285 / 2500794674) Update state (0x5) validating, progress: 14.08 (352157311 / 2500794674) Update state (0x5) validating, progress: 19.95 (498854061 / 2500794674) Update state (0x5) validating, progress: 27.87 (696952233 / 2500794674) Update state (0x5) validating, progress: 35.88 (897230249 / 2500794674) Update state (0x5) validating, progress: 41.67 (1042179288 / 2500794674) Update state (0x5) validating, progress: 49.57 (1239703114 / 2500794674) Update state (0x5) validating, progress: 57.02 (1426021782 / 2500794674) Update state (0x5) validating, progress: 62.78 (1570004334 / 2500794674) Update state (0x5) validating, progress: 70.79 (1770406537 / 2500794674) Update state (0x5) validating, progress: 77.97 (1949818458 / 2500794674) Update state (0x5) validating, progress: 84.28 (2107667450 / 2500794674) Update state (0x5) validating, progress: 92.27 (2307523636 / 2500794674) Update state (0x5) validating, progress: 99.81 (2496012464 / 2500794674) Update state (0x61) downloading, progress: 0.00 (0 / 326) Success! App '233780' fully installed. quit A fast strace revealed that arma3server is not finding most of the base game I assume? vikadm@srv3 /opt/arma3server $ strace -e trace=open,access ./arma3server -config=config-3.cfg -cfg=base.cfg -port=2502 [ Process PID=5541 runs in 32 bit mode. ] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) open("/opt/arma3server/tls/i686/sse2/cmov/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/arma3server/tls/i686/sse2/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/arma3server/tls/i686/cmov/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/arma3server/tls/i686/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/arma3server/tls/sse2/cmov/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/arma3server/tls/sse2/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/arma3server/tls/cmov/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/arma3server/tls/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/arma3server/i686/sse2/cmov/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/arma3server/i686/sse2/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/arma3server/i686/cmov/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/arma3server/i686/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/arma3server/sse2/cmov/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/arma3server/sse2/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/arma3server/cmov/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/arma3server/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY) = 3 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) open("/lib/i386-linux-gnu/i686/cmov/libpthread.so.0", O_RDONLY) = 3 open("/opt/arma3server/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) open("/lib/i386-linux-gnu/i686/cmov/librt.so.1", O_RDONLY) = 3 open("/opt/arma3server/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) open("/lib/i386-linux-gnu/i686/cmov/libdl.so.2", O_RDONLY) = 3 open("/opt/arma3server/libsteam_api.so", O_RDONLY) = 3 open("/opt/arma3server/libstdc++.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) open("/usr/lib32/libstdc++.so.6", O_RDONLY) = 3 open("/opt/arma3server/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) open("/lib/i386-linux-gnu/i686/cmov/libm.so.6", O_RDONLY) = 3 open("/opt/arma3server/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) open("/lib/i386-linux-gnu/libgcc_s.so.1", O_RDONLY) = 3 open("/opt/arma3server/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) open("/lib/i386-linux-gnu/i686/cmov/libc.so.6", O_RDONLY) = 3 open("/proc/stat", O_RDONLY|O_CLOEXEC) = 3 open("nolog.txt", O_RDONLY) = -1 ENOENT (No such file or directory) open("/etc/nsswitch.conf", O_RDONLY) = 4 open("/opt/arma3server/libnss_compat.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY) = 4 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) open("/lib/i386-linux-gnu/i686/cmov/libnss_compat.so.2", O_RDONLY) = 4 open("/opt/arma3server/libnsl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) open("/lib/i386-linux-gnu/i686/cmov/libnsl.so.1", O_RDONLY) = 4 open("/opt/arma3server/libnss_nis.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY) = 4 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) open("/lib/i386-linux-gnu/i686/cmov/libnss_nis.so.2", O_RDONLY) = 4 open("/opt/arma3server/libnss_files.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) open("/lib/i386-linux-gnu/i686/cmov/libnss_files.so.2", O_RDONLY) = 4 open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 4 open("/etc/localtime", O_RDONLY) = 4 19:41:52 ManagerConfig() access("steam_appid.txt", F_OK) = 0 open("steam_appid.txt", O_RDONLY) = 4 access("/home/vikadm/.steam/steam.pid", F_OK) = -1 ENOENT (No such file or directory) access("/home/vikadm/.steam/steam.pid", F_OK) = -1 ENOENT (No such file or directory) access("/home", F_OK) = 0 access("/home/vikadm", F_OK) = 0 access("/home/vikadm/.steam", F_OK) = -1 ENOENT (No such file or directory) open("/home/vikadm", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 4 open("/home", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 4 open("/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 4 open("/home/vikadm/.steam/steam.pid", O_RDONLY) = -1 ENOENT (No such file or directory) open("/home/vikadm/.local/share/Arma 3/Arma3.cfg", O_WRONLY|O_CREAT|O_TRUNC, 0200) = -1 ENOENT (No such file or directory) access("dlcbundle", R_OK|W_OK) = -1 ENOENT (No such file or directory) open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 5 access("/home/vikadm/.local/share/Arma 3\\dlcbundle", R_OK|W_OK) = -1 ENOENT (No such file or directory) access("dlcbundle", R_OK|W_OK) = -1 ENOENT (No such file or directory) access("heli", R_OK|W_OK) = 0 access("/opt/arma3server/heli", R_OK|W_OK) = 0 access("kart", R_OK|W_OK) = 0 access("/opt/arma3server/kart", R_OK|W_OK) = 0 access("curator", R_OK|W_OK) = 0 access("/opt/arma3server/curator", R_OK|W_OK) = 0 access("A3", R_OK|W_OK) = -1 ENOENT (No such file or directory) open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 5 access("/home/vikadm/.local/share/Arma 3\\A3", R_OK|W_OK) = -1 ENOENT (No such file or directory) access("A3", R_OK|W_OK) = -1 ENOENT (No such file or directory) open("/opt/arma3server/heli/dta", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("/opt/arma3server/kart/dta", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("/opt/arma3server/curator/dta", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("dta", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 5 open("core", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) open("bin", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("languagecore_f", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 19:41:52 Item STR_CONTROLS_TOOLTIPS_ACTION_IN_MAP listed twice 19:41:52 Item str_usract_action_in_map listed twice open("/proc/5541/statm", O_RDONLY) = 8 open("/proc/5541/statm", O_RDONLY) = 8 --- SIGCHLD (Child exited) @ 0 (0) --- --- SIGCHLD (Child exited) @ 0 (0) --- open("/opt/arma3server/heli/addons", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 8 open("a3/modules_f_heli", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("a3/music_f_heli/music", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("a3/languagemissions_f_heli", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("a3/anims_f_heli", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("a3/boat_f_heli", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("a3/missions_f_heli/video", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("a3/dubbing_f_heli", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("a3/sounds_f_heli", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("a3/functions_f_heli", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("a3/language_f_heli", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("a3/soft_f_heli", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("a3/data_f_heli", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("a3/structures_f_heli", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("a3/supplies_f_heli", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("a3/missions_f_heli", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("a3/music_f_heli", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("a3/ui_f_heli", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("a3/missions_f_heli/data", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("a3/cargoposes_f_heli", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("a3/air_f_heli", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("/opt/arma3server/kart/addons", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 28 open("a3/languagemissions_f_kart", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("a3/structures_f_kart", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("a3/weapons_f_kart", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("a3/missions_f_kart", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("a3/anims_f_kart", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("a3/modules_f_kart/data", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("a3/data_f_kart", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("a3/modules_f_kart", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("a3/soft_f_kart", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("a3/characters_f_kart", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("a3/missions_f_kart/data", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("a3/ui_f_kart", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("a3/sounds_f_kart", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("a3/language_f_kart", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("/opt/arma3server/curator/addons", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 42 open("a3/ui_f_curator", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("a3/language_f_curator", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("a3/missions_f_curator", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("a3/functions_f_curator", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("a3/modules_f_curator", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("a3/data_f_curator", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("addons", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 48 -
Yeah, so, easy fix: It's supposed to be headlessClients[]={}...
-
Linux Dedicated Server feedback
lukrop replied to dazhbog's topic in ARMA 3 - SERVERS & ADMINISTRATION
On a x86_64 debian wheezy that would be apt-get install libx11-6:i386 libusb-1.0-0:i386 libopenal1:i386 libglib2.0-0:i386 libdbus-glib-1-2:i386 libnm-glib4:i386 You might need to enable the i386 repository with: dpkg --add-architecture i386 && apt-get update -
Using 1.38 I still can't get the linux headless client to connect on a linux dedicated server on the same subnet. The HC is instantly kicked with the "steam ticket check failed" message. Server config has following related entries: kickDuplicate = 0; headlessClient[]={127.0.0.1, 172.16.128.20}; localClient[]={127.0.0.1, 172.16.128.20}; battleyeLicense=1; e: I even tried adding the public IP of the server to the headlessClient and localClient arrays, I just removed them in this post for privacy reasons. 172.16.128.20 beeing the IP of the HC machine. server startup line: /opt/arma3server/arma3server -maxMem=2047 -cpuCount=8 -cfg=/opt/arma3server/base.cfg -config=/opt/arma3server/server.cfg -name=server -port=2302 -par=/opt/arma3server/mods.txt -nosound -debug_steamapi -enableSteamLogs -pid=/opt/arma3server/arma3server.pid server log output: 23:40:24 Host identity created. [s_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed. Setting breakpad minidump AppID = 107410 23:40:24 Game Port: 2302, Steam Query Port: 2303 23:40:24 Initializing Steam server - Game Port: 2302, Steam Query Port: 2303 23:40:25 Connected to Steam servers Arma 3 Console version 1.38 : port 2302 23:40:31 headlessclient uses modified data file 23:40:31 Player headlessclient connecting. 23:40:32 STEAM: STC: Requesting validation ticket for player: headlessclient - SteamID:18446744073709551615, Local result: Invalid ticket 23:40:32 STEAM: STC: Local ticket check for player: headlessclient - SteamID:18446744073709551615 failed. Code: 1 23:40:32 Player headlessclient connected (id=HC2538). 23:40:32 STEAM: STC: Client: headlessclient - SteamID:18446744073709551615 - Kicked off because of invalid ticket. LocalResultCode: Invalid ticket, RemoteResultCode: Ticket invalid 23:40:32 NetServer::SendMsg: cannot find channel #1043060720, users.card=0 23:40:32 NetServer: users.get failed when sending to 1043060720 23:40:32 Message not sent - error 0, message ID = ffffffff, to 1043060720 (headlessclient) 23:40:32 Player headlessclient disconnected. HC startup line: ./arma3server -client -connect=172.16.128.11 -password=*** -name=hc -cfg=base.cfg -par=mods.txt -enableSteamLogs -debug_steamapi HC output: 23:40:31 Client connected: 172.16.128.11:2302 23:40:32 > Player headlessclient connecting 23:40:32 > You were kicked off the game.
-
I'll see if I find some time the next days and show this mod some love again. ;)
-
Hi! Announcing my first public released ArmA 3 COOP mission for up to 20 players. Description: The short version is, it's a dominiation like mission. But actually it doesn't have too much in common with domination. The AOs are handpicked and there are different mission types (like the sidemissions). Also the scale is much smaller (less vehicles, less units overall), this can be edited easily though. The missions are pretty fast-paced but you they can be played very tacticool too. The server randomly picks a mission and a location and waits until you finish the mission. After two minutes you'll get the next mission until there are no missions left. Currently there are only 6 mission types (e.g. search and destroy weapon cache, eliminate HVT, destroy mortars..) but I'm working on more mission types. As always feel free to contribute/add your own missions. Features: High replayability because of high randomness Optimized for performance - tweakable via mission parameters 35 locations, 6 diffrent missions (more to come) Random patrols Reinforcements highly customizable via parameters and even more per source edits Requirements: There are two versions of the mission. The NATO version only requires CBA but the DEVGRU version requires CBA and various unit addons by massi which I really highly recommend. Those are: USSOCOM/DEVGRU African Conflict Russian GRU/Spetsnaz And those units need this awesome weapon pack, also by massi: NATO SF and Russian Spetsnaz Weapons Download: Version 0.3.4 .pbo NATO Version .pbo DEVGRU Version Balancing test version 0.3.4-balance .pbo NATO Version .pbo DEVGRU Version Featurewise it's the same as 0.3.4 there are just some balancing tweaks I made and I'd like to know how you feel about them. Version 0.1.2 deprecated CO6 .pbo NATO Version deprecated CO6 .pbo DEVGRU Version Armaholic mirror: - Annihilation Co-20 (@) You can download the mission sources from github: Sources NATO version Sources DEVGRU version Old sources NATO version Old sources DEVGRU version I will be tagging the releases in git and master will contain my working directory. Maybe unstable sometimes but with hotfixes. ;) WIP: Changelog: 0.3.4 - performance optimizations to counter desync - one new city location - new reinforcement system (reinforcements spawn at closest active enemy outpost) - fixed typo which crippled AFR rebel army - new paramters: - overcast (rain) - enemy reinforcements - populate enemy outposts - enemy ambient patrols 0.3.3 - mortar mission hotfix - hotfix for all missions (deletion of mission objects) - updated VAS - tpwcas chooses the appropriate mode now (SP/MP) - following three changes to minimize desync potential: - using Farooq's revive by default now for better performance - changed the way ammoboxes at start are handled for less/no desync at start - custom vehicle respawn FSM. For now only respawn but no deserted delay are implemented 0.3.2 - fixed mission location selection using sometimes the same location twice - fixed CSAR Pilot mission - tweaked AI skill levels - updated mission briefing (typos/fixes) - made markers JIP compatible - updated TPWCAS - small performance improvement (unit, object deletion tweaks and less use of BIS_fnc_MP) Older changelogs Future plans: more missions more locations usage of dynamic object compositions to make the missions visually more appealing better AI recruitment and group managment new vehicle respawn system Known issues: Desync issues - I'm currently spending all my time on finding and fixing any problems regarding performance/desync/freezes some of you are experiencing Please test the *-testing versions and give me feedback (rpt logs, mods used, paramters used, nato/devgru version, etc.) If a player trys to rescue the pilot but is not the group leader the pilot will join the group but will not move, the group leader has to activate the action himself. the disbanding of single units is not possible as of yet if you die and respawn at the base (near the VAS box) most of the vehicles and all ammoboxes dissapear :Oo: I think it has something todo with the =BTC= respawn script. if you JIP while the mortar mission is on you'll hear the mortar firing at base (not the impacts but the actual firing sounds, as if they were next to you) - maybe a engine bug? script error shown after pressing respawn in the revive/death menu by =BTC= script error shown when throwing a grenade at enemys if TPWCAS is activated script error sometimes shown by CBA_fnc_searchNearby Disclaimer/License: This mission/source code is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) license. More information: CC BY-SA 3.0 The license ONLY applies to the content created by me, lukrop. I DO NOT claim ownership of ANY of the included third party source code/content. I am not responsible for any damage this mission does to you, your life, your Computer or anything else. Use at your own risk! Credits/Thanks: It's my first (public) release of a mission so bear with me on this one. The idea for this mission came from an A2 mission called Takistan Force by Bon_Inf*. I dissected and tweaked his A2 version for about 2 years just for me and a friend and now with A3 I thought I have to give something back to this awesome community. Thanks to the respective authors of all the awesome scripts/mods I'm using in this mission: Credits: CBA - CBA Team =BTC=_revive - =BTC= Giallustio SLP_spawn - Nomadd SHK_pos - Shuko TAW_vd - Tonic tpwcas - TPW && -Coulum- && fabrizio_T && Ollem TPW EBS - tpw, mrflay, ollem Big thanks to massi for his awesome units. Thanks BIG for constantly updating and hosting this mission on Armaholic! Since I'm hosting the sources of all those scripts on github, because I modified some of them slightly, please let me know if you as author of said script have a problem with that. Feel free to contribute in whatever way suits you (reporting issues, writing scripts, porting etc.) If you have any source code changes/contributions just send me patches/pull requests on github. This makes my life easier. :) Have fun with the mission and please provide feedback. Cheers! lukrop
-
Jagdkommando Austria Version 0.1 - Retexture Pack
lukrop replied to speedygonzales's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Great work speedy! :) -
Honestly I don't know. I need to test that. But I think since there were config updates to make the weapon sounds work at all with the bootcamp update my changes might got overwritten. If you want to use the sound replacement configs (*_sound.pbo) you'll need the massi weapon pack (or at least the sound files of it). If you only want JSRS sound-effects (this doesn't change the weapon sounds, just adds the clicking in first person, in-room sounds and distance effects) you'll only need my *_jsrs.pbo(s) and JSRS.
-
Hey there! I made several customized configs for popular addons. Maybe some of you are interested in this stuff so I though I publish them. If any of the original authors has a problem with the stuff I publish please contact me and I'll remove it ASAP. Aside from that thanks to the original authors for their awesome mods. :) README: Modules ============== Every .pbo follows a naming scheme. All names start with my prefix lkr followed by the prefix of the original addon creator, followed by the (shortend) name of the addon and finally suffixed with either *_jsrs, *_sound or *_mag_compat. *_jsrs.pbo -------------- The .pbos with *_jsrs suffixes simply contain configs for the addon which enable JSRS soundeffects as well as range adjustments to the sounds (needed by JSRS). *_sound.pbo -------------- The .pbos with *_sound suffixes contain configs for the addon which replace the original addons weapons sounds with corresponding sounds from massi's NATO SF/Speznas weapon pack. They depend on the .pbos with *_jsrs suffixes. So you'll need to use the *_jsrs ones too if you want to use the *_sound ones. This is because the _sound ones also change the range of the weapon sounds to 130m (which is needed by JSRS) and you wouldn't here any weapon sounds without JSRS. *_mag_compat.pbo -------------- Finally the *_mag_compat .pbos enable the use of vanilla STANAG 5.56 and 7.62 as well as massi's 5.56 and 7.62 ammo for the addon. Exceptions are: lkr_caf_ag_eeur_mas_weps -------------- Gives the east european CAF Aggressors weapons from massis excellent weapon pack. lkr_caf_ag_afr_mas_weps -------------- Gives the african CAF Aggressors weapons from massis excellent weapon pack. lkr_caf_ag_me_mas_weps -------------- Gives the middle eastern CAF Aggressors weapons from massis excellent weapon pack. lkr_sud_russians_asdg -------------- Makes the attachments of this mod compatible to ASDG joint rails. The weapons still need rail configs. Here is the github repo with the config files. It also contains a directory with signed .pbos and the key. GitHub repository You can also download a snapshot of the whole thing from here: Snapshot or grab a relase from here. Don't forget that you'll need the original addons since those are just config customizations. If you see anything funky/wrong please make a pull request/post the fix right here or just contact me here. :) Disclaimer: I DO NOT claim any ownership of the original files nor can I be held responsible for any damage that might occurs while using these addons. Have fun!
-
It's compatible with those weapons that use 5.56x45mm or 9mm ammo. I'll have to test that. RH M4s should be working as well as sudden's russian weapons and the SCARs from the U100 pack, since I played with them yesterday.
-
I'll have a look at that.
-
It's on my TODO list. I just had a longer ARMA break. :) I'll keep you posted!
-
Authentic Gameplay Modification
lukrop replied to koffeinflummi's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Yeah, car/vehicle "crashes" are kinda extremely leathal. :(