terox 316 Posted September 7, 2014 Tutorial: Debugging a server issue This is based on having already installed the dedicated server package or the full client install on your server Have already proved a vanilla install at some stage in the past and the server has been running and hosting missions. if you need help setting up a server, use the following ArmA3 Dedicated Server Tutorial LAST UPDATED: Sunday 7th September 2014 up too and including this post Note to Experienced admins If you see any flaws in the debugging logic, or you have any additional snippets of information to add, please do so. It will be much appreciated What you will need a) Admin Access to the server backend, eg RDP access B) Familiarity with file locations, especially the .rpt file .RPT File locations Wherever you set your -profile to be or C:\Windows\SysWOW64\config\systemprofile\AppData\Local\Arma 3 C:\Users\Administrator\AppData\Local\Arma 3 C:\Users\Username\AppData\Local\Arma 3 ********************************************************************************************************************* INFORMATION YOU NEED TO PROVIDE If you have been linked to this tutorial to give information and data to help solve your issue, this is the information you should provide Restart the server, (load the mission if you can) then copy your newly created *.rpt file (IN ITS ENTIRETY) to pastebin Copy your server config file (Delete your passwords) to your post \ thread and wrap it in a spoiler Copy the bandwidth settings (Users\Username\arma.cfg)to your post \ thread and wrap it in a spoiler tag Give a brief description of your server setup (Colocated, rented, home based etc Give a brief description of the hardware and o/s it is running on Give as much detail as possible on what issue you have and what debugging steps you have already taken to try and solve it and then we actually have some information we can work with to try and help you out ********************************************************************************************************************* ISSUE: Server isnt starting How to logically progress to find the issue STAGE 1: PREPARATION Take the server instance back to a clean vanilla install Create a desktop shortcut on the server that runs pure vanilla , nothing else Typically this will look something like -port=2302 "-profiles=d:\Games\A3\A3ServerNo1" -config=Config_Vanilla.cfg -exthreads=1 -mod= Take note of the empty -mod param, this is important Move the contents of your MpMissions folder to a backup folder (NOT a subfolder of your MpMissions) Move the contents of your keys folder to a backup folder (except the a3.bikey) EDIT the config_vanilla.cfg or whatever you have called the server config file Comment out the Mission cycle class completely Temporarily Disable BattleEye (Avoids any BE issues with the client on connect) Temporarily disable verify signatures (Avoids any addon issues with the client on connect) Add a temporary password so only you can connect to the server delete or clear out our .rpt files. (Lets start of clean) Run your steam updater and verify the game cache (You could delete the folder that looks something like "5d173415bc27ec53aaa2c78445046a1dcb3c69e3" this will remove the steam logs that define the version installed etc causing a complete re-install and overwrite) STAGE 2: INITIAL BOOT UP Start your server from the desktop shortcut you created. Wait for it to show up on the Steam browser list Login as the only client and try starting one of the B.I hard coded missions What should happen You should see the console window popup as the server starts (See example output below) You should see a newly created rpt file, leave it a minute before you open it up, to give it the time for a fully booted the server to finish writing to this log. A good clean vanilla install .rpt file should look similar to the Example RPT file listed below (before any players attempt to connect) and you should be able to see the server in the steam server browser (eventually) Login and start a mission If FAIL Reinstall ArmA3 on the server (Dedi package or full client install) ? You have omitted to do something previously stated in this tutorial Check the .rpt file again for any obvious issues (It will now be a much bigger file with a lot of spam entries to read through) IF SUCCESS: goto STAGE 3 STAGE 3: BIKEY DEBUGGING Issues with .bikeys can cause the server not to fully load or start Symptom: The server will hang just as it starts to contact Steam. The last RPT entry will be (Thanks to Killswitch) Quote PhysX3 SDK Init started ... PhysX3 SDK Init ended. Initializing Steam server - Game Port: 2302, Steam Query Port: 2303. Move the backed up Bikeys to the root keys folder Delete your rpt file. (Not necessary but can avoid confusion when you start losing focus due to frustration) Restart the server using the desktop shortcut Check the .rpt file (for existence and content) Login as the only client and try starting one of the B.I hard coded missions IF FAIL: Remove the bikeys, repeat Stage 3 but only add a few bikeys at a time, continue doing this until you find the bikey that is causing the issue. Check the .rpt file again for any obvious issues (It will now be a much bigger file with a lot of spam entries to read through) IF SUCCESS: goto Stage 4 STAGE 4: MpMissions DEBUGGING The Mission.sqm, Description.ext and any files #included from the description.ext are read by the server when the first player connects after a server restart. if there are any critical errors in these files, then the server will not allow you to fully connect. It may be possible to see these errors in the rpt file, as the server should write to the .rpt when you connect. You will typically get this issue after restarting the server, where you haven't changed any server files, command lines, addons etc. A mission that has been recently uploaded could be causing this issue. To prove/disprove Move all the backed up MpMissions back into your server install MpMissions Delete your .rpt file Restart the server using the desktop shortcut Check the .rpt file (for existence and content) wait for it to be seen in the steam browser Login as the only client and try starting one of the B.I hard coded missions IF FAIL: Remove the MPMissions, repeat Stage 4 but only add a few mission.pbo's at a time (Take note it is most likely going to be one of the newest uploaded missions to then server). Check the .rpt file again for any obvious issues (It will now be a much bigger file with a lot of spam entries to read through) IF SUCCESS: go to Stage 5 STAGE 5: SERVER.CFG (Config_Vanilla.cfg) DEBUGGING The only issue I am aware of in this file that stops the server from fully loading, is the mission cycle class If the file name listed is not exactly the same as the file name on the server, it will cause the server to hang on an island loading screen This is why in Stage 1: PREPARATION, you should have commented this cycle class out Uncomment the Mission Cycle class in the above mentioned file Delete your .rpt file Restart the server using the desktop shortcut Check the .rpt file (for existence and content) wait for it to be seen in the steam browser Login as the only client and try starting one of the B.I hard coded missions IF FAIL: Check the syntax of the mission cycle class and any mission files listed in there. IF SUCCESS: go to Stage 6 STAGE 6: ADDON DEBUGGING Be aware that some addons also utilise a userconfig folder, so make sure where ever these are needed that they are present, otherwise the server wont fully boot Issues here should be fairly easy to see in the rpt file. Edit the desktop shortcut to run all the -mod folders that you were initially running Delete your .rpt file Restart the server using the desktop shortcut Check the .rpt file (for existence and content) wait for it to be seen in the steam browser Login as the only client and try starting one of the B.I hard coded missions IF FAIL: Repeat Stage 6, but edit the -mod line in the desktop shortcut to load less mod folders, repeat until you find the @mod folder with the issue Take note, some addons have dependancy on others, so make sure you load the required dependancy addons. Start with @CBA_A3 if you run that mod folder and work from there Check the .rpt file again for any obvious issues (It will now be a much bigger file with a lot of spam entries to read through) IF SUCCESS: go to STAGE 7 STAGE 7: LAUNCHER DEBUGGING So far you have proven That a vanilla install is working The Bikeys are all okay (from a server launch viewpoint) MpMissions are all okay (from a server launch viewpoint) @Mod folders are all okay (from a server launch viewpoint) Typically servers can be launched - run from various applications, such as TADST, Firedeamon, some Hosting company GUI Debugging these issues is beyond the scope of this tutorial, however, if you have managed to reach this stage successfully, then only the launcher can be at fault and you will need to contact the host or ask a question on the TADST thread. I can give some Firedeamon support here. IF SUCCESS: go to STAGE 8 STAGE 8: Set everything back to how you want it Re-Enable BattleEye Re-Enable verify signatures Change the temporary login password back to the default one you use and then reconnect as you did before ISSUE: CLIENT CANNOT CONNECT Work In Progress Basically this will either be an addon issue (Bikey-Bisign mismatch, I have found a fair few bikey issues not matching to bisigns over the last few months) a BattleEye issue (Ping limiter set perhaps or just a bad connection to the A3 host or BE server a ban issue, check BE bans.txt and your root ban.txt a connection issue a Temporary issue, DNS etc or BE server down Client-server version mismatch EXAMPLE FILES Successfully Fully loaded vanilla server Console Window 15:46:01 Dedicated host created. 15:46:07 BattleEye Server: Initialized (v1.194) 15:46:07 Host identity created. 15:46:07 Game Port: 2502, Steam Query Port: 2503 Successfully Fully loaded vanilla server RPT file This is what you should see before any players have attempted to connect Branch: Stable Version: 1.28.127008 Dated 7th September 2014 ===================================================================== == D:\Games\A3\A3ServerTest\arma3server.exe == "D:\Games\A3\A3ServerTest\arma3server.exe" -port=2502 "-profiles=d:\Games\A3\A3ServerTest" -config=Config_Vanilla.cfg -exthreads=1 -enableHT -mod= Original output filename: Arma3Retail_Server Exe timestamp: 2014/09/02 11:16:17 Current time: 2014/09/07 15:30:38 Type: Public Branch: Stable Version: 1.28.127008 Allocator: D:\Games\A3\A3ServerTest\dll\tbb4malloc_bi.dll ===================================================================== ManagerConfig() AppId parsing successful. Using appId=107410 Updating base class ->Base, by a3\dubbing_radio_f\config.bin/CfgHQIdentities/PAPA_BEAR/ Updating base class ->Base, by a3\dubbing_radio_f\config.bin/CfgHQIdentities/AirBase/ Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayEditObject/Controls/B_OK/ Updating base class RscSliderH->RscXSliderH, by a3\editor_f\config.bin/RscDisplayEditObject/Slider/ Updating base class RscText->RscPicture, by a3\editor_f\config.bin/RscDisplayEditObject/Preview/ Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionLoad/Controls/B_OK/ Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionSave/Controls/B_OK/ Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoScrollbars/ Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoHScrollbars/ Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoVScrollbars/ Updating base class ->RscText, by a3\ui_f\config.bin/RscLine/ Updating base class ->RscActiveText, by a3\ui_f\config.bin/RscActivePicture/ Updating base class ->RscButton, by a3\ui_f\config.bin/RscButtonTextOnly/ Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscShortcutButtonMain/ Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonEditor/ Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscIGUIShortcutButton/ Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscGearShortcutButton/ Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonMenu/ Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuOK/ Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuCancel/ Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuSteam/ Updating base class ->RscText, by a3\ui_f\config.bin/RscLoadingText/ Updating base class ->RscListBox, by a3\ui_f\config.bin/RscIGUIListBox/ Updating base class ->RscListNBox, by a3\ui_f\config.bin/RscIGUIListNBox/ Updating base class ->RscText, by a3\ui_f\config.bin/RscBackground/ Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUI/ Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUILeft/ Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIRight/ Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIBottom/ Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUITop/ Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUIDark/ Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/RscBackgroundLogo/ Updating base class ->RscMapControl, by a3\ui_f\config.bin/RscMapControlEmpty/ Updating base class ->RscPicture, by a3\ui_f\config.bin/CA_Mainback/ Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Back/ Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Title_Back/ Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Black_Back/ Updating base class ->RscTitle, by a3\ui_f\config.bin/CA_Title/ Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/CA_Logo/ Updating base class ->CA_Logo, by a3\ui_f\config.bin/CA_Logo_Small/ Updating base class ->RscButton, by a3\ui_f\config.bin/CA_RscButton/ Updating base class ->CA_RscButton, by a3\ui_f\config.bin/CA_RscButton_dialog/ Updating base class ->RscActiveText, by a3\ui_f\config.bin/CA_Ok/ Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image/ Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image2/ Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_text/ Updating base class ->RscPicture, by a3\ui_f\config.bin/RscVignette/ Updating base class ->RscControlsGroupNoScrollbars, by a3\ui_f\config.bin/RscMapControlTooltip/ Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_OK/ Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Cancel/ Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Clear/ Updating base class ->RscText, by a3\ui_f\config.bin/RscDisplayCapture/controls/TimeLines/ Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonAverages/ Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonSavePreviousData/ Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonPreviousData/ Updating base class RscControlsGroup->RscControlsGroupNoHScrollbars, by a3\ui_f\config.bin/RscDisplayMain/controls/ModIcons/ Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/IconPicture/ Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcOwnedIconPicture/ Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcIconPicture/ Updating base class RscListBox->RscCombo, by a3\ui_f\config.bin/RscDisplayCustomizeController/Steepness/ Updating base class ->RscStandardDisplay, by a3\ui_f\config.bin/RscDisplayControlSchemes/ Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonCancel/ Updating base class RscButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonOK/ Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayFileSelectImage/controls/OverviewPicture/ Updating base class RscShortcutButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayFieldManual/controls/ButtonCancel/ Cannot delete class B_KickOff, it is referenced somewhere (used as a base class probably). Updating base class RscButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMission/controls/ButtonCancel/ Updating base class RscShortcutButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonOK/ Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonCancel/ 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/ Updating base class ->None, by a3\characters_f\heads\config.bin/CfgGlasses/G_Diving/ Updating base class Optics_Commander_02->Optics_Armored, by a3\armor_f_epb\apc_tracked_03\config.bin/Optics_Commander_03/ Initializing Steam Manager ManagerConfig() unable to load subscribed content list. list will be updated from steam unable to load published content list. list will be updated from steam unable to load cached items meta info. save and update functionality will be broken Steam Manager initialized. ==== Loaded addons ==== dta\bin.pbo - unknown dta\core.pbo - 72362 dta\languagecore_f.pbo - 73106 D:\Games\A3\A3ServerTest\kart\addons\anims_f_kart.ebo - 68104 D:\Games\A3\A3ServerTest\kart\addons\characters_f_kart.ebo - 69654 D:\Games\A3\A3ServerTest\kart\addons\data_f_kart.ebo - 68542 D:\Games\A3\A3ServerTest\kart\addons\languagemissions_f_kart.ebo - 71194 D:\Games\A3\A3ServerTest\kart\addons\language_f_kart.ebo - 71194 D:\Games\A3\A3ServerTest\kart\addons\missions_f_kart.ebo - 72076 D:\Games\A3\A3ServerTest\kart\addons\missions_f_kart_data.ebo - 68567 D:\Games\A3\A3ServerTest\kart\addons\modules_f_kart.ebo - 68506 D:\Games\A3\A3ServerTest\kart\addons\modules_f_kart_data.ebo - 68104 D:\Games\A3\A3ServerTest\kart\addons\soft_f_kart.ebo - 71931 D:\Games\A3\A3ServerTest\kart\addons\sounds_f_kart.ebo - 69963 D:\Games\A3\A3ServerTest\kart\addons\structures_f_kart.ebo - 71528 D:\Games\A3\A3ServerTest\kart\addons\ui_f_kart.ebo - 68104 D:\Games\A3\A3ServerTest\kart\addons\weapons_f_kart.ebo - 69840 D:\Games\A3\A3ServerTest\curator\addons\data_f_curator.pbo - 69630 D:\Games\A3\A3ServerTest\curator\addons\functions_f_curator.pbo - 70878 D:\Games\A3\A3ServerTest\curator\addons\language_f_curator.pbo - 69026 D:\Games\A3\A3ServerTest\curator\addons\missions_f_curator.pbo - 72076 D:\Games\A3\A3ServerTest\curator\addons\modules_f_curator.pbo - 70910 D:\Games\A3\A3ServerTest\curator\addons\ui_f_curator.pbo - 71182 addons\a3.pbo - unknown addons\air_f.pbo - 72106 addons\air_f_beta.pbo - 72362 addons\air_f_epb.pbo - 72121 addons\air_f_epc.pbo - 72244 addons\air_f_gamma.pbo - 72106 addons\animals_f.pbo - 70922 addons\animals_f_beta.pbo - 69641 addons\anims_f.pbo - 71962 addons\anims_f_bootcamp.pbo - 72244 addons\anims_f_data.pbo - 67148 addons\anims_f_epa.pbo - 70151 addons\anims_f_epc.pbo - 64977 addons\armor_f.pbo - 66875 addons\armor_f_beta.pbo - 72238 addons\armor_f_epb.pbo - 71158 addons\armor_f_epc.pbo - 67549 addons\armor_f_gamma.pbo - 71553 addons\baseconfig_f.pbo - 43414 addons\boat_f.pbo - 71876 addons\boat_f_beta.pbo - 71271 addons\boat_f_epc.pbo - 69978 addons\boat_f_gamma.pbo - 69978 addons\cargoposes_f.pbo - 71528 addons\characters_f.pbo - 72192 addons\characters_f_beta.pbo - 72235 addons\characters_f_bootcamp.pbo - 71769 addons\characters_f_epa.pbo - 72109 addons\characters_f_epb.pbo - 72109 addons\characters_f_epc.pbo - 71967 addons\characters_f_gamma.pbo - 67255 addons\data_f.pbo - 72243 addons\data_f_bootcamp.pbo - 70358 addons\drones_f.pbo - 71840 addons\dubbing_f.pbo - 55351 addons\dubbing_f_beta.pbo - 55170 addons\dubbing_f_bootcamp.pbo - 70741 addons\dubbing_f_epa.pbo - 64461 addons\dubbing_f_epb.pbo - 64461 addons\dubbing_f_epc.pbo - 71948 addons\dubbing_f_gamma.pbo - 55217 addons\dubbing_radio_f.pbo - 70403 addons\dubbing_radio_f_data.pbo - 70088 addons\editor_f.pbo - 70677 addons\functions_f.pbo - 72089 addons\functions_f_bootcamp.pbo - 71974 addons\functions_f_epa.pbo - 69421 addons\functions_f_epc.pbo - 63816 addons\languagemissions_f.pbo - 70504 addons\languagemissions_f_beta.pbo - 67088 addons\languagemissions_f_bootcamp.pbo - 71374 addons\languagemissions_f_epa.pbo - 72010 addons\languagemissions_f_epb.pbo - 69398 addons\languagemissions_f_epc.pbo - 69398 addons\languagemissions_f_gamma.pbo - 67088 addons\language_f.pbo - 72031 addons\language_f_beta.pbo - 72141 addons\language_f_bootcamp.pbo - 71964 addons\language_f_epa.pbo - 67088 addons\language_f_epb.pbo - 70677 addons\language_f_epc.pbo - 72010 addons\language_f_gamma.pbo - 70557 addons\map_altis.pbo - 72244 addons\map_altis_data.pbo - 68681 addons\map_altis_data_layers.pbo - 64204 addons\map_altis_data_layers_00_00.pbo - 64204 addons\map_altis_data_layers_00_01.pbo - 64204 addons\map_altis_data_layers_01_00.pbo - 64204 addons\map_altis_data_layers_01_01.pbo - 64204 addons\map_altis_scenes_f.pbo - 63714 addons\map_data.pbo - 70871 addons\map_stratis.pbo - 72244 addons\map_stratis_data.pbo - 60227 addons\map_stratis_data_layers.pbo - 60227 addons\map_stratis_scenes_f.pbo - 69675 addons\map_vr.pbo - 70890 addons\map_vr_scenes_f.pbo - 70385 addons\misc_f.pbo - 67166 addons\missions_f.pbo - 72113 addons\missions_f_beta.pbo - 72076 addons\missions_f_beta_data.pbo - 62070 addons\missions_f_beta_video.pbo - 49010 addons\missions_f_bootcamp.pbo - 72076 addons\missions_f_bootcamp_data.pbo - 71826 addons\missions_f_bootcamp_video.pbo - 70504 addons\missions_f_data.pbo - 62070 addons\missions_f_epa.pbo - 72184 addons\missions_f_epa_data.pbo - 66883 addons\missions_f_epa_video.pbo - 58252 addons\missions_f_epb.pbo - 72076 addons\missions_f_epb_data.pbo - 66883 addons\missions_f_epb_video.pbo - 61701 addons\missions_f_epc.pbo - 72076 addons\missions_f_epc_data.pbo - 65195 addons\missions_f_epc_video.pbo - 65113 addons\missions_f_gamma.pbo - 72076 addons\missions_f_gamma_data.pbo - 55501 addons\missions_f_gamma_video.pbo - 52884 addons\missions_f_video.pbo - 52434 addons\modules_f.pbo - 72498 addons\modules_f_beta.pbo - 68461 addons\modules_f_beta_data.pbo - 56247 addons\modules_f_bootcamp.pbo - 72049 addons\modules_f_data.pbo - 69859 addons\modules_f_epb.pbo - 66731 addons\music_f.pbo - 69026 addons\music_f_bootcamp.pbo - 69633 addons\music_f_bootcamp_music.pbo - 69256 addons\music_f_epa.pbo - 62941 addons\music_f_epa_music.pbo - 62070 addons\music_f_epb.pbo - 62941 addons\music_f_epb_music.pbo - 62070 addons\music_f_epc.pbo - 65137 addons\music_f_epc_music.pbo - 65137 addons\music_f_music.pbo - 62070 addons\plants_f.pbo - 68746 addons\roads_f.pbo - 71662 addons\rocks_f.pbo - 68633 addons\signs_f.pbo - 71037 addons\soft_f.pbo - 72200 addons\soft_f_beta.pbo - 71840 addons\soft_f_bootcamp.pbo - 72200 addons\soft_f_epc.pbo - 71840 addons\soft_f_gamma.pbo - 72200 addons\sounds_f.pbo - 72216 addons\sounds_f_bootcamp.pbo - 71314 addons\sounds_f_epb.pbo - 71327 addons\sounds_f_epc.pbo - 71976 addons\sounds_f_vehicles.pbo - 71928 addons\sounds_f_weapons.pbo - 72253 addons\static_f.pbo - 71927 addons\static_f_beta.pbo - 69740 addons\static_f_gamma.pbo - 71864 addons\structures_f.pbo - 72229 addons\structures_f_bootcamp.pbo - 72304 addons\structures_f_data.pbo - 72305 addons\structures_f_epa.pbo - 71528 addons\structures_f_epb.pbo - 71781 addons\structures_f_epc.pbo - 72203 addons\structures_f_households.pbo - 72229 addons\structures_f_ind.pbo - 72229 addons\structures_f_mil.pbo - 72229 addons\structures_f_wrecks.pbo - 71528 addons\uifonts_f.pbo - 62497 addons\uifonts_f_data.pbo - 62497 addons\ui_f.pbo - 72099 addons\ui_f_bootcamp.pbo - 71374 addons\ui_f_data.pbo - 72099 addons\weapons_f.pbo - 72240 addons\weapons_f_beta.pbo - 71831 addons\weapons_f_bootcamp.pbo - 71871 addons\weapons_f_epa.pbo - 71913 addons\weapons_f_epb.pbo - 69062 addons\weapons_f_epc.pbo - 68963 addons\weapons_f_gamma.pbo - 69142 ======================= PhysX3 SDK Init started ... PhysX3 SDK Init ended. Initializing Steam server - Game Port: 2502, Steam Query Port: 2503 Connected to Steam servers Changelog v1.0: Initial release 7th Sept 2014 1 Share this post Link to post Share on other sites
SavageCDN 231 Posted September 9, 2014 (edited) Well done!! My only suggestion is to add a screen of what the console window should look like including title bar text. I can try and take a few screenshots if you like.edit: ah I missed the example near the end... sorry :P Edited August 25, 2015 by savagecdn oops Share this post Link to post Share on other sites
bravo17 1 Posted September 9, 2014 (edited) Here is the Arma 3 setup that we use for TC Admin. It allows the cfg files etc to be set ether in the command line or in a -par files <?xml version="1.0" encoding="Windows-1252" standalone="yes"?> <GAME> <GAMEID>TC4381566204661</GAMEID> <NAME>Arma3</NAME> <SHORTNAME>arma3</SHORTNAME> <DEFAULTPORT>2302</DEFAULTPORT> <DEFAULTQUERYPORT>2303</DEFAULTQUERYPORT> <DEFAULTRCONPORT>2302</DEFAULTRCONPORT> <FILESFOLDER /> <RELATIVEEXECUTABLE>Arma3server.exe</RELATIVEEXECUTABLE> <RELATIVEWORKINGDIRECTORY>/</RELATIVEWORKINGDIRECTORY> <RELATIVEUSERFILES>/</RELATIVEUSERFILES> <INSTALLEDPATCH /> <FILEMAN_ACCESS>True</FILEMAN_ACCESS> <FTP_ACCESS>True</FTP_ACCESS> <IS_VOICE_SERVER>False</IS_VOICE_SERVER> <DEFAULTCMDLINE>-ip=%serverip% -port=%serverport% -noPause -noSound -cpuCount=2 -maxMem=2047 -world=empty</DEFAULTCMDLINE> <DEFAULTCUSTOMCMDLINE>-ip=%serverip% -port=%serverport% %usercmdline% -noPause -noSound -cpuCount=2 -maxMem=2047 -world=empty</DEFAULTCUSTOMCMDLINE> <PRIVATECMDLINE /> <PRIVATECUSTOMCMDLINE /> <PBFOLDER>pb</PBFOLDER> <PBURL /> <PBENABLEADMINS>False</PBENABLEADMINS> <PBENABLEUSERS>False</PBENABLEUSERS> <PBENABLEADMINS>False</PBENABLEADMINS> <PBDELETEADMINS>False</PBDELETEADMINS> <PBDELETEUSERS>False</PBDELETEUSERS> <PBLOGS>pb/svlogs</PBLOGS> <PBSS>pb/svss</PBSS> <STEAMGAMETYPE>233780</STEAMGAMETYPE> <STEAMEXTRAOPTIONS /> <STEAMENABLEADMINS>True</STEAMENABLEADMINS> <STEAMENABLEUSERS>False</STEAMENABLEUSERS> <BRANDEDTEXT /> <BRANDEDTEXTATEND>False</BRANDEDTEXTATEND> <BRANDEDTEXTSPACE>False</BRANDEDTEXTSPACE> <BRANDEDREGEX /> <ALLOWUSERINSTALL>True</ALLOWUSERINSTALL> <PORTINCREMENT>10</PORTINCREMENT> <GAMEPORTEXPRESSION /> <QUERYPORTEXPRESSION /> <RCONPORTEXPRESSION /> <STOPDELAY>3</STOPDELAY> <CUSTOMPORT1>2305</CUSTOMPORT1> <CUSTOMPORT2>2306</CUSTOMPORT2> <CUSTOMPORT3>2307</CUSTOMPORT3> <CUSTOMPORT4>0</CUSTOMPORT4> <CUSTOMPORT5>0</CUSTOMPORT5> <CUSTOMPORT1EXPRESSION /> <CUSTOMPORT2EXPRESSION /> <CUSTOMPORT3EXPRESSION /> <CUSTOMPORT4EXPRESSION /> <CUSTOMPORT5EXPRESSION /> <OS>1</OS> <ONLYDEFAULTPORT>False</ONLYDEFAULTPORT> <INTERACTDESKTOP>False</INTERACTDESKTOP> <CMDBUILDERUSERACCESS>True</CMDBUILDERUSERACCESS> <INSTALLSCRIPT /> <UNINSTALLSCRIPT /> <NEWEMAILSUBJECT /> <NEWEMAILBODY /> <REINSTALLEMAILBODY /> <REINSTALLEMAILSUBJECT /> <SHOWINCREATELIST>True</SHOWINCREATELIST> <SHOWCONFIGSICON>False</SHOWCONFIGSICON> <FORCE_FTP_PATH>/</FORCE_FTP_PATH> <START_CPU_0>False</START_CPU_0> <LOG_PATH /> <LOG_EXTENSIONS /> <ENABLE_LOG_VIEWER>False</ENABLE_LOG_VIEWER> <DISABLE_REINSTALL>False</DISABLE_REINSTALL> <EXECUTE_SCRIPTS_REINSTALL>False</EXECUTE_SCRIPTS_REINSTALL> <EXECUTE_SCRIPTS_MOVE>False</EXECUTE_SCRIPTS_MOVE> <COMPATIBILITY>1015</COMPATIBILITY> <GAME-MONITOR.COM>-1</GAME-MONITOR.COM> <COMMANDLINEPARAMETERS> <COMMANDLINEPARAMETER> <GAMEID>TC4381566204661</GAMEID> <CANSETVALUE>True</CANSETVALUE> <COMMAND>-profiles</COMMAND> <DENYCHARS /> <DESCRIPTION>Profiles Folder</DESCRIPTION> <ENCLOSEQUOTES>False</ENCLOSEQUOTES> <EQUALSIGN>=</EQUALSIGN> <ORDER>1</ORDER> <SPACEAFTERINPUT>False</SPACEAFTERINPUT> <SPACEAFTERSIGN>False</SPACEAFTERSIGN> <SPACEBEFORECOMMAND>True</SPACEBEFORECOMMAND> <SPACEBEFORESIGN>False</SPACEBEFORESIGN> <USERACCESS>True</USERACCESS> </COMMANDLINEPARAMETER> <COMMANDLINEPARAMETER> <GAMEID>TC4381566204661</GAMEID> <CANSETVALUE>True</CANSETVALUE> <COMMAND>-cfg</COMMAND> <DENYCHARS /> <DESCRIPTION>cfg file</DESCRIPTION> <ENCLOSEQUOTES>False</ENCLOSEQUOTES> <EQUALSIGN>=</EQUALSIGN> <ORDER>2</ORDER> <SPACEAFTERINPUT>False</SPACEAFTERINPUT> <SPACEAFTERSIGN>False</SPACEAFTERSIGN> <SPACEBEFORECOMMAND>True</SPACEBEFORECOMMAND> <SPACEBEFORESIGN>False</SPACEBEFORESIGN> <USERACCESS>True</USERACCESS> </COMMANDLINEPARAMETER> <COMMANDLINEPARAMETER> <GAMEID>TC4381566204661</GAMEID> <CANSETVALUE>True</CANSETVALUE> <COMMAND>-config</COMMAND> <DENYCHARS /> <DESCRIPTION>Config file</DESCRIPTION> <ENCLOSEQUOTES>False</ENCLOSEQUOTES> <EQUALSIGN>=</EQUALSIGN> <ORDER>3</ORDER> <SPACEAFTERINPUT>False</SPACEAFTERINPUT> <SPACEAFTERSIGN>False</SPACEAFTERSIGN> <SPACEBEFORECOMMAND>True</SPACEBEFORECOMMAND> <SPACEBEFORESIGN>False</SPACEBEFORESIGN> <USERACCESS>True</USERACCESS> </COMMANDLINEPARAMETER> <COMMANDLINEPARAMETER> <GAMEID>TC4381566204661</GAMEID> <CANSETVALUE>True</CANSETVALUE> <COMMAND>-mod</COMMAND> <DENYCHARS /> <DESCRIPTION>Mods to load, separate by ;</DESCRIPTION> <ENCLOSEQUOTES>False</ENCLOSEQUOTES> <EQUALSIGN>=</EQUALSIGN> <ORDER>4</ORDER> <SPACEAFTERINPUT>True</SPACEAFTERINPUT> <SPACEAFTERSIGN>False</SPACEAFTERSIGN> <SPACEBEFORECOMMAND>True</SPACEBEFORECOMMAND> <SPACEBEFORESIGN>False</SPACEBEFORESIGN> <USERACCESS>True</USERACCESS> </COMMANDLINEPARAMETER> <COMMANDLINEPARAMETER> <GAMEID>TC4381566204661</GAMEID> <CANSETVALUE>True</CANSETVALUE> <COMMAND>-malloc</COMMAND> <DENYCHARS /> <DESCRIPTION>Memory allocation dll</DESCRIPTION> <ENCLOSEQUOTES>False</ENCLOSEQUOTES> <EQUALSIGN>=</EQUALSIGN> <ORDER>5</ORDER> <SPACEAFTERINPUT>True</SPACEAFTERINPUT> <SPACEAFTERSIGN>False</SPACEAFTERSIGN> <SPACEBEFORECOMMAND>True</SPACEBEFORECOMMAND> <SPACEBEFORESIGN>False</SPACEBEFORESIGN> <USERACCESS>True</USERACCESS> </COMMANDLINEPARAMETER> <COMMANDLINEPARAMETER> <GAMEID>TC4381566204661</GAMEID> <CANSETVALUE>True</CANSETVALUE> <COMMAND>-nologs</COMMAND> <DENYCHARS /> <DESCRIPTION>Do not create logfiles</DESCRIPTION> <ENCLOSEQUOTES>False</ENCLOSEQUOTES> <EQUALSIGN /> <ORDER>6</ORDER> <SPACEAFTERINPUT>True</SPACEAFTERINPUT> <SPACEAFTERSIGN>False</SPACEAFTERSIGN> <SPACEBEFORECOMMAND>True</SPACEBEFORECOMMAND> <SPACEBEFORESIGN>False</SPACEBEFORESIGN> <USERACCESS>True</USERACCESS> </COMMANDLINEPARAMETER> <COMMANDLINEPARAMETER> <GAMEID>TC4381566204661</GAMEID> <CANSETVALUE>True</CANSETVALUE> <COMMAND>-exthreads</COMMAND> <DENYCHARS /> <DESCRIPTION>Number of extra threads that can be used</DESCRIPTION> <ENCLOSEQUOTES>False</ENCLOSEQUOTES> <EQUALSIGN>=</EQUALSIGN> <ORDER>7</ORDER> <SPACEAFTERINPUT>True</SPACEAFTERINPUT> <SPACEAFTERSIGN>False</SPACEAFTERSIGN> <SPACEBEFORECOMMAND>True</SPACEBEFORECOMMAND> <SPACEBEFORESIGN>False</SPACEBEFORESIGN> <USERACCESS>True</USERACCESS> </COMMANDLINEPARAMETER> <COMMANDLINEPARAMETER> <GAMEID>TC4381566204661</GAMEID> <CANSETVALUE>True</CANSETVALUE> <COMMAND>-par</COMMAND> <DENYCHARS /> <DESCRIPTION>PARameter file</DESCRIPTION> <ENCLOSEQUOTES>False</ENCLOSEQUOTES> <EQUALSIGN>=</EQUALSIGN> <ORDER>8</ORDER> <SPACEAFTERINPUT>True</SPACEAFTERINPUT> <SPACEAFTERSIGN>False</SPACEAFTERSIGN> <SPACEBEFORECOMMAND>True</SPACEBEFORECOMMAND> <SPACEBEFORESIGN>False</SPACEBEFORESIGN> <USERACCESS>True</USERACCESS> </COMMANDLINEPARAMETER> <COMMANDLINEPARAMETER> <GAMEID>TC4381566204661</GAMEID> <CANSETVALUE>True</CANSETVALUE> <COMMAND>-cpuCount</COMMAND> <DENYCHARS /> <DESCRIPTION>CPU core count</DESCRIPTION> <ENCLOSEQUOTES>False</ENCLOSEQUOTES> <EQUALSIGN>=</EQUALSIGN> <ORDER>9</ORDER> <SPACEAFTERINPUT>True</SPACEAFTERINPUT> <SPACEAFTERSIGN>False</SPACEAFTERSIGN> <SPACEBEFORECOMMAND>True</SPACEBEFORECOMMAND> <SPACEBEFORESIGN>False</SPACEBEFORESIGN> <USERACCESS>True</USERACCESS> </COMMANDLINEPARAMETER> </COMMANDLINEPARAMETERS> <RCONCOMMANDS /> </GAME> Edited September 9, 2014 by Bravo17 Share this post Link to post Share on other sites
SavageCDN 231 Posted September 10, 2014 wow thanks Bravo17 that is very helpful Share this post Link to post Share on other sites
terox 316 Posted December 5, 2014 bump, this could do with being stickied Share this post Link to post Share on other sites
wifye 11 Posted June 16, 2015 I am a new user and couldn't make a thread(or URLs), if this post is an issue, please delete it and I apologize before hand but I'm having a weird server issue that I can't figure out how to resolve The server I'm trying to run is through FireDaemon for starters,(according to their howto along with others, that seems to be fine). Here's the rtf I have: pastebin/ r98PdFKd PASTEBIN | #1 paste tool since 2002 create new pastetoolsapiarchivefaq PASTEBIN Search... create new paste trending pastes sign uploginmy alertsmy settingsmy profile Want more features on Pastebin? Sign Up, it's FREE! Public Pastes Untitled 12 sec ago Untitled 15 sec ago Arma 3 rtf 28 sec ago AIDS 31 sec ago Untitled 33 sec ago Untitled 33 sec ago the code 35 sec ago Untitled 37 sec ago 0 0 Guest Arma 3 rtf BY: A GUEST ON JUN 16TH, 2015 | SYNTAX: NONE | SIZE: 27.90 KB | VIEWS: 64 | EXPIRES: NEVER DOWNLOAD | RAW | EMBED | REPORT ABUSE | PRINT ===================================================================== == C:\ArmA3\A3ServerNo1\arma3server.exe == "C:\ArmA3\A3ServerNo1\arma3server.exe" -port=2302 "-profiles=C:\ArmA3\A3ServerNo1" -config=Config_Resistance.cfg -world=empty -noSound Original output filename: Arma3Retail_Server Exe timestamp: 2015/06/10 17:01:17 Current time: 2015/06/16 01:43:10 Type: Public Branch: Stable Version: 1.46.131175 Allocator: C:\ArmA3\A3ServerNo1\dll\tbb4malloc_bi.dll ===================================================================== 1:43:10 ManagerConfig() 1:43:11 Cannot register unknown string STR_USRACT_SWITCH_GUNS 1:43:11 Cannot register unknown string STR_USRACT_SWITCH_ROCKETS 1:43:11 Cannot register unknown string STR_USRACT_SWITCH_MISSILES 1:43:11 Cannot register unknown string STR_USRACT_SWITCH_BOMBS 1:43:11 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_GUNS 1:43:11 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_ROCKETS 1:43:11 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_MISSILES 1:43:11 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_BOMBS 1:43:26 Updating base class ->Base, by a3\dubbing_radio_f\config.bin/CfgHQIdentities/PAPA_BEAR/ 1:43:26 Updating base class ->Base, by a3\dubbing_radio_f\config.bin/CfgHQIdentities/AirBase/ 1:43:26 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayEditObject/Controls/B_OK/ 1:43:26 Updating base class RscSliderH->RscXSliderH, by a3\editor_f\config.bin/RscDisplayEditObject/Slider/ 1:43:26 Updating base class RscText->RscPicture, by a3\editor_f\config.bin/RscDisplayEditObject/Preview/ 1:43:26 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionLoad/Controls/B_OK/ 1:43:26 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionSave/Controls/B_OK/ 1:43:27 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoScrollbars/ 1:43:27 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoHScrollbars/ 1:43:27 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoVScrollbars/ 1:43:27 Updating base class ->RscText, by a3\ui_f\config.bin/RscLine/ 1:43:27 Updating base class ->RscActiveText, by a3\ui_f\config.bin/RscActivePicture/ 1:43:27 Updating base class ->RscButton, by a3\ui_f\config.bin/RscButtonTextOnly/ 1:43:27 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscShortcutButtonMain/ 1:43:27 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonEditor/ 1:43:27 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscIGUIShortcutButton/ 1:43:27 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscGearShortcutButton/ 1:43:27 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonMenu/ 1:43:27 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuOK/ 1:43:27 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuCancel/ 1:43:27 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuSteam/ 1:43:27 Updating base class ->RscText, by a3\ui_f\config.bin/RscLoadingText/ 1:43:27 Updating base class ->RscListBox, by a3\ui_f\config.bin/RscIGUIListBox/ 1:43:27 Updating base class ->RscListNBox, by a3\ui_f\config.bin/RscIGUIListNBox/ 1:43:27 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackground/ 1:43:27 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUI/ 1:43:27 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUILeft/ 1:43:27 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIRight/ 1:43:27 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIBottom/ 1:43:27 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUITop/ 1:43:27 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUIDark/ 1:43:27 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/RscBackgroundLogo/ 1:43:27 Updating base class ->RscMapControl, by a3\ui_f\config.bin/RscMapControlEmpty/ 1:43:27 Updating base class ->RscPicture, by a3\ui_f\config.bin/CA_Mainback/ 1:43:27 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Back/ 1:43:27 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Title_Back/ 1:43:27 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Black_Back/ 1:43:27 Updating base class ->RscTitle, by a3\ui_f\config.bin/CA_Title/ 1:43:27 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/CA_Logo/ 1:43:27 Updating base class ->CA_Logo, by a3\ui_f\config.bin/CA_Logo_Small/ 1:43:27 Updating base class ->RscButton, by a3\ui_f\config.bin/CA_RscButton/ 1:43:27 Updating base class ->CA_RscButton, by a3\ui_f\config.bin/CA_RscButton_dialog/ 1:43:27 Updating base class ->RscActiveText, by a3\ui_f\config.bin/CA_Ok/ 1:43:27 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image/ 1:43:27 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image2/ 1:43:27 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_text/ 1:43:27 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscVignette/ 1:43:27 Updating base class ->RscControlsGroupNoScrollbars, by a3\ui_f\config.bin/RscMapControlTooltip/ 1:43:27 Updating base class RscUnitInfo->RscUnitInfoAirNoWeapon, by a3\ui_f\config.bin/RscInGameUI/RscUnitInfoAir/ 1:43:27 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_OK/ 1:43:27 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Cancel/ 1:43:27 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Clear/ 1:43:27 Updating base class ->RscText, by a3\ui_f\config.bin/RscDisplayCapture/controls/TimeLines/ 1:43:27 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonAverages/ 1:43:27 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonSavePreviousData/ 1:43:27 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonPreviousData/ 1:43:27 Updating base class RscControlsGroup->RscControlsGroupNoHScrollbars, by a3\ui_f\config.bin/RscDisplayMain/controls/ModIcons/ 1:43:27 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/IconPicture/ 1:43:27 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcOwnedIconPicture/ 1:43:27 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcIconPicture/ 1:43:27 Updating base class RscListBox->RscCombo, by a3\ui_f\config.bin/RscDisplayCustomizeController/Steepness/ 1:43:27 Updating base class ->RscStandardDisplay, by a3\ui_f\config.bin/RscDisplayControlSchemes/ 1:43:27 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonCancel/ 1:43:27 Updating base class RscButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonOK/ 1:43:27 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayFileSelectImage/controls/OverviewPicture/ 1:43:27 Updating base class RscShortcutButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayFieldManual/controls/ButtonCancel/ 1:43:27 Cannot delete class B_KickOff, it is referenced somewhere (used as a base class probably). 1:43:27 Updating base class RscButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMission/controls/ButtonCancel/ 1:43:27 Updating base class RscShortcutButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonOK/ 1:43:27 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonCancel/ 1:43:27 Updating base class ->RscSubmenu, by a3\ui_f\config.bin/RscMainMenu/ 1:43:27 Cannot update non class from class a3\ui_f\config.bin/RscCallSupport/Items/ 1:43:27 Cannot update non class from class a3\ui_f\config.bin/RscRadio/Items/ 1:43:27 Updating base class RscStandardDisplay->, by a3\ui_f_mp_mark\config.bin/RscDisplayRespawn/ 1:43:28 Updating base class ->SlotInfo, by a3\weapons_f_mark\config.bin/UnderBarrelSlot/ 1:43:29 ragdollHitDmgLimit (0.000000) is lower than minimum (0.010000) and it was set to min. 1:43:29 Initializing Steam Manager 1:43:29 ManagerConfig() 1:43:29 Steam Manager initialized. 1:43:29 1:43:29 ==== Loaded addons ==== 1:43:29 1:43:29 dta\bin.pbo - unknown 1:43:29 dta\core.pbo - 72362 1:43:29 dta\languagecore_f.pbo - 83717 1:43:29 C:\ArmA3\A3ServerNo1\mark\addons\anims_f_mark.ebo - 83739 1:43:29 C:\ArmA3\A3ServerNo1\mark\addons\characters_f_mark.ebo - 83678 1:43:29 C:\ArmA3\A3ServerNo1\mark\addons\data_f_mark.ebo - 82269 1:43:29 C:\ArmA3\A3ServerNo1\mark\addons\dubbing_f_mark.ebo - 81923 1:43:29 C:\ArmA3\A3ServerNo1\mark\addons\dubbing_f_mp_mark.ebo - 81923 1:43:29 C:\ArmA3\A3ServerNo1\mark\addons\functions_f_mark.ebo - 82819 1:43:29 C:\ArmA3\A3ServerNo1\mark\addons\functions_f_mp_mark.ebo - 83754 1:43:29 C:\ArmA3\A3ServerNo1\mark\addons\languagemissions_f_mark.ebo - 83732 1:43:29 C:\ArmA3\A3ServerNo1\mark\addons\languagemissions_f_mp_mark.ebo - 83732 1:43:29 C:\ArmA3\A3ServerNo1\mark\addons\language_f_mark.ebo - 83711 1:43:29 C:\ArmA3\A3ServerNo1\mark\addons\language_f_mp_mark.ebo - 83714 1:43:29 C:\ArmA3\A3ServerNo1\mark\addons\missions_f_mark.ebo - 83494 1:43:29 C:\ArmA3\A3ServerNo1\mark\addons\missions_f_mark_data.ebo - 83115 1:43:29 C:\ArmA3\A3ServerNo1\mark\addons\missions_f_mark_video.ebo - 81429 1:43:29 C:\ArmA3\A3ServerNo1\mark\addons\missions_f_mp_mark.ebo - 83640 1:43:29 C:\ArmA3\A3ServerNo1\mark\addons\missions_f_mp_mark_data.ebo - 81558 1:43:29 C:\ArmA3\A3ServerNo1\mark\addons\modules_f_mark.ebo - 81710 1:43:29 C:\ArmA3\A3ServerNo1\mark\addons\modules_f_mp_mark.ebo - 83640 1:43:29 C:\ArmA3\A3ServerNo1\mark\addons\music_f_mark.ebo - 81958 1:43:29 C:\ArmA3\A3ServerNo1\mark\addons\music_f_mark_music.ebo - 81930 1:43:29 C:\ArmA3\A3ServerNo1\mark\addons\sounds_f_mark.ebo - 83408 1:43:29 C:\ArmA3\A3ServerNo1\mark\addons\static_f_mark.ebo - 83658 1:43:29 C:\ArmA3\A3ServerNo1\mark\addons\structures_f_mark.ebo - 83683 1:43:29 C:\ArmA3\A3ServerNo1\mark\addons\supplies_f_mark.ebo - 79552 1:43:29 C:\ArmA3\A3ServerNo1\mark\addons\ui_f_mark.ebo - 82421 1:43:29 C:\ArmA3\A3ServerNo1\mark\addons\ui_f_mp_mark.ebo - 83655 1:43:29 C:\ArmA3\A3ServerNo1\mark\addons\weapons_f_mark.ebo - 83730 1:43:29 C:\ArmA3\A3ServerNo1\heli\addons\air_f_heli.pbo - 83642 1:43:29 C:\ArmA3\A3ServerNo1\heli\addons\anims_f_heli.pbo - 80475 1:43:29 C:\ArmA3\A3ServerNo1\heli\addons\boat_f_heli.pbo - 82564 1:43:29 C:\ArmA3\A3ServerNo1\heli\addons\cargoposes_f_heli.pbo - 83497 1:43:29 C:\ArmA3\A3ServerNo1\heli\addons\data_f_heli.pbo - 80757 1:43:29 C:\ArmA3\A3ServerNo1\heli\addons\dubbing_f_heli.pbo - 75138 1:43:29 C:\ArmA3\A3ServerNo1\heli\addons\functions_f_heli.pbo - 82940 1:43:29 C:\ArmA3\A3ServerNo1\heli\addons\languagemissions_f_heli.pbo - 83732 1:43:29 C:\ArmA3\A3ServerNo1\heli\addons\language_f_heli.pbo - 83702 1:43:29 C:\ArmA3\A3ServerNo1\heli\addons\missions_f_heli.pbo - 82940 1:43:29 C:\ArmA3\A3ServerNo1\heli\addons\missions_f_heli_data.pbo - 75977 1:43:29 C:\ArmA3\A3ServerNo1\heli\addons\missions_f_heli_video.pbo - 75065 1:43:29 C:\ArmA3\A3ServerNo1\heli\addons\modules_f_heli.pbo - 82939 1:43:29 C:\ArmA3\A3ServerNo1\heli\addons\music_f_heli.pbo - 76012 1:43:29 C:\ArmA3\A3ServerNo1\heli\addons\music_f_heli_music.pbo - 76012 1:43:29 C:\ArmA3\A3ServerNo1\heli\addons\soft_f_heli.pbo - 82564 1:43:29 C:\ArmA3\A3ServerNo1\heli\addons\sounds_f_heli.pbo - 79398 1:43:29 C:\ArmA3\A3ServerNo1\heli\addons\structures_f_heli.pbo - 83090 1:43:29 C:\ArmA3\A3ServerNo1\heli\addons\supplies_f_heli.pbo - 82971 1:43:29 C:\ArmA3\A3ServerNo1\heli\addons\ui_f_heli.pbo - 76986 1:43:29 C:\ArmA3\A3ServerNo1\kart\addons\anims_f_kart.pbo - 80475 1:43:29 C:\ArmA3\A3ServerNo1\kart\addons\characters_f_kart.pbo - 83566 1:43:29 C:\ArmA3\A3ServerNo1\kart\addons\data_f_kart.pbo - 80888 1:43:29 C:\ArmA3\A3ServerNo1\kart\addons\languagemissions_f_kart.pbo - 83732 1:43:29 C:\ArmA3\A3ServerNo1\kart\addons\language_f_kart.pbo - 83708 1:43:29 C:\ArmA3\A3ServerNo1\kart\addons\missions_f_kart.pbo - 76770 1:43:29 C:\ArmA3\A3ServerNo1\kart\addons\missions_f_kart_data.pbo - 75687 1:43:29 C:\ArmA3\A3ServerNo1\kart\addons\modules_f_kart.pbo - 83577 1:43:29 C:\ArmA3\A3ServerNo1\kart\addons\modules_f_kart_data.pbo - 74588 1:43:29 C:\ArmA3\A3ServerNo1\kart\addons\soft_f_kart.pbo - 83645 1:43:29 C:\ArmA3\A3ServerNo1\kart\addons\sounds_f_kart.pbo - 79398 1:43:29 C:\ArmA3\A3ServerNo1\kart\addons\structures_f_kart.pbo - 82971 1:43:29 C:\ArmA3\A3ServerNo1\kart\addons\ui_f_kart.pbo - 73106 1:43:29 C:\ArmA3\A3ServerNo1\kart\addons\weapons_f_kart.pbo - 83573 1:43:29 C:\ArmA3\A3ServerNo1\curator\addons\data_f_curator.pbo - 82282 1:43:29 C:\ArmA3\A3ServerNo1\curator\addons\functions_f_curator.pbo - 83104 1:43:29 C:\ArmA3\A3ServerNo1\curator\addons\language_f_curator.pbo - 83690 1:43:29 C:\ArmA3\A3ServerNo1\curator\addons\missions_f_curator.pbo - 80344 1:43:29 C:\ArmA3\A3ServerNo1\curator\addons\modules_f_curator.pbo - 83335 1:43:29 C:\ArmA3\A3ServerNo1\curator\addons\ui_f_curator.pbo - 83335 1:43:29 addons\a3.pbo - unknown 1:43:29 addons\air_f.pbo - 83231 1:43:29 addons\air_f_beta.pbo - 83681 1:43:29 addons\air_f_epb.pbo - 82564 1:43:29 addons\air_f_epc.pbo - 82564 1:43:29 addons\air_f_gamma.pbo - 82564 1:43:29 addons\animals_f.pbo - 79398 1:43:29 addons\animals_f_beta.pbo - 72362 1:43:29 addons\anims_f.pbo - 84018 1:43:29 addons\anims_f_bootcamp.pbo - 72362 1:43:29 addons\anims_f_data.pbo - 83699 1:43:29 addons\anims_f_epa.pbo - 78608 1:43:29 addons\anims_f_epc.pbo - 72362 1:43:29 addons\armor_f.pbo - 82564 1:43:29 addons\armor_f_beta.pbo - 83130 1:43:29 addons\armor_f_epb.pbo - 83128 1:43:29 addons\armor_f_epc.pbo - 83128 1:43:29 addons\armor_f_gamma.pbo - 83677 1:43:29 addons\baseconfig_f.pbo - 73106 1:43:29 addons\boat_f.pbo - 83667 1:43:29 addons\boat_f_beta.pbo - 83267 1:43:29 addons\boat_f_epc.pbo - 82564 1:43:29 addons\boat_f_gamma.pbo - 83643 1:43:29 addons\cargoposes_f.pbo - 83460 1:43:29 addons\characters_f.pbo - 83549 1:43:29 addons\characters_f_beta.pbo - 83570 1:43:29 addons\characters_f_bootcamp.pbo - 82576 1:43:29 addons\characters_f_epa.pbo - 83523 1:43:29 addons\characters_f_epb.pbo - 79398 1:43:29 addons\characters_f_epc.pbo - 81235 1:43:29 addons\characters_f_gamma.pbo - 79398 1:43:29 addons\data_f.pbo - 83717 1:43:29 addons\data_f_bootcamp.pbo - 76960 1:43:29 addons\drones_f.pbo - 83644 1:43:29 addons\dubbing_f.pbo - 73106 1:43:29 addons\dubbing_f_beta.pbo - 73106 1:43:29 addons\dubbing_f_bootcamp.pbo - 73106 1:43:29 addons\dubbing_f_epa.pbo - 73106 1:43:29 addons\dubbing_f_epb.pbo - 76110 1:43:29 addons\dubbing_f_epc.pbo - 73106 1:43:29 addons\dubbing_f_gamma.pbo - 73106 1:43:29 addons\dubbing_radio_f.pbo - 78704 1:43:29 addons\dubbing_radio_f_data.pbo - 78762 1:43:29 addons\editor_f.pbo - 82563 1:43:29 addons\functions_f.pbo - 83807 1:43:29 addons\functions_f_bootcamp.pbo - 83415 1:43:29 addons\functions_f_epa.pbo - 73434 1:43:29 addons\functions_f_epc.pbo - 73106 1:43:29 addons\languagemissions_f.pbo - 83717 1:43:29 addons\languagemissions_f_beta.pbo - 83723 1:43:29 addons\languagemissions_f_bootcamp.pbo - 83726 1:43:29 addons\languagemissions_f_epa.pbo - 83730 1:43:29 addons\languagemissions_f_epb.pbo - 83732 1:43:29 addons\languagemissions_f_epc.pbo - 83732 1:43:29 addons\languagemissions_f_gamma.pbo - 83732 1:43:29 addons\language_f.pbo - 83686 1:43:29 addons\language_f_beta.pbo - 83687 1:43:29 addons\language_f_bootcamp.pbo - 83688 1:43:29 addons\language_f_epa.pbo - 83692 1:43:29 addons\language_f_epb.pbo - 83694 1:43:29 addons\language_f_epc.pbo - 83695 1:43:29 addons\language_f_gamma.pbo - 83695 1:43:29 addons\map_altis.pbo - 83614 1:43:29 addons\map_altis_data.pbo - 80737 1:43:29 addons\map_altis_data_layers.pbo - 79087 1:43:29 addons\map_altis_data_layers_00_00.pbo - 79087 1:43:29 addons\map_altis_data_layers_00_01.pbo - 79087 1:43:29 addons\map_altis_data_layers_01_00.pbo - 79087 1:43:29 addons\map_altis_data_layers_01_01.pbo - 79087 1:43:29 addons\map_altis_scenes_f.pbo - 73106 1:43:29 addons\map_data.pbo - 81846 1:43:29 addons\map_stratis.pbo - 83457 1:43:29 addons\map_stratis_data.pbo - 80737 1:43:29 addons\map_stratis_data_layers.pbo - 79082 1:43:29 addons\map_stratis_scenes_f.pbo - 73106 1:43:29 addons\map_vr.pbo - 82252 1:43:29 addons\map_vr_scenes_f.pbo - 82252 1:43:29 addons\misc_f.pbo - 82966 1:43:29 addons\missions_f.pbo - 78843 1:43:29 addons\missions_f_beta.pbo - 83663 1:43:29 addons\missions_f_beta_data.pbo - 83118 1:43:29 addons\missions_f_beta_video.pbo - 73106 1:43:29 addons\missions_f_bootcamp.pbo - 83732 1:43:29 addons\missions_f_bootcamp_data.pbo - 72362 1:43:29 addons\missions_f_bootcamp_video.pbo - 75065 1:43:29 addons\missions_f_data.pbo - 73106 1:43:29 addons\missions_f_epa.pbo - 83494 1:43:29 addons\missions_f_epa_data.pbo - 73106 1:43:29 addons\missions_f_epa_video.pbo - 73106 1:43:29 addons\missions_f_epb.pbo - 83750 1:43:29 addons\missions_f_epb_data.pbo - 73106 1:43:29 addons\missions_f_epb_video.pbo - 73106 1:43:29 addons\missions_f_epc.pbo - 83104 1:43:29 addons\missions_f_epc_data.pbo - 73106 1:43:29 addons\missions_f_epc_video.pbo - 73106 1:43:29 addons\missions_f_gamma.pbo - 82717 1:43:29 addons\missions_f_gamma_data.pbo - 76877 1:43:29 addons\missions_f_gamma_video.pbo - 73106 1:43:29 addons\missions_f_video.pbo - 73106 1:43:29 addons\modules_f.pbo - 83636 1:43:29 addons\modules_f_beta.pbo - 83576 1:43:29 addons\modules_f_beta_data.pbo - 80976 1:43:29 addons\modules_f_bootcamp.pbo - 79398 1:43:29 addons\modules_f_data.pbo - 73106 1:43:29 addons\modules_f_epb.pbo - 79398 1:43:29 addons\music_f.pbo - 73106 1:43:29 addons\music_f_bootcamp.pbo - 73106 1:43:29 addons\music_f_bootcamp_music.pbo - 73106 1:43:29 addons\music_f_epa.pbo - 73106 1:43:29 addons\music_f_epa_music.pbo - 73106 1:43:29 addons\music_f_epb.pbo - 73106 1:43:29 addons\music_f_epb_music.pbo - 73106 1:43:29 addons\music_f_epc.pbo - 73106 1:43:29 addons\music_f_epc_music.pbo - 73106 1:43:29 addons\music_f_music.pbo - 73106 1:43:29 addons\plants_f.pbo - 80365 1:43:29 addons\roads_f.pbo - 82537 1:43:29 addons\rocks_f.pbo - 80359 1:43:29 addons\signs_f.pbo - 82967 1:43:29 addons\soft_f.pbo - 83658 1:43:29 addons\soft_f_beta.pbo - 83644 1:43:29 addons\soft_f_bootcamp.pbo - 83358 1:43:29 addons\soft_f_epc.pbo - 83320 1:43:29 addons\soft_f_gamma.pbo - 83775 1:43:29 addons\sounds_f.pbo - 83703 1:43:29 addons\sounds_f_bootcamp.pbo - 82576 1:43:29 addons\sounds_f_epb.pbo - 79398 1:43:29 addons\sounds_f_epc.pbo - 79398 1:43:29 addons\sounds_f_vehicles.pbo - 82151 1:43:29 addons\sounds_f_weapons.pbo - 82110 1:43:29 addons\static_f.pbo - 83378 1:43:29 addons\static_f_beta.pbo - 79398 1:43:29 addons\static_f_gamma.pbo - 82090 1:43:29 addons\structures_f.pbo - 83611 1:43:29 addons\structures_f_bootcamp.pbo - 82970 1:43:29 addons\structures_f_data.pbo - 82554 1:43:29 addons\structures_f_epa.pbo - 82615 1:43:29 addons\structures_f_epb.pbo - 83683 1:43:29 addons\structures_f_epc.pbo - 83732 1:43:29 addons\structures_f_households.pbo - 82554 1:43:29 addons\structures_f_ind.pbo - 83450 1:43:29 addons\structures_f_mil.pbo - 82969 1:43:29 addons\structures_f_wrecks.pbo - 82970 1:43:29 addons\uifonts_f.pbo - 73106 1:43:29 addons\uifonts_f_data.pbo - 73106 1:43:29 addons\ui_f.pbo - 83710 1:43:29 addons\ui_f_bootcamp.pbo - 76325 1:43:29 addons\ui_f_data.pbo - 83709 1:43:29 addons\weapons_f.pbo - 83772 1:43:29 addons\weapons_f_beta.pbo - 83667 1:43:29 addons\weapons_f_bootcamp.pbo - 81923 1:43:29 addons\weapons_f_epa.pbo - 83667 1:43:29 addons\weapons_f_epb.pbo - 80958 1:43:29 addons\weapons_f_epc.pbo - 80374 1:43:29 addons\weapons_f_gamma.pbo - 80772 1:43:29 1:43:29 ======================= 1:43:29 1:43:29 ============================================================================================= List of mods =============================================================================================== 1:43:29 modsReadOnly = false 1:43:29 safeModsActivated = false 1:43:29 customMods = false 1:43:29 hash = 'E4752B67BB6472B872706DE6692A15733C5D2DE5' 1:43:29 hashShort = '2dde80e3' 1:43:29 name | modDir | default | origin | hash | hashShort | fullPath 1:43:29 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 1:43:29 Arma 3 DLC Bundle | dlcbundle | true | NOT FOUND | | | 1:43:29 Arma 3 Marksmen | mark | true | GAME DIR | d0c05e486c4cc984946df87a4ef21735a653d121 | 4696236c | C:\ArmA3\A3ServerNo1\mark 1:43:29 Arma 3 Helicopters | heli | true | GAME DIR | 20e528433bb766997e48a432050c2ae62cbddd54 | aa5c1cd5 | C:\ArmA3\A3ServerNo1\heli 1:43:29 Arma 3 Karts | kart | true | GAME DIR | ca3f3420a94ec2b85973b00b8c63d4b0574a5c63 | f88c65c6 | C:\ArmA3\A3ServerNo1\kart 1:43:29 Arma 3 Zeus | curator | true | GAME DIR | ca8a5bb58190eb65da6ce6939b9e461ccdde70a5 | 474a0a58 | C:\ArmA3\A3ServerNo1\curator 1:43:29 Arma 3 | A3 | true | NOT FOUND | | | 1:43:29 ========================================================================================================================================================================================================== 1:43:29 InitSound ... 1:43:29 InitSound - complete 1:43:29 PhysX3 SDK Init started ... 1:43:29 PhysX3 SDK Init ended. 1:43:29 EPE manager release (0|0|0) 1:43:29 EPE manager release (0|0|0) 1:43:31 Attempt to override final function - rscminimap_script 1:43:31 Attempt to override final function - rscdisplayloading_script 1:43:31 Attempt to override final function - rscdisplayloading_script 1:43:32 Attempt to override final function - rscdisplayloading_script 1:43:32 Attempt to override final function - rscdiary_script 1:43:32 Attempt to override final function - rscdisplaysinglemission_script 1:43:32 Attempt to override final function - rscdiary_script 1:43:32 Attempt to override final function - rscdisplayremotemissions_script 1:43:32 Attempt to override final function - rscdisplayloading_script 1:43:32 Attempt to override final function - rscdiary_script 1:43:32 Attempt to override final function - rscdiary_script 1:43:32 Attempt to override final function - rscdisplaystrategicmap_script 1:43:32 Attempt to override final function - rscdisplaycommon_script 1:43:32 Attempt to override final function - rscdisplayloading_script 1:43:33 Attempt to override final function - rscdisplaycurator_script 1:43:33 Attempt to override final function - rscdisplayattributes_script 1:43:33 Attempt to override final function - rscdisplayattributes_script 1:43:33 Attempt to override final function - rscdisplayattributes_script 1:43:33 Attempt to override final function - rscdisplaycommon_script 1:43:33 Attempt to override final function - rscdisplaydebriefing_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 Attempt to override final function - rscunitinfo_script 1:43:33 EPE manager release (0|0|0) 1:43:33 EPE manager release (0|0|0) 1:43:35 Initializing Steam server - Game Port: 2302, Steam Query Port: 2303 1:43:36 Connected to Steam servers clone this paste RAW Paste Data Pastebin.com Tools & Applications iPhone/iPad Windows Firefox Chrome WebOS Android Mac Opera Click.to UNIX WinPhone create new paste | api | trends | syntax languages | faq | tools | privacy | cookies | contact | dmca | advertise on pastebin | go pro Follow us: pastebin on facebook | pastebin on twitter | pastebin in the news Dedicated Server Hosting by Steadfast Pastebin v3.11 rendered in: 0.010 seconds As you can see at the end: 1:43:35 Initializing Steam server - Game Port: 2302, Steam Query Port: 2303 1:43:36 Connected to Steam servers The problem is, I can't find the server or connect to it remotely. VPS server IP is 192.99.144.41 As for the config file: pastebin/ bDrvNtyn PASTEBIN | #1 paste tool since 2002 create new pastetoolsapiarchivefaq PASTEBIN Search... create new paste trending pastes sign uploginmy alertsmy settingsmy profile Want more features on Pastebin? Sign Up, it's FREE! Public Pastes Untitled 0 sec ago Untitled 0 sec ago Arma 3 cfg server 26 sec ago Untitled 40 sec ago Untitled 52 sec ago Untitled 50 sec ago Bdinfo 1 min ago Untitled 54 sec ago 0 0 Guest Arma 3 cfg server BY: A GUEST ON JUN 16TH, 2015 | SYNTAX: NONE | SIZE: 2.28 KB | VIEWS: 65 | EXPIRES: NEVER DOWNLOAD | RAW | EMBED | REPORT ABUSE | PRINT // // server.cfg // // comments are written with "//" in front of them. // STEAM steamport=2305; steamqueryport=2303; // GLOBAL SETTINGS hostname = "USBeardforce Resistance"; // The name of the server that shall be displayed in the public server list //password = "ServerAccessPassword"; // Password for joining, eg connecting to the server passwordAdmin = "xxxxxxxxxxx"; // Password to become server admin. When you're in Arma MP and connected to the server, type '#login xyz' reportingIP = ""; // This is the default setting. If you change this, your server might not turn up in the public list. Leave empty for private servers logFile = "No1_Server.log"; verifySignatures = 2; // WELCOME MESSAGE ("message of the day") // It can be several lines, separated by comma // Empty messages "" will not be displayed at all but are only for increasing the interval motd[] = { "", "", "", ""__________ SYSTEM MESSAGES __________", "Welcome to The Beardforce Resistance Server", "IMPORTANT Verify Signatures is enabled", "", "TS3 Server: beardforce.com", "Web: beardforce.com", "TS3 Server: beardforce.com", "", "__________ END OF MESSAGE __________", "" }; motdInterval = 5; // Time interval (in seconds) between each message // JOINING RULES maxPlayers = 25; // Maximum amount of players. Civilians and watchers, beholder, bystanders and so on also count as player. // VOTING voteMissionPlayers = 1; // Tells the server how many people must connect so that it displays the mission selection screen. voteThreshold = 0.33; // 33% or more players need to vote for something, for example an admin or a new map, to become effective voteMissionPlayers = 0; // INGAME SETTINGS disableVoN = 1; // If set to 1, Voice over Net will not be available vonCodecQuality = 8; // Quality from 1 to 10 persistent = 1; // If 1, missions still run on even after the last player disconnected. // MISSIONS CYCLE (see below) class Missions { class Mission1 { template="co_xx_mymission.stratis"; difficulty="Regular"; }; }; clone this paste RAW Paste Data Pastebin.com Tools & Applications iPhone/iPad Windows Firefox Chrome WebOS Android Mac Opera Click.to UNIX WinPhone create new paste | api | trends | syntax languages | faq | tools | privacy | cookies | contact | dmca | advertise on pastebin | go pro Follow us: pastebin on facebook | pastebin on twitter | pastebin in the news Dedicated Server Hosting by Steadfast Pastebin v3.11 rendered in: 0.005 seconds hostname = "USBeardforce Resistance"; //password = "ServerAccessPassword"; passwordAdmin = "xxxxxxxxxxx"; reportingIP = ""; logFile = "No1_Server.log"; verifySignatures = 2; Basically, from what I can tell the server should be working but I as mentioned above, I can't find it or connect to it. Any help is greatly appreciated and sorry for posting in this thread. Share this post Link to post Share on other sites
terox 316 Posted June 16, 2015 Firedeamon is simply in this case a remote launching platform and is doing it's job correctly The server is also fully loading and connecting to the steam servers. comment out the reportingIP = ""; line completely, it may be that defining it as an empty string is causing the issue. The instructions in the set up tutorial have the missions class commented out, for whatever reason you have un commented this, // MISSIONS CYCLE (see below)class Missions { class Mission1 { template="co_xx_mymission.stratis"; difficulty="Regular"; }; }; This will break unless you actually have a mission in there called co_xx_mymission.stratis which I very much doubt Once you have resolved these two issues, if the server still isnt seen in the ingame browser try remotely connecting. 1 Share this post Link to post Share on other sites
wifye 11 Posted June 16, 2015 (edited) I did as you suggested and followed along with it but I still can't seem to find the server or even remotely connect to it. Firedaemon: Executable: C:\ArmaA3\A3ServerNo1\arma3server.exe Working Directory: C:\ArmA3\A3ServerNo1 Parameters: "-profiles=C:\ArmA3\A3ServerNo1" -port=2302 "-config=Config_Resistance.cfg" -world=empty // GLOBAL SETTINGS hostname = "Beardforce Resistance"; // The name of the server that shall be displayed in the public server list // password = "ServerAccessPassword"; // Password for joining, eg connecting to the server passwordAdmin = "xxxxxxxxxxx"; // Password to become server admin. When you're in Arma MP and connected to the server, type '#login xyz' // reportingIP = ""; // This is the default setting. If you change this, your server might not turn up in the public list. Leave empty for private servers logFile = "No1_Server.log"; verifySignatures = 2; /* // MISSIONS CYCLE (see below) class Missions { class Mission1 { template="co36_resistance.altis"; difficulty="Regular"; }; }; */ I even checked using this: http://api.steampowered.com/ISteamApps/GetServersAtAddress/v0001?addr=192.99.144.41 { "response": { "success": true, "servers": [ { "addr": "192.99.144.41:2303", "gmsindex": 65534, "appid": 107410, "gamedir": "Arma3", "region": -1, "secure": false, "lan": false, "gameport": 2302, "specport": 0 } ] } } Edited June 16, 2015 by Wifye 1 Share this post Link to post Share on other sites
maquez 141 Posted June 16, 2015 (edited) maybe this could be the problem .... "C:\ArmA3\A3ServerNo1\mark\addons\..." not standard path do change it to this "C:\A3ServerNo1\ArmA3\mark\addons\", arma3 can act sometimes really strange. you need to change all DLC paths and arma3 path too! "C:\A3ServerNo1\ArmA3\..." not "C:\ArmA3\A3ServerNo1\..." maybe this helps kind regards maquez [Q-Net] Edited June 16, 2015 by maquez Share this post Link to post Share on other sites
wifye 11 Posted June 16, 2015 According to the rtf, it was able to load everything it's supposed to (from what I can tell) from the path I have set up. I mimiced the tutorial having both a ArmA3\A3Master and ArmA3\A3ServerNo1 Even with switching it all around, I still have the same issue of not being able to remote into the server or find it Share this post Link to post Share on other sites
terox 316 Posted June 17, 2015 This is what you know based on the rpt files you have given and other information. Arma3server.exe is loading correctly and has contacted the steam servers correctly. Therefore pathing issues are non existent. The firedeamon launcher finds the server exe, launches it and it fully loads, which is proven by the lines 1:43:35 Initializing Steam server - Game Port: 2302, Steam Query Port: 23031:43:36 Connected to Steam servers So the issue isnt with the arma3 server installation Take a look at your firedeamon params compared to ours -port=2302 "-profiles=d:\Games\A3\A3ServerNo1" -config=Config_Vanilla.cfg -exthreads=1 -enableHT -serverMod=@ZCBA_A3;@ZServer "-profiles=C:\ArmA3\A3ServerNo1" -port=2302 "-config=Config_Resistance.cfg" -world=empty Notice how your config= line is encaspulated by quotation marks. This could be 1 issue and maybe the server isnt actually running the config you expect, therefore you dont see your named server in the list. This however does not explain why you cannot remote connect via IP & Port We also don't need to worry about whether or not you are running as administrator, because you are running the game as a "service" and therefore the user is "System" You should see a folder in C:\ArmA3\A3ServerNo1 called "Users" and within that folder a user called "system" Try launching your master install and see if you can see that and or remote connect to it. If your still having issues it may have something to do with the vps and port forwarding, although the report you got from http://api.steampowered.com/ISteamAp...=192.99.144.41 would suggest its open to the outside world. Other things you need to try Clear out the MpMissions folder completely, so it is empty and try relaunching, dont worry about lack of missions, the BIS default missions are stored as an addon so you can always load 1 of them up to test, this rules out any 3rd party content issues. Share this post Link to post Share on other sites
wifye 11 Posted June 17, 2015 (edited) Went ahead and tried all of that, still no luck. Deleted everything and started from scratch, still having the same issue. The first time I did it all, it worked in the testing/install phase but nothing after that. I'm thinking it's something with The VPS itself or something. Appreciate the help and I'll try to come up something if there's no other suggestions. Update: Thanks everyone for the help, turns out The VPS used not only windows firewall (which i forwarded ports on) the individual router ports (which I forwarded) but also had another device unknown to me that they ended up having to configure for me. Apparently after I tested it the first time and it worked, one of their admins configured the device to block it as he didn't recognize it or google it..... Edited June 17, 2015 by Wifye Share this post Link to post Share on other sites
terox 316 Posted August 2, 2015 Thanks for updating your issue it will help others who have the same problem. Share this post Link to post Share on other sites
Coreyjkss 0 Posted December 30, 2015 I've got a problem with a dedicated server.Basically every so often the dedicated server (when playing) freezes and you're unable to do anything on their unless moving around (much like when you get a time out message). When this happens nobody is able to gain access to the dedicated server and players who have left the server as the freeze began will remain on there even when they have been gone for several hours. Running these mods: bCombat CBA_A3 ShackTac (All of the HUD mods.) Arma Enhanced Movement. All of these mods are up to date. Server is up to date. This issue has happened only recently (Within the past two weeks.) but now is quite persistent and happens multiple times per week or even per day and is not fixed till a restart is issued by server admins. A copy of the RBT files can be seen HERE. I couldn't find any issues but hopefully someone out their more experienced and clued up than me can do so. I'd really appreciate the help from anyone. Thank you to whomever reads this and/or helps me out. Share this post Link to post Share on other sites
terox 316 Posted December 31, 2015 Not enough info from you to help you Have you ruled out your Addons ? Missions ? By removing them and trying to repeat the fault when they are not present ?? What was the last thing you did to the server before the issue started, eg Patched, Uploaded a mission, updated an addon, edited a config file or something Non arma related to the server What is the server fps when this happend Is the server colocated, rented, or run from home Is it a full dedi or a virtual server what are the bandwidth useage and specs for the server How many players are connected when this happends What are your bandwidth settings What mission does this happen on What cpu/ram do you have What was the bandwidth/memory and cpu useage when this occurs etc etc etc What other apps are affected by this? Without that info, best guess, you have a network issue Share this post Link to post Share on other sites
dok381 0 Posted February 17, 2016 how to code mission files? Share this post Link to post Share on other sites
terox 316 Posted February 17, 2016 how to code mission files? Can you expand please. I don't really understand the question Share this post Link to post Share on other sites
dok381 0 Posted February 18, 2016 Can you expand please. I don't really understand the question how to protect the mission from theft Share this post Link to post Share on other sites
terox 316 Posted February 18, 2016 how to protect the mission from theft This has nothing to do with debugging a server issue, take it to the mission editing forums please Share this post Link to post Share on other sites
Bravo6Delta 9 Posted June 12, 2016 Could someone help me troubleshoot my server. I followed the dedicated server tutorial and I have the server working however no matter what I try I cannot change the server name and it seems that the config_server.cfg isnt being recognised. This is the target line: C:\Games\a3master\arma3server.exe "-profiles=c:\games\a3master"-port=2302-config=server.cfg-world=empty This is the RPT file: ===================================================================== == C:\Games\a3master\arma3server.exe == "C:\Games\a3master\arma3server.exe" "-profiles=c:\games\a3master"-port=2302-config=server.cfg-world=empty Original output filename: Arma3Retail_Server Exe timestamp: 2016/06/01 14:49:01 Current time: 2016/06/12 16:06:55 Type: Public Build: Stable Version: 1.60.136470 Allocator: C:\Games\a3master\dll\tbb4malloc_bi.dll ===================================================================== 16:06:55 SteamAPI initialization failed. Steam features wont's be accessible! 16:06:55 Cannot register unknown string STR_MULTI_TITLE_OFFICIAL_SERVERS 16:06:55 Initializing stats manager. 16:06:55 Stats config disabled. 16:06:55 sessionID: d7bc174a200706dbc386fe81d2ab6934f7c5b638 16:07:01 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayEditObject/Controls/B_OK/ 16:07:01 Updating base class RscSliderH->RscXSliderH, by a3\editor_f\config.bin/RscDisplayEditObject/Slider/ 16:07:01 Updating base class RscText->RscPicture, by a3\editor_f\config.bin/RscDisplayEditObject/Preview/ 16:07:01 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionLoad/Controls/B_OK/ 16:07:01 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionSave/Controls/B_OK/ 16:07:01 Updating base class BlendAnims->, by a3\anims_f\config\sdr\weaponswitching\config.bin/CfgMovesMaleSdr/BlendAnims/ 16:07:01 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoScrollbars/ 16:07:01 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoHScrollbars/ 16:07:01 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoVScrollbars/ 16:07:01 Updating base class ->RscText, by a3\ui_f\config.bin/RscLine/ 16:07:01 Updating base class ->RscActiveText, by a3\ui_f\config.bin/RscActivePicture/ 16:07:01 Updating base class ->RscButton, by a3\ui_f\config.bin/RscButtonTextOnly/ 16:07:01 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscShortcutButtonMain/ 16:07:01 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonEditor/ 16:07:01 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscIGUIShortcutButton/ 16:07:01 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscGearShortcutButton/ 16:07:01 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonMenu/ 16:07:01 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuOK/ 16:07:01 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuCancel/ 16:07:01 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuSteam/ 16:07:01 Updating base class ->RscText, by a3\ui_f\config.bin/RscLoadingText/ 16:07:01 Updating base class ->RscListBox, by a3\ui_f\config.bin/RscIGUIListBox/ 16:07:01 Updating base class ->RscListNBox, by a3\ui_f\config.bin/RscIGUIListNBox/ 16:07:01 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackground/ 16:07:01 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUI/ 16:07:01 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUILeft/ 16:07:01 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIRight/ 16:07:01 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIBottom/ 16:07:01 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUITop/ 16:07:01 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUIDark/ 16:07:01 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/RscBackgroundLogo/ 16:07:01 Updating base class ->RscMapControl, by a3\ui_f\config.bin/RscMapControlEmpty/ 16:07:01 Updating base class ->RscPicture, by a3\ui_f\config.bin/CA_Mainback/ 16:07:01 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Back/ 16:07:01 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Title_Back/ 16:07:01 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Black_Back/ 16:07:01 Updating base class ->RscTitle, by a3\ui_f\config.bin/CA_Title/ 16:07:01 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/CA_Logo/ 16:07:01 Updating base class ->CA_Logo, by a3\ui_f\config.bin/CA_Logo_Small/ 16:07:01 Updating base class ->RscButton, by a3\ui_f\config.bin/CA_RscButton/ 16:07:01 Updating base class ->CA_RscButton, by a3\ui_f\config.bin/CA_RscButton_dialog/ 16:07:01 Updating base class ->RscActiveText, by a3\ui_f\config.bin/CA_Ok/ 16:07:01 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image/ 16:07:01 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image2/ 16:07:01 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_text/ 16:07:01 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscVignette/ 16:07:01 Updating base class ->RscControlsGroupNoScrollbars, by a3\ui_f\config.bin/RscMapControlTooltip/ 16:07:01 Updating base class RscUnitInfo->RscUnitInfoAirNoWeapon, by a3\ui_f\config.bin/RscInGameUI/RscUnitInfoAir/ 16:07:01 Updating base class RscControlsGroup->RscControlsGroupNoScrollbars, by a3\ui_f\config.bin/RscInGameUI/RscTaskOverview/controls/TaskOverviewAssigned/ 16:07:01 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_OK/ 16:07:01 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Cancel/ 16:07:01 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Clear/ 16:07:01 Updating base class ->RscText, by a3\ui_f\config.bin/RscDisplayCapture/controls/TimeLines/ 16:07:01 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonAverages/ 16:07:01 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonSavePreviousData/ 16:07:01 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonPreviousData/ 16:07:01 Updating base class RscControlsGroup->RscControlsGroupNoHScrollbars, by a3\ui_f\config.bin/RscDisplayMain/controls/ModIcons/ 16:07:01 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/IconPicture/ 16:07:01 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcOwnedIconPicture/ 16:07:01 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcIconPicture/ 16:07:01 Updating base class RscListBox->RscCombo, by a3\ui_f\config.bin/RscDisplayCustomizeController/Steepness/ 16:07:01 Updating base class ->RscStandardDisplay, by a3\ui_f\config.bin/RscDisplayControlSchemes/ 16:07:01 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonCancel/ 16:07:01 Updating base class RscButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonOK/ 16:07:01 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayFileSelectImage/controls/OverviewPicture/ 16:07:01 Updating base class RscShortcutButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayFieldManual/controls/ButtonCancel/ 16:07:01 Cannot delete class B_KickOff, it is referenced somewhere (used as a base class probably). 16:07:01 Updating base class RscButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMission/controls/ButtonCancel/ 16:07:01 Updating base class RscShortcutButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonOK/ 16:07:01 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonCancel/ 16:07:01 Updating base class ->RscSubmenu, by a3\ui_f\config.bin/RscMainMenu/ 16:07:01 Cannot update non class from class a3\ui_f\config.bin/RscCallSupport/Items/ 16:07:01 Cannot update non class from class a3\ui_f\config.bin/RscRadio/Items/ 16:07:01 Updating base class ->DistanceClose, by a3\ui_f\config.bin/CfgSimpleTasks/Icon3D/DistanceMid/ 16:07:01 Updating base class ->DistanceClose, by a3\ui_f\config.bin/CfgSimpleTasks/Icon3D/DistanceLong/ 16:07:01 Updating base class ->All, by a3\sounds_f\config.bin/CfgVehicles/Sound/ 16:07:02 Updating base class ->BlendAnims, by a3\soft_f_kart\kart_01\config.bin/CfgMovesMaleSdr/BlendAnims/ 16:07:02 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\config.bin/RscDisplayOptionsAudio/ControlsBackground/BackgroundDisable/ 16:07:02 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\config.bin/RscDisplayOptionsAudio/ControlsBackground/BackgroundDisableTiles/ 16:07:02 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\config.bin/RscDisplayConfigure/ControlsBackground/BackgroundDisable/ 16:07:02 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\config.bin/RscDisplayConfigure/ControlsBackground/BackgroundDisableTiles/ 16:07:02 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\config.bin/RscDisplayConfigureAction/ControlsBackground/BackgroundDisable/ 16:07:02 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\config.bin/RscDisplayConfigureAction/ControlsBackground/BackgroundDisableTiles/ 16:07:02 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\config.bin/RscDisplayConfigureControllers/ControlsBackground/BackgroundDisable/ 16:07:02 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\config.bin/RscDisplayConfigureControllers/ControlsBackground/BackgroundDisableTiles/ 16:07:02 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\config.bin/RscDisplayGameOptions/ControlsBackground/BackgroundDisable/ 16:07:02 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\config.bin/RscDisplayGameOptions/ControlsBackground/BackgroundDisableTiles/ 16:07:02 Updating base class controls->, by a3\3den\config.bin/RscDisplayArcadeMap_Layout_2/Controls/ 16:07:02 Updating base class controls->, by a3\3den\config.bin/RscDisplayArcadeMap_Layout_6/Controls/ 16:07:02 Initializing Steam Manager 16:07:02 Steam Manager initialized. 16:07:02 16:07:02 ==== Loaded addons ==== 16:07:02 16:07:02 dta\bin.pbo - unknown 16:07:02 dta\core.pbo - 98397 16:07:02 dta\languagecore_f.pbo - 100547 16:07:02 C:\Games\a3master\mark\addons\anims_f_mark.pbo - 98395 16:07:02 C:\Games\a3master\mark\addons\characters_f_mark.pbo - 99312 16:07:02 C:\Games\a3master\mark\addons\data_f_mark.pbo - 99979 16:07:02 C:\Games\a3master\mark\addons\dubbing_f_mark.pbo - 98398 16:07:02 C:\Games\a3master\mark\addons\dubbing_f_mp_mark.pbo - 98398 16:07:02 C:\Games\a3master\mark\addons\functions_f_mark.pbo - 98405 16:07:02 C:\Games\a3master\mark\addons\functions_f_mp_mark.pbo - 98862 16:07:02 C:\Games\a3master\mark\addons\languagemissions_f_mark.pbo - 100000 16:07:02 C:\Games\a3master\mark\addons\languagemissions_f_mp_mark.pbo - 100003 16:07:02 C:\Games\a3master\mark\addons\language_f_mark.pbo - 99993 16:07:02 C:\Games\a3master\mark\addons\language_f_mp_mark.pbo - 99993 16:07:02 C:\Games\a3master\mark\addons\missions_f_mark.pbo - 98422 16:07:02 C:\Games\a3master\mark\addons\missions_f_mark_data.pbo - 98422 16:07:02 C:\Games\a3master\mark\addons\missions_f_mark_video.pbo - 98437 16:07:02 C:\Games\a3master\mark\addons\missions_f_mp_mark.pbo - 98422 16:07:02 C:\Games\a3master\mark\addons\missions_f_mp_mark_data.pbo - 98422 16:07:02 C:\Games\a3master\mark\addons\modules_f_mark.pbo - 98423 16:07:02 C:\Games\a3master\mark\addons\modules_f_mp_mark.pbo - 98422 16:07:02 C:\Games\a3master\mark\addons\music_f_mark.pbo - 98422 16:07:02 C:\Games\a3master\mark\addons\music_f_mark_music.pbo - 98422 16:07:02 C:\Games\a3master\mark\addons\sounds_f_mark.pbo - 98423 16:07:02 C:\Games\a3master\mark\addons\static_f_mark.pbo - 98423 16:07:02 C:\Games\a3master\mark\addons\structures_f_mark.pbo - 98423 16:07:02 C:\Games\a3master\mark\addons\supplies_f_mark.pbo - 98423 16:07:02 C:\Games\a3master\mark\addons\ui_f_mark.pbo - 98423 16:07:02 C:\Games\a3master\mark\addons\ui_f_mp_mark.pbo - 98423 16:07:02 C:\Games\a3master\mark\addons\weapons_f_mark.pbo - 98423 16:07:02 C:\Games\a3master\heli\addons\air_f_heli.pbo - 98395 16:07:02 C:\Games\a3master\heli\addons\anims_f_heli.pbo - 98397 16:07:02 C:\Games\a3master\heli\addons\boat_f_heli.pbo - 98395 16:07:02 C:\Games\a3master\heli\addons\cargoposes_f_heli.pbo - 98395 16:07:02 C:\Games\a3master\heli\addons\data_f_heli.pbo - 99982 16:07:02 C:\Games\a3master\heli\addons\dubbing_f_heli.pbo - 98398 16:07:02 C:\Games\a3master\heli\addons\functions_f_heli.pbo - 98403 16:07:02 C:\Games\a3master\heli\addons\languagemissions_f_heli.pbo - 99996 16:07:02 C:\Games\a3master\heli\addons\language_f_heli.pbo - 99993 16:07:02 C:\Games\a3master\heli\addons\missions_f_heli.pbo - 98436 16:07:02 C:\Games\a3master\heli\addons\missions_f_heli_data.pbo - 98437 16:07:02 C:\Games\a3master\heli\addons\missions_f_heli_video.pbo - 98437 16:07:02 C:\Games\a3master\heli\addons\modules_f_heli.pbo - 98422 16:07:02 C:\Games\a3master\heli\addons\music_f_heli.pbo - 98423 16:07:02 C:\Games\a3master\heli\addons\music_f_heli_music.pbo - 98423 16:07:02 C:\Games\a3master\heli\addons\soft_f_heli.pbo - 98423 16:07:02 C:\Games\a3master\heli\addons\sounds_f_heli.pbo - 98423 16:07:02 C:\Games\a3master\heli\addons\structures_f_heli.pbo - 98423 16:07:02 C:\Games\a3master\heli\addons\supplies_f_heli.pbo - 98423 16:07:02 C:\Games\a3master\heli\addons\ui_f_heli.pbo - 98423 16:07:02 C:\Games\a3master\kart\addons\anims_f_kart.pbo - 98395 16:07:02 C:\Games\a3master\kart\addons\characters_f_kart.pbo - 98396 16:07:02 C:\Games\a3master\kart\addons\data_f_kart.pbo - 98437 16:07:02 C:\Games\a3master\kart\addons\languagemissions_f_kart.pbo - 99999 16:07:02 C:\Games\a3master\kart\addons\language_f_kart.pbo - 99993 16:07:02 C:\Games\a3master\kart\addons\missions_f_kart.pbo - 98437 16:07:02 C:\Games\a3master\kart\addons\missions_f_kart_data.pbo - 98437 16:07:02 C:\Games\a3master\kart\addons\modules_f_kart.pbo - 98422 16:07:02 C:\Games\a3master\kart\addons\modules_f_kart_data.pbo - 98423 16:07:02 C:\Games\a3master\kart\addons\soft_f_kart.pbo - 98423 16:07:02 C:\Games\a3master\kart\addons\sounds_f_kart.pbo - 98423 16:07:02 C:\Games\a3master\kart\addons\structures_f_kart.pbo - 98423 16:07:02 C:\Games\a3master\kart\addons\ui_f_kart.pbo - 98423 16:07:02 C:\Games\a3master\kart\addons\weapons_f_kart.pbo - 98423 16:07:02 C:\Games\a3master\curator\addons\data_f_curator.pbo - 99978 16:07:02 C:\Games\a3master\curator\addons\functions_f_curator.pbo - 98402 16:07:02 C:\Games\a3master\curator\addons\language_f_curator.pbo - 99992 16:07:02 C:\Games\a3master\curator\addons\missions_f_curator.pbo - 99501 16:07:02 C:\Games\a3master\curator\addons\modules_f_curator.pbo - 98422 16:07:02 C:\Games\a3master\curator\addons\ui_f_curator.pbo - 100112 16:07:02 addons\3den.pbo - 99525 16:07:02 addons\3den_language.pbo - 99992 16:07:02 addons\a3.pbo - unknown 16:07:02 addons\air_f.pbo - 99988 16:07:02 addons\air_f_beta.pbo - 98395 16:07:02 addons\air_f_epb.pbo - 99941 16:07:02 addons\air_f_epc.pbo - 98395 16:07:02 addons\air_f_gamma.pbo - 98395 16:07:02 addons\animals_f.pbo - 98453 16:07:02 addons\animals_f_beta.pbo - 98395 16:07:02 addons\anims_f.pbo - 100288 16:07:02 addons\anims_f_bootcamp.pbo - 98395 16:07:02 addons\anims_f_data.pbo - 98480 16:07:02 addons\anims_f_epa.pbo - 98397 16:07:02 addons\anims_f_epc.pbo - 98397 16:07:02 addons\anims_f_exp_a.pbo - 98695 16:07:02 addons\armor_f.pbo - 98395 16:07:02 addons\armor_f_beta.pbo - 99591 16:07:02 addons\armor_f_epb.pbo - 98395 16:07:02 addons\armor_f_epc.pbo - 98395 16:07:02 addons\armor_f_gamma.pbo - 98395 16:07:02 addons\baseconfig_f.pbo - 99080 16:07:02 addons\boat_f.pbo - 98395 16:07:02 addons\boat_f_beta.pbo - 98395 16:07:02 addons\boat_f_epc.pbo - 98395 16:07:02 addons\boat_f_gamma.pbo - 98395 16:07:02 addons\cargoposes_f.pbo - 98395 16:07:02 addons\characters_f.pbo - 99496 16:07:02 addons\characters_f_beta.pbo - 98395 16:07:02 addons\characters_f_bootcamp.pbo - 98395 16:07:02 addons\characters_f_epa.pbo - 98395 16:07:02 addons\characters_f_epb.pbo - 98395 16:07:02 addons\characters_f_epc.pbo - 98395 16:07:02 addons\characters_f_gamma.pbo - 99374 16:07:02 addons\data_f.pbo - 99713 16:07:02 addons\data_f_bootcamp.pbo - 98437 16:07:02 addons\data_f_exp_a.pbo - 98437 16:07:02 addons\data_f_exp_b.pbo - 98643 16:07:02 addons\drones_f.pbo - 99942 16:07:02 addons\dubbing_f.pbo - 98398 16:07:02 addons\dubbing_f_beta.pbo - 98398 16:07:02 addons\dubbing_f_bootcamp.pbo - 98398 16:07:02 addons\dubbing_f_epa.pbo - 98398 16:07:02 addons\dubbing_f_epb.pbo - 98398 16:07:02 addons\dubbing_f_epc.pbo - 98398 16:07:02 addons\dubbing_f_gamma.pbo - 98398 16:07:02 addons\dubbing_radio_f.pbo - 99982 16:07:02 addons\dubbing_radio_f_data_eng.pbo - 99078 16:07:02 addons\dubbing_radio_f_data_engb.pbo - 99078 16:07:02 addons\dubbing_radio_f_data_gre.pbo - 99078 16:07:02 addons\dubbing_radio_f_data_per.pbo - 99078 16:07:02 addons\dubbing_radio_f_data_vr.pbo - 99078 16:07:02 addons\editorpreviews_f.pbo - 99556 16:07:02 addons\editor_f.pbo - 98402 16:07:02 addons\functions_f.pbo - 100265 16:07:02 addons\functions_f_bootcamp.pbo - 98790 16:07:02 addons\functions_f_epa.pbo - 98406 16:07:02 addons\functions_f_epc.pbo - 98406 16:07:02 addons\functions_f_exp_a.pbo - 98403 16:07:02 addons\languagemissions_f.pbo - 99993 16:07:02 addons\languagemissions_f_beta.pbo - 99993 16:07:02 addons\languagemissions_f_bootcamp.pbo - 99993 16:07:02 addons\languagemissions_f_epa.pbo - 99993 16:07:02 addons\languagemissions_f_epb.pbo - 99993 16:07:02 addons\languagemissions_f_epc.pbo - 99993 16:07:02 addons\languagemissions_f_exp_a.pbo - 99996 16:07:02 addons\languagemissions_f_gamma.pbo - 99995 16:07:02 addons\language_f.pbo - 100046 16:07:02 addons\language_f_beta.pbo - 99992 16:07:02 addons\language_f_bootcamp.pbo - 99992 16:07:02 addons\language_f_epa.pbo - 99992 16:07:02 addons\language_f_epb.pbo - 99992 16:07:02 addons\language_f_epc.pbo - 99992 16:07:02 addons\language_f_exp_a.pbo - 99993 16:07:02 addons\language_f_exp_b.pbo - 99993 16:07:02 addons\language_f_gamma.pbo - 99993 16:07:02 addons\map_altis.pbo - 100239 16:07:02 addons\map_altis_data.pbo - 99740 16:07:02 addons\map_altis_data_layers.pbo - 99901 16:07:02 addons\map_altis_data_layers_00_00.pbo - 99901 16:07:02 addons\map_altis_data_layers_00_01.pbo - 99901 16:07:02 addons\map_altis_data_layers_01_00.pbo - 99901 16:07:02 addons\map_altis_data_layers_01_01.pbo - 99901 16:07:02 addons\map_altis_scenes_f.pbo - 98766 16:07:02 addons\map_data.pbo - 100132 16:07:02 addons\map_stratis.pbo - 100234 16:07:02 addons\map_stratis_data.pbo - 98435 16:07:02 addons\map_stratis_data_layers.pbo - 98581 16:07:02 addons\map_stratis_scenes_f.pbo - 98774 16:07:02 addons\map_vr.pbo - 98784 16:07:02 addons\map_vr_scenes_f.pbo - 98782 16:07:02 addons\misc_f.pbo - 98416 16:07:02 addons\missions_f.pbo - 98436 16:07:02 addons\missions_f_beta.pbo - 98436 16:07:02 addons\missions_f_beta_data.pbo - 98436 16:07:02 addons\missions_f_beta_video.pbo - 98436 16:07:02 addons\missions_f_bootcamp.pbo - 98436 16:07:02 addons\missions_f_bootcamp_data.pbo - 98436 16:07:02 addons\missions_f_bootcamp_video.pbo - 98436 16:07:02 addons\missions_f_data.pbo - 98436 16:07:02 addons\missions_f_epa.pbo - 98893 16:07:02 addons\missions_f_epa_data.pbo - 98436 16:07:02 addons\missions_f_epa_video.pbo - 98436 16:07:02 addons\missions_f_epb.pbo - 98420 16:07:02 addons\missions_f_epb_data.pbo - 92728 16:07:02 addons\missions_f_epb_video.pbo - 73106 16:07:02 addons\missions_f_epc.pbo - 98420 16:07:02 addons\missions_f_epc_data.pbo - 84724 16:07:02 addons\missions_f_epc_video.pbo - 84725 16:07:02 addons\missions_f_exp_a.pbo - 99081 16:07:02 addons\missions_f_exp_a_data.pbo - 98702 16:07:02 addons\missions_f_gamma.pbo - 98436 16:07:02 addons\missions_f_gamma_data.pbo - 98436 16:07:02 addons\missions_f_gamma_video.pbo - 98436 16:07:02 addons\missions_f_video.pbo - 98436 16:07:02 addons\modules_f.pbo - 98663 16:07:02 addons\modules_f_beta.pbo - 98422 16:07:02 addons\modules_f_beta_data.pbo - 98422 16:07:02 addons\modules_f_bootcamp.pbo - 98422 16:07:02 addons\modules_f_data.pbo - 98422 16:07:02 addons\modules_f_epb.pbo - 98422 16:07:02 addons\modules_f_exp_a.pbo - 98459 16:07:02 addons\music_f.pbo - 98422 16:07:02 addons\music_f_bootcamp.pbo - 98422 16:07:02 addons\music_f_bootcamp_music.pbo - 98422 16:07:02 addons\music_f_epa.pbo - 98422 16:07:02 addons\music_f_epa_music.pbo - 98422 16:07:02 addons\music_f_epb.pbo - 98422 16:07:02 addons\music_f_epb_music.pbo - 98422 16:07:02 addons\music_f_epc.pbo - 98423 16:07:02 addons\music_f_epc_music.pbo - 98422 16:07:02 addons\music_f_music.pbo - 98423 16:07:02 addons\plants_f.pbo - 98423 16:07:02 addons\props_f_exp_a.pbo - 98443 16:07:02 addons\roads_f.pbo - 98423 16:07:02 addons\rocks_f.pbo - 99030 16:07:02 addons\signs_f.pbo - 99349 16:07:02 addons\soft_f.pbo - 98851 16:07:02 addons\soft_f_beta.pbo - 98423 16:07:02 addons\soft_f_bootcamp.pbo - 98423 16:07:02 addons\soft_f_epc.pbo - 98423 16:07:02 addons\soft_f_gamma.pbo - 99007 16:07:02 addons\sounds_f.pbo - 99745 16:07:02 addons\sounds_f_arsenal.pbo - 98423 16:07:02 addons\sounds_f_bootcamp.pbo - 98423 16:07:02 addons\sounds_f_characters.pbo - 98423 16:07:02 addons\sounds_f_environment.pbo - 98459 16:07:02 addons\sounds_f_epb.pbo - 98423 16:07:02 addons\sounds_f_epc.pbo - 98423 16:07:02 addons\sounds_f_exp_a.pbo - 98443 16:07:02 addons\sounds_f_sfx.pbo - 98423 16:07:02 addons\sounds_f_vehicles.pbo - 98423 16:07:02 addons\static_f.pbo - 99943 16:07:02 addons\static_f_beta.pbo - 98423 16:07:02 addons\static_f_gamma.pbo - 98423 16:07:02 addons\structures_f.pbo - 98423 16:07:02 addons\structures_f_bootcamp.pbo - 98423 16:07:02 addons\structures_f_data.pbo - 98423 16:07:02 addons\structures_f_epa.pbo - 99891 16:07:02 addons\structures_f_epb.pbo - 98423 16:07:02 addons\structures_f_epc.pbo - 98423 16:07:02 addons\structures_f_exp_a.pbo - 98423 16:07:02 addons\structures_f_households.pbo - 98423 16:07:02 addons\structures_f_ind.pbo - 98423 16:07:02 addons\structures_f_mil.pbo - 99557 16:07:02 addons\structures_f_wrecks.pbo - 98423 16:07:02 addons\uifonts_f.pbo - 98423 16:07:02 addons\uifonts_f_data.pbo - 98423 16:07:02 addons\ui_f.pbo - 100111 16:07:02 addons\ui_f_bootcamp.pbo - 98423 16:07:02 addons\ui_f_data.pbo - 99905 16:07:02 addons\ui_f_exp_a.pbo - 98443 16:07:02 addons\weapons_f.pbo - 99719 16:07:02 addons\weapons_f_beta.pbo - 98423 16:07:02 addons\weapons_f_bootcamp.pbo - 98423 16:07:02 addons\weapons_f_epa.pbo - 98423 16:07:02 addons\weapons_f_epb.pbo - 98423 16:07:02 addons\weapons_f_epc.pbo - 98424 16:07:02 addons\weapons_f_gamma.pbo - 98423 16:07:02 16:07:02 ======================= 16:07:02 16:07:02 ============================================================================================= List of mods =============================================================================================== 16:07:02 modsReadOnly = false 16:07:02 safeModsActivated = false 16:07:02 customMods = false 16:07:02 hash = 'A8C688151ED5B306E7675E80CE00A64C904FFDC9' 16:07:02 hashShort = 'e7338d0' 16:07:02 name | modDir | default | origin | hash | hashShort | fullPath 16:07:02 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 16:07:02 Arma 3 DLC Bundle | dlcbundle | true | NOT FOUND | | | 16:07:02 Arma 3 Marksmen | mark | true | GAME DIR | 8a8bc2a7d7ad8251bcc82f29aea6d3f34ebffb3d | 1c11a244 | C:\Games\a3master\mark 16:07:02 Arma 3 Helicopters | heli | true | GAME DIR | 1614a75b4d3cceb5d296ca4101a589fba596aa5e | 9a800f11 | C:\Games\a3master\heli 16:07:02 Arma 3 Karts | kart | true | GAME DIR | 41f70c200a668f39e52eedf55e0c6f494aef1903 | c9867676 | C:\Games\a3master\kart 16:07:02 Arma 3 Zeus | curator | true | GAME DIR | fb1eec1e78a39cd021a71a293ae4ae1e00c98686 | 44f886e | C:\Games\a3master\curator 16:07:02 Arma 3 | A3 | true | NOT FOUND | | | 16:07:02 ========================================================================================================================================================================================================== 16:07:02 InitSound ... 16:07:02 InitSound - complete 16:07:02 PhysX3 SDK Init started ... 16:07:02 PhysX3 SDK Init ended. 16:07:02 Preloaded texture GroupDir not found in bin\config.bin/CfgInGameUI/ 16:07:04 Attempt to override final function - rscminimap_script 16:07:04 Attempt to override final function - rscdisplayloading_script 16:07:04 Attempt to override final function - rscdisplayloading_script 16:07:04 Attempt to override final function - rscdisplayloading_script 16:07:04 Attempt to override final function - rscdiary_script 16:07:04 Attempt to override final function - rscdisplaysinglemission_script 16:07:04 Attempt to override final function - rscdiary_script 16:07:04 Attempt to override final function - rscdisplayremotemissions_script 16:07:04 Attempt to override final function - rscdisplayloading_script 16:07:04 Attempt to override final function - rscdiary_script 16:07:04 Attempt to override final function - rscdiary_script 16:07:04 Attempt to override final function - rscdisplaystrategicmap_script 16:07:04 Attempt to override final function - rscdisplaycommon_script 16:07:04 Attempt to override final function - rscdisplaygarage_script 16:07:04 Attempt to override final function - rscdisplayhostsettings_script 16:07:04 Attempt to override final function - rscdisplayloading_script 16:07:05 Attempt to override final function - rscdisplaycurator_script 16:07:05 Attempt to override final function - display3deneditcomposition_script 16:07:05 Attempt to override final function - display3deneditattributes_script 16:07:05 Attempt to override final function - display3deneditattributes_script 16:07:05 Attempt to override final function - rscdisplayhostsettings_script 16:07:05 Attempt to override final function - rscdisplaycommon_script 16:07:05 Attempt to override final function - rscdisplaydebriefing_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:05 Attempt to override final function - rscunitinfo_script 16:07:06 Initializing Steam server - Game Port: 2302, Steam Query Port: 2303 16:07:06 Steam AppId from steam_appid.txt: 107410 16:07:07 Connected to Steam servers Absolutely any help would be appreciated. Share this post Link to post Share on other sites
terox 316 Posted June 15, 2016 need spaces in the command line between the commands Command example being -port or -config Change.... C:\Games\a3master\arma3server.exe "-profiles=c:\games\a3master"-port=2302-config=server.cfg-world=empty to C:\Games\a3master\arma3server.exe "-profiles=c:\games\a3master" -port=2302 -config=server.cfg -world=empty Share this post Link to post Share on other sites
Yoyodef 12 Posted June 25, 2016 Hi everyone, I'm having issues to start a server. I install the Arma 3 server stand-alone in Steam tools i follow the instructions from point 8 at this page https://community.bistudio.com/wiki/Arma_3_Dedicated_Server#Instructions_.28Windows_o.2Fs.29. First I got an error with the steam_appid so i change it back to the value for Arma 3 : "107410" and now I'm stuck with this error : 12:53:55 Dedicated host created. 12:53:59 BattlEye Server: Initialized (v1.213) 12:53:59 Host identity created. 12:53:59 Game Port: 2302, Steam Query Port: 2303 12:53:59 Warning: Steam AppId doesn't match expected value: <> 107410 ===================================================================== == D:\Game\steamapps\common\Arma 3 Server\arma3server.exe == arma3server.exe -world=empty -cpuCount=4 -enableHT -maxmem=3072 -port=2302 -nologs "-config=@Config\config.cfg" "-cfg=@Config\basic.cfg" -profiles=@Config -name=yoServer Original output filename: Arma3Retail_Server Exe timestamp: 2016/06/01 14:49:01 Current time: 2016/06/25 12:38:50 Type: Public Build: Stable Version: 1.60.136470 Allocator: D:\Game\steamapps\common\Arma 3 Server\dll\tbb4malloc_bi.dll ===================================================================== 12:38:50 Unable to initialize Steam API. 12:38:50 SteamAPI initialization failed. Steam features wont's be accessible! It looks like it won't even read the value, because now whatever the value I put the message stays the same. I try to check the files with steam, to uninstall, re-install, reboot the pc. Share this post Link to post Share on other sites
terox 316 Posted June 25, 2016 Most likely issue, clue is in this (second time this has been asked in about a week) :53:59 Warning: Steam AppId doesn't match expected value: <> 107410 Find the Steam_AppID.txt file in your root install and make sure the value in there is 107410 Share this post Link to post Share on other sites
Yoyodef 12 Posted June 25, 2016 I know and I did make sure the value is 107410 as explain in my first post First I got an error with the steam_appid so i change it back to the value for Arma 3 : "107410" and now I'm stuck with this error : Do I need to have a Arma3 license to have a Arma 3 server ? Share this post Link to post Share on other sites