DirtySanchez Posted July 26, 2015 Report Share Posted July 26, 2015 this was my original post on my website:We have had it running for a few weeks and it seems to be working well.Heals is a WIP and is reliant on finding code for healing by a multigun.Otherwise its in good working order and successfully tracks Kills / Deaths / Revives as well as a Hero/Bandit Rank TrackerThere are many different things you can do with this system.My server already is running:Custom Hero / Bandit AI missions that rank change accordinglyCustom Bandit AI roaming around in towns.Custom Bandit / Hero ONLY Traders with separate pricing fileHope all that use it enjoy it while we wait for a possible system like this integrated into Epoch.Since this thread on July 16th I have optimized it a lot, removing all the different variables to handle the rank change down to one variable and one handler.I do have to tweak the rank change system a little bit.https://github.com/donkeypunchepoch/DonkeyPunchQuickNDirtyStats kayzee, Scorpi and fishmooney 3 Link to comment Share on other sites More sharing options...
Scorpi Posted July 26, 2015 Report Share Posted July 26, 2015 Thanks Link to comment Share on other sites More sharing options...
DirtySanchez Posted July 26, 2015 Author Report Share Posted July 26, 2015 No problem. I had to work out some optimizations before putting it up for the public. didn't wanna get ripped on for my lack of..... There is plenty more I could do for this but it's all a learning experience :) kayzee 1 Link to comment Share on other sites More sharing options...
fishmooney Posted July 26, 2015 Report Share Posted July 26, 2015 thanks alot )) small chk revievefinde.sqf  -- i luv headless  coz he real hero)))) nvm but i dont know wat happens on future but better define hc chk, btw players standing on debug_c recive free rep??? Link to comment Share on other sites More sharing options...
DirtySanchez Posted July 26, 2015 Author Report Share Posted July 26, 2015 thanks alot )) small chkrevievefinde.sqf  -- i luv headless  coz he real hero)))) nvm but i dont know wat happens on future but better define hc chk, btw players standing on debug_c recive free rep???Not sure why I would define HC check, just stop the HC after he loads his init.....use the first line of your init for the HC/init.sqf then have the HC exitwith {};then the rest of the init is for the rest of your stuff, but the HC is done.[] execVM "HC\Init.sqf"; if (!hasInterface && !isDedicated) exitWith {};and btw Players standing on debug_c receive free rep?That's a hard one to understand....I think you mean when you respawn in you get +1 and when you die you get -1.Whats the issue? its +5000 or -5000 to get to Hero/Bandit respectively, are you worried about exploiting by spawning in 5000 times?If so just remove the lines in onplayerrespawn that show the +1 change line 19 profileNameSpace setVariable [_pRank,(_curRank+1)]; and in onplayerkilled remove the line showing the -1 change. line 19 profileNameSpace setVariable [_vRank,(_curvRank-1)]; Link to comment Share on other sites More sharing options...
kayzee Posted July 27, 2015 Report Share Posted July 27, 2015 its a cool script..whats the Rez for btw :o Link to comment Share on other sites More sharing options...
korakot2003 Posted July 27, 2015 Report Share Posted July 27, 2015 WOW i've been waiting for this for so long ! thx a lot dirty!!! will give it a try Link to comment Share on other sites More sharing options...
DirtySanchez Posted July 27, 2015 Author Report Share Posted July 27, 2015 its a cool script..whats the Rez for btw :o Revives. I got sneaky about it, it's not perfect but it gets the job done quick and dirty! If we don't see anything filling in the blanks with Epoch I will learn more and remake it with the new knowledge. I'm getting into database gets and sends right now...... kayzee 1 Link to comment Share on other sites More sharing options...
korakot2003 Posted July 27, 2015 Report Share Posted July 27, 2015 so i implemented it and it works fine but what does it do exactly do u have trader or ai script to go with this? too? Link to comment Share on other sites More sharing options...
korakot2003 Posted July 27, 2015 Report Share Posted July 27, 2015 hi dirty i tried implementing this script in my server already and it works great but, what does it do exactly for now , and do u have bandit hero ai mission script and trader to go with this too? Â and how does the rank system work for now? Link to comment Share on other sites More sharing options...
DirtySanchez Posted July 27, 2015 Author Report Share Posted July 27, 2015 so i implemented it and it works fine but what does it do exactly do u have trader or ai script to go with this? too?  hi dirty i tried implementing this script in my server already and it works great but, what does it do exactly for now , and do u have bandit hero ai mission script and trader to go with this too?  and how does the rank system work for now? I released the stats the server side work for missions and custom traders is up to you at this point. only had it a day and asking for more huh? Lol Get to work you've got some custom work to do to your mission system. then some custom work done to a custom trader setup...... I am merely laying out the ground work for a nice feature addon. if I see fit I can recommend edits to a few mission systems available but really it's not hard just follow the code and you will find your answer for the mission edits. Link to comment Share on other sites More sharing options...
DirtySanchez Posted July 27, 2015 Author Report Share Posted July 27, 2015 it works fine but what does it do exactly The answer to that is in the readme.MD as well as my original post here and in my release post on my website...... successfully tracks Kills / Deaths / Revives as well as a Hero/Bandit Rank Tracker Link to comment Share on other sites More sharing options...
kayzee Posted July 27, 2015 Report Share Posted July 27, 2015 quick question...for some reason kills dont count :( Link to comment Share on other sites More sharing options...
kayzee Posted July 27, 2015 Report Share Posted July 27, 2015 sorry my bad, its a perfect script, wont count kill when players are in the same squard, Link to comment Share on other sites More sharing options...
DirtySanchez Posted July 27, 2015 Author Report Share Posted July 27, 2015 quick question...for some reason kills dont count :( sorry my bad, its a perfect script, wont count kill when players are in the same squard, So you are worried about logging in and getting +1, but you want group team kills to count? Link to comment Share on other sites More sharing options...
kayzee Posted July 27, 2015 Report Share Posted July 27, 2015 nope, then there will be cheating, its perfect the way it is, good work :D Link to comment Share on other sites More sharing options...
DirtySanchez Posted July 27, 2015 Author Report Share Posted July 27, 2015 So you are worried about logging in and getting +1, but you want group team kills to count?  nope, then there will be cheating, its perfect the way it is, good work :D I never offered to change it. I was pointing out your worry about a +1 exploit and your next post seemed like you were asking me why group kills dont count Link to comment Share on other sites More sharing options...
kayzee Posted July 27, 2015 Report Share Posted July 27, 2015 Yh the script is perfect the way it is, my bad I didn't explain well Link to comment Share on other sites More sharing options...
korakot2003 Posted July 27, 2015 Report Share Posted July 27, 2015 its a perfect script dirty :) btw can u guide me a little bit or show me how to intregate this into normal AI script such as A3EAI and how to give player a tag of hero or bandit? Link to comment Share on other sites More sharing options...
DirtySanchez Posted July 27, 2015 Author Report Share Posted July 27, 2015 player tags are a future script for me, got other stuff planned first.If you read the script and see what is used to change the rank, just add that into the AI script.Its possible I will get into that a bit later Link to comment Share on other sites More sharing options...
happydayz Posted July 28, 2015 Report Share Posted July 28, 2015 Very nice man. I had this on the books for the future to look into. Perfect framework to add onto! Link to comment Share on other sites More sharing options...
serveratze88 Posted July 28, 2015 Report Share Posted July 28, 2015 hi , I do not insert kan on my when I connect the script :( ===================================================================== == D:\home\sid_42050\arma3epoch\arma3server.exe == D:\home\sid_42050\arma3epoch\arma3server.exe -mod=@epoch;@epochhive -port=2302 -config=config\server.cfg -cfg=config\basic.cfg -profiles=D:\home\sid_42050\arma3epoch -ip=94.250.209.98 -autoInit Original output filename: Arma3Retail_Server Exe timestamp: 2015/07/27 15:49:07 Current time: 2015/07/28 18:25:58 Type: Public Branch: Stable Version: 1.48.131645 Allocator: D:\home\sid_42050\arma3epoch\dll\tbb4malloc_bi.dll ===================================================================== 18:25:58 ManagerConfig() 18:25:59 Cannot register unknown string STR_USRACT_SWITCH_GUNS 18:25:59 Cannot register unknown string STR_USRACT_SWITCH_ROCKETS 18:25:59 Cannot register unknown string STR_USRACT_SWITCH_MISSILES 18:25:59 Cannot register unknown string STR_USRACT_SWITCH_BOMBS 18:25:59 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_GUNS 18:25:59 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_ROCKETS 18:25:59 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_MISSILES 18:25:59 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_BOMBS 18:26:29 Updating base class ->Base, by a3\dubbing_radio_f\config.bin/CfgHQIdentities/PAPA_BEAR/ 18:26:29 Updating base class ->Base, by a3\dubbing_radio_f\config.bin/CfgHQIdentities/AirBase/ 18:26:30 Updating base class ->HouseBase, by a3\data_f\config.bin/CfgVehicles/House/ 18:26:30 Updating base class ->Thing, by a3\data_f\config.bin/CfgVehicles/ThingX/ 18:26:30 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayEditObject/Controls/B_OK/ 18:26:30 Updating base class RscSliderH->RscXSliderH, by a3\editor_f\config.bin/RscDisplayEditObject/Slider/ 18:26:30 Updating base class RscText->RscPicture, by a3\editor_f\config.bin/RscDisplayEditObject/Preview/ 18:26:30 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionLoad/Controls/B_OK/ 18:26:30 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionSave/Controls/B_OK/ 18:26:30 Updating base class ->House, by a3\structures_f\config.bin/CfgVehicles/House_F/ 18:26:30 Updating base class ->House_F, by a3\structures_f\config.bin/CfgVehicles/House_Small_F/ 18:26:30 Updating base class ->Default, by a3\anims_f\config\sdr\config.bin/CfgMovesBasic/DefaultDie/ 18:26:30 Updating base class ->RifleBaseLowStandActions, by a3\anims_f\config\sdr\config.bin/CfgMovesBasic/Actions/RifleBaseStandActions/ 18:26:30 Updating base class ->Default, by a3\anims_f\config\sdr\config.bin/CfgMovesMaleSdr/States/Crew/ 18:26:30 Updating base class ->StandBase, by a3\anims_f\config\sdr\config.bin/CfgMovesMaleSdr/States/AmovPercMstpSnonWnonDnon/ 18:26:30 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoScrollbars/ 18:26:30 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoHScrollbars/ 18:26:30 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoVScrollbars/ 18:26:30 Updating base class ->RscText, by a3\ui_f\config.bin/RscLine/ 18:26:30 Updating base class ->RscActiveText, by a3\ui_f\config.bin/RscActivePicture/ 18:26:30 Updating base class ->RscButton, by a3\ui_f\config.bin/RscButtonTextOnly/ 18:26:30 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscShortcutButtonMain/ 18:26:30 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonEditor/ 18:26:30 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscIGUIShortcutButton/ 18:26:30 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscGearShortcutButton/ 18:26:30 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonMenu/ 18:26:30 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuOK/ 18:26:30 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuCancel/ 18:26:30 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuSteam/ 18:26:30 Updating base class ->RscText, by a3\ui_f\config.bin/RscLoadingText/ 18:26:30 Updating base class ->RscListBox, by a3\ui_f\config.bin/RscIGUIListBox/ 18:26:30 Updating base class ->RscListNBox, by a3\ui_f\config.bin/RscIGUIListNBox/ 18:26:30 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackground/ 18:26:30 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUI/ 18:26:30 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUILeft/ 18:26:30 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIRight/ 18:26:30 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIBottom/ 18:26:30 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUITop/ 18:26:30 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUIDark/ 18:26:30 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/RscBackgroundLogo/ 18:26:30 Updating base class ->RscMapControl, by a3\ui_f\config.bin/RscMapControlEmpty/ 18:26:30 Updating base class ->RscPicture, by a3\ui_f\config.bin/CA_Mainback/ 18:26:30 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Back/ 18:26:30 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Title_Back/ 18:26:30 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Black_Back/ 18:26:30 Updating base class ->RscTitle, by a3\ui_f\config.bin/CA_Title/ 18:26:30 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/CA_Logo/ 18:26:30 Updating base class ->CA_Logo, by a3\ui_f\config.bin/CA_Logo_Small/ 18:26:30 Updating base class ->RscButton, by a3\ui_f\config.bin/CA_RscButton/ 18:26:30 Updating base class ->CA_RscButton, by a3\ui_f\config.bin/CA_RscButton_dialog/ 18:26:30 Updating base class ->RscActiveText, by a3\ui_f\config.bin/CA_Ok/ 18:26:30 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image/ 18:26:30 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image2/ 18:26:30 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_text/ 18:26:30 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscVignette/ 18:26:30 Updating base class ->RscControlsGroupNoScrollbars, by a3\ui_f\config.bin/RscMapControlTooltip/ 18:26:30 Updating base class RscUnitInfo->RscUnitInfoAirNoWeapon, by a3\ui_f\config.bin/RscInGameUI/RscUnitInfoAir/ 18:26:30 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_OK/ 18:26:30 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Cancel/ 18:26:30 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Clear/ 18:26:30 Updating base class ->RscText, by a3\ui_f\config.bin/RscDisplayCapture/controls/TimeLines/ 18:26:30 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonAverages/ 18:26:30 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonSavePreviousData/ 18:26:30 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonPreviousData/ 18:26:30 Updating base class RscControlsGroup->RscControlsGroupNoHScrollbars, by a3\ui_f\config.bin/RscDisplayMain/controls/ModIcons/ 18:26:30 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/IconPicture/ 18:26:30 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcOwnedIconPicture/ 18:26:30 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcIconPicture/ 18:26:30 Updating base class RscListBox->RscCombo, by a3\ui_f\config.bin/RscDisplayCustomizeController/Steepness/ 18:26:30 Updating base class ->RscStandardDisplay, by a3\ui_f\config.bin/RscDisplayControlSchemes/ 18:26:30 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonCancel/ 18:26:30 Updating base class RscButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonOK/ 18:26:30 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayFileSelectImage/controls/OverviewPicture/ 18:26:30 Updating base class RscShortcutButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayFieldManual/controls/ButtonCancel/ 18:26:30 Cannot delete class B_KickOff, it is referenced somewhere (used as a base class probably). 18:26:30 Updating base class RscButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMission/controls/ButtonCancel/ 18:26:30 Updating base class RscShortcutButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonOK/ 18:26:30 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonCancel/ 18:26:30 Updating base class ->RscSubmenu, by a3\ui_f\config.bin/RscMainMenu/ 18:26:30 Cannot update non class from class a3\ui_f\config.bin/RscCallSupport/Items/ 18:26:30 Cannot update non class from class a3\ui_f\config.bin/RscRadio/Items/ 18:26:30 Updating base class RscStandardDisplay->, by a3\ui_f_mp_mark\config.bin/RscDisplayRespawn/ 18:26:30 Updating base class ->BulletCore, by a3\weapons_f\config.bin/CfgAmmo/BulletBase/ 18:26:30 Updating base class ->Default, by a3\weapons_f\config.bin/CfgMagazines/CA_Magazine/ 18:26:30 Updating base class ->ReammoBox, by a3\weapons_f\config.bin/cfgVehicles/WeaponHolder/ 18:26:30 Updating base class ->SlotInfo, by a3\weapons_f\config.bin/CowsSlot/ 18:26:30 Updating base class ->SlotInfo, by a3\weapons_f\config.bin/PointerSlot/ 18:26:30 Updating base class ->PistolCore, by a3\weapons_f\config.bin/cfgWeapons/Pistol/ 18:26:30 Updating base class ->WeaponSlotsInfo, by a3\weapons_f\config.bin/cfgWeapons/Pistol_Base_F/WeaponSlotsInfo/ 18:26:30 Updating base class ->Default, by a3\weapons_f\config.bin/cfgWeapons/ItemCore/ 18:26:30 Updating base class ->ReammoBox, by a3\weapons_f\ammoboxes\config.bin/CfgVehicles/Bag_Base/ 18:26:30 Updating base class ->ThingX, by a3\weapons_f\ammoboxes\config.bin/CfgVehicles/WeaponHolderSimulated/ 18:26:30 Updating base class ->Ship, by a3\boat_f\config.bin/CfgVehicles/Ship_F/ 18:26:31 Updating base class ->SlotInfo, by a3\weapons_f_mark\config.bin/UnderBarrelSlot/ 18:26:31 Updating base class RscText->RscIGUIValue, by x\addons\a3_epoch_code\config.bin/RscInGameUI/RscUnitInfo/CA_Speed_Freefall/ 18:26:31 Updating base class RscText->RscIGUIValue, by x\addons\a3_epoch_code\config.bin/RscInGameUI/RscUnitInfo/CA_Alt_Freefall/ 18:26:31 Updating base class RscUnitInfoAirNoWeapon->RscUnitInfo, by x\addons\a3_epoch_code\config.bin/RscInGameUI/RscUnitInfoAir/ 18:26:31 Updating base class RscText->RscOpticsValue, by x\addons\a3_epoch_code\config.bin/RscInGameUI/RscWeaponRangeFinder/CA_Distance/ 18:26:31 Updating base class RscOptics_AV_driverNoWeapon->RscUnitInfo, by x\addons\a3_epoch_code\config.bin/RscInGameUI/RscOptics_AV_driver/ 18:26:31 Updating base class RscUnitInfoAirRTDFullNoWeapon->RscUnitInfoAir, by x\addons\a3_epoch_code\config.bin/RscInGameUI/RscUnitInfoAirRTDFull/ 18:26:32 ragdollHitDmgLimit (0.000000) is lower than minimum (0.010000) and it was set to min. 18:26:32 Initializing Steam Manager 18:26:32 ManagerConfig() 18:26:32 Steam Manager initialized. 18:26:32 18:26:32 ==== Loaded addons ==== 18:26:32 18:26:32 dta\bin.pbo - unknown 18:26:32 dta\core.pbo - 84186 18:26:32 dta\languagecore_f.pbo - 85141 18:26:32 D:\home\sid_42050\arma3epoch\@epochhive\addons\a3_epoch_server.pbo - unknown 18:26:32 D:\home\sid_42050\arma3epoch\@epochhive\addons\a3_epoch_server_custom.pbo - unknown 18:26:32 D:\home\sid_42050\arma3epoch\@epochhive\addons\a3_epoch_server_settings.pbo - unknown 18:26:32 D:\home\sid_42050\arma3epoch\@epochhive\addons\a3_epoch_wai.pbo - unknown 18:26:32 D:\home\sid_42050\arma3epoch\@epochhive\addons\a3_infistar.pbo - unknown 18:26:32 D:\home\sid_42050\arma3epoch\@epochhive\addons\a3_scarcode_pve.pbo - unknown 18:26:32 D:\home\sid_42050\arma3epoch\@epochhive\addons\a3_sdrop.pbo - unknown 18:26:32 D:\home\sid_42050\arma3epoch\@epochhive\addons\helicrash.pbo - unknown 18:26:32 D:\home\sid_42050\arma3epoch\@epochhive\addons\sem.pbo - unknown 18:26:32 D:\home\sid_42050\arma3epoch\@epochhive\addons\traderatms.pbo - unknown 18:26:32 D:\home\sid_42050\arma3epoch\@epochhive\addons\vemf.pbo - unknown 18:26:32 D:\home\sid_42050\arma3epoch\@epoch\addons\a2_epoch_weapons.pbo - unknown 18:26:32 D:\home\sid_42050\arma3epoch\@epoch\addons\a3_epoch_assets.pbo - unknown 18:26:32 D:\home\sid_42050\arma3epoch\@epoch\addons\a3_epoch_assets_1.pbo - unknown 18:26:32 D:\home\sid_42050\arma3epoch\@epoch\addons\a3_epoch_assets_2.pbo - unknown 18:26:32 D:\home\sid_42050\arma3epoch\@epoch\addons\a3_epoch_assets_3.pbo - unknown 18:26:32 D:\home\sid_42050\arma3epoch\@epoch\addons\a3_epoch_code.pbo - unknown 18:26:32 D:\home\sid_42050\arma3epoch\@epoch\addons\a3_epoch_config.pbo - unknown 18:26:32 D:\home\sid_42050\arma3epoch\@epoch\addons\a3_epoch_functions.pbo - unknown 18:26:32 D:\home\sid_42050\arma3epoch\@epoch\addons\a3_epoch_language.pbo - unknown 18:26:32 D:\home\sid_42050\arma3epoch\@epoch\addons\a3_epoch_structures.pbo - unknown 18:26:32 D:\home\sid_42050\arma3epoch\@epoch\addons\a3_epoch_underground.pbo - unknown 18:26:32 D:\home\sid_42050\arma3epoch\@epoch\addons\a3_epoch_vehicles.pbo - unknown 18:26:32 D:\home\sid_42050\arma3epoch\@epoch\addons\a3_epoch_vehicles_1.pbo - unknown 18:26:32 D:\home\sid_42050\arma3epoch\@epoch\addons\a3_epoch_weapons.pbo - unknown 18:26:32 D:\home\sid_42050\arma3epoch\mark\addons\anims_f_mark.ebo - 83739 18:26:32 D:\home\sid_42050\arma3epoch\mark\addons\characters_f_mark.ebo - 84074 18:26:32 D:\home\sid_42050\arma3epoch\mark\addons\data_f_mark.ebo - 82269 18:26:32 D:\home\sid_42050\arma3epoch\mark\addons\dubbing_f_mark.ebo - 81923 18:26:32 D:\home\sid_42050\arma3epoch\mark\addons\dubbing_f_mp_mark.ebo - 81923 18:26:32 D:\home\sid_42050\arma3epoch\mark\addons\functions_f_mark.ebo - 84594 18:26:32 D:\home\sid_42050\arma3epoch\mark\addons\functions_f_mp_mark.ebo - 84647 18:26:32 D:\home\sid_42050\arma3epoch\mark\addons\languagemissions_f_mark.ebo - 84742 18:26:32 D:\home\sid_42050\arma3epoch\mark\addons\languagemissions_f_mp_mark.ebo - 84743 18:26:32 D:\home\sid_42050\arma3epoch\mark\addons\language_f_mark.ebo - 84742 18:26:32 D:\home\sid_42050\arma3epoch\mark\addons\language_f_mp_mark.ebo - 84742 18:26:32 D:\home\sid_42050\arma3epoch\mark\addons\missions_f_mark.ebo - 84276 18:26:32 D:\home\sid_42050\arma3epoch\mark\addons\missions_f_mark_data.ebo - 83115 18:26:32 D:\home\sid_42050\arma3epoch\mark\addons\missions_f_mark_video.ebo - 81429 18:26:32 D:\home\sid_42050\arma3epoch\mark\addons\missions_f_mp_mark.ebo - 84314 18:26:32 D:\home\sid_42050\arma3epoch\mark\addons\missions_f_mp_mark_data.ebo - 81558 18:26:32 D:\home\sid_42050\arma3epoch\mark\addons\modules_f_mark.ebo - 81710 18:26:32 D:\home\sid_42050\arma3epoch\mark\addons\modules_f_mp_mark.ebo - 84659 18:26:32 D:\home\sid_42050\arma3epoch\mark\addons\music_f_mark.ebo - 81958 18:26:32 D:\home\sid_42050\arma3epoch\mark\addons\music_f_mark_music.ebo - 81930 18:26:32 D:\home\sid_42050\arma3epoch\mark\addons\sounds_f_mark.ebo - 83408 18:26:32 D:\home\sid_42050\arma3epoch\mark\addons\static_f_mark.ebo - 84104 18:26:32 D:\home\sid_42050\arma3epoch\mark\addons\structures_f_mark.ebo - 85075 18:26:32 D:\home\sid_42050\arma3epoch\mark\addons\supplies_f_mark.ebo - 79552 18:26:32 D:\home\sid_42050\arma3epoch\mark\addons\ui_f_mark.ebo - 84397 18:26:32 D:\home\sid_42050\arma3epoch\mark\addons\ui_f_mp_mark.ebo - 84645 18:26:32 D:\home\sid_42050\arma3epoch\mark\addons\weapons_f_mark.ebo - 84181 18:26:32 D:\home\sid_42050\arma3epoch\heli\addons\air_f_heli.pbo - 84736 18:26:32 D:\home\sid_42050\arma3epoch\heli\addons\anims_f_heli.pbo - 80475 18:26:32 D:\home\sid_42050\arma3epoch\heli\addons\boat_f_heli.pbo - 82564 18:26:32 D:\home\sid_42050\arma3epoch\heli\addons\cargoposes_f_heli.pbo - 83497 18:26:32 D:\home\sid_42050\arma3epoch\heli\addons\data_f_heli.pbo - 80757 18:26:32 D:\home\sid_42050\arma3epoch\heli\addons\dubbing_f_heli.pbo - 75138 18:26:32 D:\home\sid_42050\arma3epoch\heli\addons\functions_f_heli.pbo - 84398 18:26:32 D:\home\sid_42050\arma3epoch\heli\addons\languagemissions_f_heli.pbo - 84742 18:26:32 D:\home\sid_42050\arma3epoch\heli\addons\language_f_heli.pbo - 84742 18:26:32 D:\home\sid_42050\arma3epoch\heli\addons\missions_f_heli.pbo - 84471 18:26:32 D:\home\sid_42050\arma3epoch\heli\addons\missions_f_heli_data.pbo - 75977 18:26:32 D:\home\sid_42050\arma3epoch\heli\addons\missions_f_heli_video.pbo - 75065 18:26:32 D:\home\sid_42050\arma3epoch\heli\addons\modules_f_heli.pbo - 84211 18:26:32 D:\home\sid_42050\arma3epoch\heli\addons\music_f_heli.pbo - 76012 18:26:32 D:\home\sid_42050\arma3epoch\heli\addons\music_f_heli_music.pbo - 76012 18:26:32 D:\home\sid_42050\arma3epoch\heli\addons\soft_f_heli.pbo - 82564 18:26:32 D:\home\sid_42050\arma3epoch\heli\addons\sounds_f_heli.pbo - 79398 18:26:32 D:\home\sid_42050\arma3epoch\heli\addons\structures_f_heli.pbo - 85075 18:26:32 D:\home\sid_42050\arma3epoch\heli\addons\supplies_f_heli.pbo - 84559 18:26:32 D:\home\sid_42050\arma3epoch\heli\addons\ui_f_heli.pbo - 76986 18:26:32 D:\home\sid_42050\arma3epoch\kart\addons\anims_f_kart.pbo - 80475 18:26:32 D:\home\sid_42050\arma3epoch\kart\addons\characters_f_kart.pbo - 84253 18:26:32 D:\home\sid_42050\arma3epoch\kart\addons\data_f_kart.pbo - 80888 18:26:32 D:\home\sid_42050\arma3epoch\kart\addons\languagemissions_f_kart.pbo - 84742 18:26:32 D:\home\sid_42050\arma3epoch\kart\addons\language_f_kart.pbo - 84742 18:26:32 D:\home\sid_42050\arma3epoch\kart\addons\missions_f_kart.pbo - 84471 18:26:32 D:\home\sid_42050\arma3epoch\kart\addons\missions_f_kart_data.pbo - 75687 18:26:32 D:\home\sid_42050\arma3epoch\kart\addons\modules_f_kart.pbo - 84685 18:26:32 D:\home\sid_42050\arma3epoch\kart\addons\modules_f_kart_data.pbo - 74588 18:26:32 D:\home\sid_42050\arma3epoch\kart\addons\soft_f_kart.pbo - 84134 18:26:32 D:\home\sid_42050\arma3epoch\kart\addons\sounds_f_kart.pbo - 79398 18:26:32 D:\home\sid_42050\arma3epoch\kart\addons\structures_f_kart.pbo - 85075 18:26:32 D:\home\sid_42050\arma3epoch\kart\addons\ui_f_kart.pbo - 73106 18:26:32 D:\home\sid_42050\arma3epoch\kart\addons\weapons_f_kart.pbo - 83573 18:26:32 D:\home\sid_42050\arma3epoch\curator\addons\data_f_curator.pbo - 82282 18:26:32 D:\home\sid_42050\arma3epoch\curator\addons\functions_f_curator.pbo - 84402 18:26:32 D:\home\sid_42050\arma3epoch\curator\addons\language_f_curator.pbo - 84742 18:26:32 D:\home\sid_42050\arma3epoch\curator\addons\missions_f_curator.pbo - 80344 18:26:32 D:\home\sid_42050\arma3epoch\curator\addons\modules_f_curator.pbo - 84402 18:26:32 D:\home\sid_42050\arma3epoch\curator\addons\ui_f_curator.pbo - 84727 18:26:32 addons\a3.pbo - unknown 18:26:32 addons\air_f.pbo - 83804 18:26:32 addons\air_f_beta.pbo - 84735 18:26:32 addons\air_f_epb.pbo - 84716 18:26:32 addons\air_f_epc.pbo - 82564 18:26:32 addons\air_f_gamma.pbo - 82564 18:26:32 addons\animals_f.pbo - 79398 18:26:32 addons\animals_f_beta.pbo - 84742 18:26:32 addons\anims_f.pbo - 84656 18:26:32 addons\anims_f_bootcamp.pbo - 72362 18:26:32 addons\anims_f_data.pbo - 84487 18:26:32 addons\anims_f_epa.pbo - 78608 18:26:32 addons\anims_f_epc.pbo - 72362 18:26:32 addons\armor_f.pbo - 82564 18:26:32 addons\armor_f_beta.pbo - 84513 18:26:32 addons\armor_f_epb.pbo - 83969 18:26:32 addons\armor_f_epc.pbo - 84514 18:26:32 addons\armor_f_gamma.pbo - 84514 18:26:32 addons\baseconfig_f.pbo - 73106 18:26:32 addons\boat_f.pbo - 84149 18:26:32 addons\boat_f_beta.pbo - 83805 18:26:32 addons\boat_f_epc.pbo - 82564 18:26:32 addons\boat_f_gamma.pbo - 83643 18:26:32 addons\cargoposes_f.pbo - 83460 18:26:32 addons\characters_f.pbo - 84431 18:26:32 addons\characters_f_beta.pbo - 83936 18:26:32 addons\characters_f_bootcamp.pbo - 83941 18:26:32 addons\characters_f_epa.pbo - 83523 18:26:32 addons\characters_f_epb.pbo - 84064 18:26:32 addons\characters_f_epc.pbo - 84064 18:26:32 addons\characters_f_gamma.pbo - 83950 18:26:32 addons\data_f.pbo - 84811 18:26:32 addons\data_f_bootcamp.pbo - 76960 18:26:32 addons\drones_f.pbo - 83805 18:26:32 addons\dubbing_f.pbo - 73106 18:26:32 addons\dubbing_f_beta.pbo - 73106 18:26:32 addons\dubbing_f_bootcamp.pbo - 73106 18:26:32 addons\dubbing_f_epa.pbo - 73106 18:26:32 addons\dubbing_f_epb.pbo - 76110 18:26:32 addons\dubbing_f_epc.pbo - 73106 18:26:32 addons\dubbing_f_gamma.pbo - 73106 18:26:32 addons\dubbing_radio_f.pbo - 78704 18:26:32 addons\dubbing_radio_f_data.pbo - 78762 18:26:32 addons\editor_f.pbo - 82563 18:26:32 addons\functions_f.pbo - 84895 18:26:32 addons\functions_f_bootcamp.pbo - 84402 18:26:32 addons\functions_f_epa.pbo - 84402 18:26:32 addons\functions_f_epc.pbo - 84400 18:26:32 addons\languagemissions_f.pbo - 84742 18:26:32 addons\languagemissions_f_beta.pbo - 84742 18:26:32 addons\languagemissions_f_bootcamp.pbo - 84742 18:26:32 addons\languagemissions_f_epa.pbo - 84742 18:26:32 addons\languagemissions_f_epb.pbo - 84742 18:26:32 addons\languagemissions_f_epc.pbo - 84742 18:26:32 addons\languagemissions_f_gamma.pbo - 84742 18:26:32 addons\language_f.pbo - 84742 18:26:32 addons\language_f_beta.pbo - 84742 18:26:32 addons\language_f_bootcamp.pbo - 84742 18:26:32 addons\language_f_epa.pbo - 84742 18:26:32 addons\language_f_epb.pbo - 84742 18:26:32 addons\language_f_epc.pbo - 84742 18:26:32 addons\language_f_gamma.pbo - 84742 18:26:32 addons\map_altis.pbo - 83614 18:26:32 addons\map_altis_data.pbo - 80737 18:26:32 addons\map_altis_data_layers.pbo - 79087 18:26:32 addons\map_altis_data_layers_00_00.pbo - 79087 18:26:32 addons\map_altis_data_layers_00_01.pbo - 79087 18:26:32 addons\map_altis_data_layers_01_00.pbo - 79087 18:26:32 addons\map_altis_data_layers_01_01.pbo - 79087 18:26:32 addons\map_altis_scenes_f.pbo - 73106 18:26:32 addons\map_data.pbo - 81846 18:26:32 addons\map_stratis.pbo - 84211 18:26:32 addons\map_stratis_data.pbo - 80737 18:26:32 addons\map_stratis_data_layers.pbo - 79082 18:26:32 addons\map_stratis_scenes_f.pbo - 73106 18:26:32 addons\map_vr.pbo - 82252 18:26:32 addons\map_vr_scenes_f.pbo - 82252 18:26:32 addons\misc_f.pbo - 82966 18:26:32 addons\missions_f.pbo - 78843 18:26:32 addons\missions_f_beta.pbo - 84367 18:26:32 addons\missions_f_beta_data.pbo - 83118 18:26:32 addons\missions_f_beta_video.pbo - 73106 18:26:32 addons\missions_f_bootcamp.pbo - 84687 18:26:32 addons\missions_f_bootcamp_data.pbo - 72362 18:26:32 addons\missions_f_bootcamp_video.pbo - 75065 18:26:32 addons\missions_f_data.pbo - 73106 18:26:32 addons\missions_f_epa.pbo - 84211 18:26:32 addons\missions_f_epa_data.pbo - 73106 18:26:32 addons\missions_f_epa_video.pbo - 73106 18:26:32 addons\missions_f_epb.pbo - 84766 18:26:32 addons\missions_f_epb_data.pbo - 73106 18:26:32 addons\missions_f_epb_video.pbo - 73106 18:26:32 addons\missions_f_epc.pbo - 84835 18:26:32 addons\missions_f_epc_data.pbo - 84724 18:26:32 addons\missions_f_epc_video.pbo - 84725 18:26:32 addons\missions_f_gamma.pbo - 84230 18:26:32 addons\missions_f_gamma_data.pbo - 76877 18:26:32 addons\missions_f_gamma_video.pbo - 73106 18:26:32 addons\missions_f_video.pbo - 73106 18:26:32 addons\modules_f.pbo - 84402 18:26:32 addons\modules_f_beta.pbo - 84471 18:26:32 addons\modules_f_beta_data.pbo - 80976 18:26:32 addons\modules_f_bootcamp.pbo - 79398 18:26:32 addons\modules_f_data.pbo - 73106 18:26:32 addons\modules_f_epb.pbo - 79398 18:26:32 addons\music_f.pbo - 73106 18:26:32 addons\music_f_bootcamp.pbo - 73106 18:26:32 addons\music_f_bootcamp_music.pbo - 73106 18:26:32 addons\music_f_epa.pbo - 73106 18:26:32 addons\music_f_epa_music.pbo - 73106 18:26:32 addons\music_f_epb.pbo - 73106 18:26:32 addons\music_f_epb_music.pbo - 73106 18:26:32 addons\music_f_epc.pbo - 84723 18:26:32 addons\music_f_epc_music.pbo - 73106 18:26:32 addons\music_f_music.pbo - 73106 18:26:32 addons\plants_f.pbo - 80365 18:26:32 addons\roads_f.pbo - 82537 18:26:32 addons\rocks_f.pbo - 84519 18:26:32 addons\signs_f.pbo - 82967 18:26:32 addons\soft_f.pbo - 84677 18:26:32 addons\soft_f_beta.pbo - 84709 18:26:32 addons\soft_f_bootcamp.pbo - 83358 18:26:32 addons\soft_f_epc.pbo - 83977 18:26:32 addons\soft_f_gamma.pbo - 83775 18:26:32 addons\sounds_f.pbo - 84675 18:26:32 addons\sounds_f_bootcamp.pbo - 82576 18:26:32 addons\sounds_f_epb.pbo - 79398 18:26:32 addons\sounds_f_epc.pbo - 79398 18:26:32 addons\sounds_f_vehicles.pbo - 84683 18:26:32 addons\sounds_f_weapons.pbo - 82110 18:26:32 addons\static_f.pbo - 84035 18:26:32 addons\static_f_beta.pbo - 79398 18:26:32 addons\static_f_gamma.pbo - 82090 18:26:32 addons\structures_f.pbo - 85075 18:26:32 addons\structures_f_bootcamp.pbo - 85075 18:26:32 addons\structures_f_data.pbo - 85075 18:26:32 addons\structures_f_epa.pbo - 85075 18:26:32 addons\structures_f_epb.pbo - 85075 18:26:32 addons\structures_f_epc.pbo - 85075 18:26:32 addons\structures_f_households.pbo - 85075 18:26:32 addons\structures_f_ind.pbo - 85075 18:26:32 addons\structures_f_mil.pbo - 85075 18:26:32 addons\structures_f_wrecks.pbo - 85075 18:26:32 addons\uifonts_f.pbo - 73106 18:26:32 addons\uifonts_f_data.pbo - 73106 18:26:32 addons\ui_f.pbo - 84751 18:26:32 addons\ui_f_bootcamp.pbo - 76325 18:26:32 addons\ui_f_data.pbo - 84751 18:26:32 addons\weapons_f.pbo - 84889 18:26:32 addons\weapons_f_beta.pbo - 83667 18:26:32 addons\weapons_f_bootcamp.pbo - 81923 18:26:32 addons\weapons_f_epa.pbo - 83667 18:26:32 addons\weapons_f_epb.pbo - 80958 18:26:32 addons\weapons_f_epc.pbo - 80374 18:26:32 addons\weapons_f_gamma.pbo - 83947 18:26:32 18:26:32 ======================= 18:26:32 18:26:32 ============================================================================================= List of mods =============================================================================================== 18:26:32 modsReadOnly = true 18:26:32 safeModsActivated = false 18:26:32 customMods = true 18:26:32 hash = '29B7200B5DB8D7E245D4403A88154F201794AED6' 18:26:32 hashShort = '6f1f9427' 18:26:32 name | modDir | default | origin | hash | hashShort | fullPath 18:26:32 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 18:26:32 @epochhive | @epochhive | false | GAME DIR | | 7e8a8b9c | D:\home\sid_42050\arma3epoch\@epochhive 18:26:32 Epoch Mod 0.3.0.4 | @epoch | false | GAME DIR | | e5fc44df | D:\home\sid_42050\arma3epoch\@epoch 18:26:32 Arma 3 DLC Bundle | dlcbundle | true | NOT FOUND | | | 18:26:32 Arma 3 Marksmen | mark | true | GAME DIR | | 4a7afa01 | D:\home\sid_42050\arma3epoch\mark 18:26:32 Arma 3 Helicopters | heli | true | GAME DIR | | 3e84af3c | D:\home\sid_42050\arma3epoch\heli 18:26:32 Arma 3 Karts | kart | true | GAME DIR | | f204edec | D:\home\sid_42050\arma3epoch\kart 18:26:32 Arma 3 Zeus | curator | true | GAME DIR | | 6a62f278 | D:\home\sid_42050\arma3epoch\curator 18:26:32 Arma 3 | A3 | true | NOT FOUND | | | 18:26:32 ========================================================================================================================================================================================================== 18:26:32 InitSound ... 18:26:32 InitSound - complete 18:26:32 PhysX3 SDK Init started ... 18:26:32 PhysX3 SDK Init ended. 18:26:37 Attempt to override final function - rscminimap_script 18:26:37 Attempt to override final function - rscdisplayloading_script 18:26:37 Attempt to override final function - rscdisplayloading_script 18:26:37 Attempt to override final function - rscdisplayloading_script 18:26:37 Attempt to override final function - rscdiary_script 18:26:37 Attempt to override final function - rscdisplaysinglemission_script 18:26:37 Attempt to override final function - rscdiary_script 18:26:37 Attempt to override final function - rscdisplayremotemissions_script 18:26:37 Attempt to override final function - rscdisplayloading_script 18:26:38 Attempt to override final function - rscdiary_script 18:26:38 Attempt to override final function - rscdiary_script 18:26:38 Attempt to override final function - rscdisplaystrategicmap_script 18:26:38 Attempt to override final function - rscdisplaycommon_script 18:26:38 Attempt to override final function - rscdisplayloading_script 18:26:38 Attempt to override final function - rscdisplaycurator_script 18:26:38 Attempt to override final function - rscdisplayattributes_script 18:26:38 Attempt to override final function - rscdisplayattributes_script 18:26:38 Attempt to override final function - rscdisplayattributes_script 18:26:38 Attempt to override final function - rscdisplaywelcome_script 18:26:38 Attempt to override final function - rscdisplaywelcome_script 18:26:38 Attempt to override final function - rscdisplaywelcome_script 18:26:38 Attempt to override final function - rscdisplaycommon_script 18:26:38 Attempt to override final function - rscdisplaydebriefing_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - rscunitinfo_script 18:26:39 Attempt to override final function - bis_fnc_init 18:26:40 VoteThreshold must be in 0..1 range. Defaulting to 0.5 18:26:40 Initializing Steam server - Game Port: 2302, Steam Query Port: 2303 18:26:41 Unexpected stringtable format inside <Text ID="STR_HS_VEHICLES"><V> 18:26:41 Unexpected stringtable format inside <Text ID="STR_HS_VEHICLES"><V> 18:26:41 Unexpected stringtable format inside <Text ID="STR_HS_VEHICLES"><V> 18:26:41 Unexpected stringtable format inside <Text ID="STR_HS_VEHICLES"><V> Link to comment Share on other sites More sharing options...
DirtySanchez Posted July 28, 2015 Author Report Share Posted July 28, 2015 First please use spoiler tags on any rpt files blah blah Ok those errors have nothing to do with stats. Your error is with another script I believe 18:26:41 Unexpected stringtable format inside <Text ID="STR_HS_VEHICLES"><V> Only one other script that has HS in it and that the HS BlackMarket trader Link to comment Share on other sites More sharing options...
serveratze88 Posted July 28, 2015 Report Share Posted July 28, 2015 hm ok thanks for pointing this out Link to comment Share on other sites More sharing options...
DirtySanchez Posted July 28, 2015 Author Report Share Posted July 28, 2015 hm ok thanks for pointing this out Looking at that error a again after dinner, you have not added the stringtable.xml file from the black market to your mission file Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now