Jump to content

ifordmc

Member
  • Posts

    22
  • Joined

  • Last visited

Posts posted by ifordmc

  1. Well since the shit hit the fan someone is regularly hacking our server and its linked to sequisha. Message they put across our screens was "childish enjoy your puddin pops" then killed everybody which clearly indicates that its in reference to what sequisha put.

    Can you just leave these forums already, if you have a problem take it up elsewhere.

     

    You never had a problem before, but suddenly since the devs removed your spotlight you have a problem? pfft.

    Very amusing. Children should not run servers.

  2. Yet another example of the childish behavior shown by the Dev Team

    You cant really blame the devs.

     

    The devs were shining MGT in the spotlight asking not much in return, but the 10 commandments :P /s.

    This thread is just a circle jerk, and TBH with all the shit the devs may get from this infiSHIT I can see why the devs get pissed.

     

    EDIT:

    Honestly I cant form a opinion from this. Im just going to sit back... eat popcorn and let it roll out.

    Obviously there is some secrecy on both sides. So Im'a let this play out

  3. Hi,

     

    At the moment for simple sakes you are probabbly best to go with Win 2008 R2.

     

    Linux is not supported for Epoch at the mo (however when it it I will be moving to it)

    Did not know Epoch wasnt supported for linux ATM.

    And my friend uses the same host, and prefers linux but I have never been a fan unless there was a really good reason.

     

    Go for Windows Server 2008 R2, 64 Bit

    Linux isn't supported and 2014 is expensive, 2008 works just fine.

    Appreciate it :) will do

  4. So, this is a little thread I created. I purchased a dedi machine from a host.

    And you will see a few screenies of the OS's I can choose from.

     

    I know ArmA server can run on Linux/Windows but with anyone that has experience with these things. And for someone I that hasnt touched linux (ever < me) is it worth going linux or windows.

    So yeah, I guess this is a little debate although I would like opinions really, because im about to choose.

     

     CGMldp4.png

    H1NsJud.png

     

     

    EDIT:

    I have never rented a dedicated server in my life, I have only used a very low-end dedi server of my own. So a few tips for a newbie would also be nice.

  5. It can be done with a .bat file easily.  costs nothing. requires no download. This is mine.

    -snip-

    These will start and wait for them to shut down, then do it again. Until the prompts the bats bring up are closed, the server will restart evey time it shuts down then 30sec later BEC will do the same. Also place shortcuts to these in startup if you want the server to boot back on computer restart for those that arent keeping them online all of the time for test servers as well.

     

    EDIT: I didnt read the post. Just the title, But anyway batch would be the way to go if you ask me. Uses virtually no power of any sort from the box its running on. Any app however, will.

    I cant seem to get the BEC starter to run. It launches the bat but BEC itself does not start.

  6. It can be done with a .bat file easily.  costs nothing. requires no download. This is mine.

    @echo off
    color 0a
    title Server Starter
    :top
    echo Launching And Watching Server
    start /wait "arma3" /min "H:\A3poch\arma3server.exe" -mod=@Epoch;@EpochHive; -config=H:\A3poch\SC\config.cfg -ip=127.0.0.1 -port=6662 -profiles=SC -cfg=H:\A3poch\SC\basic.cfg -name=SC
    ping 127.0.0.1 -n 5 >NUL
    echo Server has exited ... Restarting!
    ping 127.0.0.1 -n 1 >NUL
    cls
    goto top 

    And since i dont have BEC on A3 epoch this is from DayZ epoch. Shouldn't be hard to figure out how to make it work for you

    @echo off
    color 0a
    title Server Starter
    :top
    echo Launching And Watching BEC
    ping 127.0.0.1 -n 30 >NUL
    start /wait "" /min "H:\overpochinsServer\ServerTools\bec.exe" -f config.cfg
    ping 127.0.0.1 -n 5 >NUL
    echo Server has exited ... Restarting!
    cls
    goto top 

    These will start and wait for them to shut down, then do it again. Until the prompts the bats bring up are closed, the server will restart evey time it shuts down then 30sec later BEC will do the same. Also place shortcuts to these in startup if you want the server to boot back on computer restart for those that arent keeping them online all of the time for test servers as well.

     

    EDIT: I didnt read the post. Just the title, But anyway batch would be the way to go if you ask me. Uses virtually no power of any sort from the box its running on. Any app however, will.

    Spot on, thats working great for me so far. Great.

     

    And yeah, this seems far more simple then a program.

  7. yes a blank arma3 server without any mods

    If you are connecting localy, first of all. Leave the IP/Port blank. Unless you want a custom port just remove the line. There is no need for the IP if you are hosting it on your own machine (that I assume) now, If you do want to connect local. Remote connect with your Local IP and the designated port.

     

    (hopefully I understood what you mean)

  8. Just wondering have the epoch guys disabled the option for players to switch between standerd and advanced helicopters controls. Because all we can do on our server is use the advanced features even when we switch to standerd it has no effect

    Not sure what you mean, but if you want to get rid of the whacky flight controlls (in epoch) un pack the mission file and edit this;

     

    forceRotorLibSimulation = 1;

    in description.ext to

    forceRotorLibSimulation = 0;

     

    And it will be more like the regular flight in ArmA

  9. Hey, Anyone out there server owners help please.

    I feel I am not getting the amount of players I could be potentially getting because of this issue.

     

     

    Player #1 ##### (212.###.###.###::####) connected

    Player #1 keir - GUID: ############################ (inverified)

    Verified GUID (######################) of player #1 keir

    Player #1 keir (###############) has been kicked by BattleYe: PublicVariable Restriction 1

     

    Guys, Please help. While a few people do manage to get in I see a alarming number of these issues in the console. And wondering is it on my end? anything I can do?? thanks

  10. You can ignore this, this isn't an error and won't stop people from joining. It simply means that the server could not validate the client at that time.

     

    If the player GUID was verified (can check in the same log) then you are good to go.

     

    If the player GUID was NOT verified, the player will be kicked.

     

    This is standard for all ARMA servers :)

    But I still cant join :( I get hung on the loading screen :((( and it spams 1000's of lines with it. Its nice to know nothing is too badly wrong. But maybe I have set it up wrong although there is no errors related to it.

  11. Hey, Im working on setting up a server it launches just fine... other than this small hitch. I cant join D:
    I get stuck on the loading menu and the RPT is spammed with 'Player Without Identity'
     
    Here is the full RPT (warning many lines :P)

     

    =====================================================================

    == C:\arma3server\Arma\arma3server.exe
    == "C:\arma3server\Arma\arma3server.exe"  -port=2303 "-config=C:\arma3server\Arma\TADST\default\TADST_config.cfg" "-cfg=C:\arma3server\Arma\TADST\default\TADST_basic.cfg" "-profiles=C:\arma3server\Arma\TADST\default" -name=default "-mod=@Epoch;Heli;Kart;@EpochHive;SC;curator;heli;kart" -enableHT -mod=@Epoch;@EpochHive; -config=C:\arma3server\Arma\SC\config.cfg -profiles=SC -cfg=C:\arma3server\Arma\SC\basic.cfg -name=SC
     
    Original output filename: Arma3Retail_Server
    Exe timestamp: 2014/11/04 14:08:33
    Current time:  2014/12/02 06:57:34
     
    Type: Public
    Branch: Stable
    Version: 1.34.128075
     
    Allocator: C:\arma3server\Arma\dll\tbb4malloc_bi.dll
    =====================================================================
     
     6:57:34 ManagerConfig()
     6:57:39 Updating base class ->Base, by a3\dubbing_radio_f\config.bin/CfgHQIdentities/PAPA_BEAR/
     6:57:39 Updating base class ->Base, by a3\dubbing_radio_f\config.bin/CfgHQIdentities/AirBase/
     6:57:39 Updating base class ->HouseBase, by a3\data_f\config.bin/CfgVehicles/House/
     6:57:39 Updating base class ->Thing, by a3\data_f\config.bin/CfgVehicles/thingX/
     6:57:39 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayEditObject/Controls/B_OK/
     6:57:39 Updating base class RscSliderH->RscXSliderH, by a3\editor_f\config.bin/RscDisplayEditObject/Slider/
     6:57:39 Updating base class RscText->RscPicture, by a3\editor_f\config.bin/RscDisplayEditObject/Preview/
     6:57:39 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionLoad/Controls/B_OK/
     6:57:39 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionSave/Controls/B_OK/
     6:57:39 Updating base class ->House, by a3\structures_f\config.bin/CfgVehicles/House_F/
     6:57:39 Updating base class ->House_F, by a3\structures_f\config.bin/CfgVehicles/House_Small_F/
     6:57:39 Updating base class ->Default, by a3\anims_f\config\sdr\config.bin/CfgMovesBasic/DefaultDie/
     6:57:39 Updating base class ->Default, by a3\anims_f\config\sdr\config.bin/CfgMovesMaleSdr/States/Crew/
     6:57:39 Updating base class ->StandBase, by a3\anims_f\config\sdr\config.bin/CfgMovesMaleSdr/States/AmovPercMstpSnonWnonDnon/
     6:57:40 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoScrollbars/
     6:57:40 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoHScrollbars/
     6:57:40 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoVScrollbars/
     6:57:40 Updating base class ->RscText, by a3\ui_f\config.bin/RscLine/
     6:57:40 Updating base class ->RscActiveText, by a3\ui_f\config.bin/RscActivePicture/
     6:57:40 Updating base class ->RscButton, by a3\ui_f\config.bin/RscButtonTextOnly/
     6:57:40 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscShortcutButtonMain/
     6:57:40 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonEditor/
     6:57:40 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscIGUIShortcutButton/
     6:57:40 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscGearShortcutButton/
     6:57:40 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonMenu/
     6:57:40 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuOK/
     6:57:40 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuCancel/
     6:57:40 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuSteam/
     6:57:40 Updating base class ->RscText, by a3\ui_f\config.bin/RscLoadingText/
     6:57:40 Updating base class ->RscListBox, by a3\ui_f\config.bin/RscIGUIListBox/
     6:57:40 Updating base class ->RscListNBox, by a3\ui_f\config.bin/RscIGUIListNBox/
     6:57:40 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackground/
     6:57:40 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUI/
     6:57:40 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUILeft/
     6:57:40 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIRight/
     6:57:40 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIBottom/
     6:57:40 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUITop/
     6:57:40 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUIDark/
     6:57:40 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/RscBackgroundLogo/
     6:57:40 Updating base class ->RscMapControl, by a3\ui_f\config.bin/RscMapControlEmpty/
     6:57:40 Updating base class ->RscPicture, by a3\ui_f\config.bin/CA_Mainback/
     6:57:40 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Back/
     6:57:40 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Title_Back/
     6:57:40 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Black_Back/
     6:57:40 Updating base class ->RscTitle, by a3\ui_f\config.bin/CA_Title/
     6:57:40 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/CA_Logo/
     6:57:40 Updating base class ->CA_Logo, by a3\ui_f\config.bin/CA_Logo_Small/
     6:57:40 Updating base class ->RscButton, by a3\ui_f\config.bin/CA_RscButton/
     6:57:40 Updating base class ->CA_RscButton, by a3\ui_f\config.bin/CA_RscButton_dialog/
     6:57:40 Updating base class ->RscActiveText, by a3\ui_f\config.bin/CA_Ok/
     6:57:40 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image/
     6:57:40 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image2/
     6:57:40 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_text/
     6:57:40 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscVignette/
     6:57:40 Updating base class ->RscControlsGroupNoScrollbars, by a3\ui_f\config.bin/RscMapControlTooltip/
     6:57:40 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_OK/
     6:57:40 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Cancel/
     6:57:40 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Clear/
     6:57:40 Updating base class ->RscText, by a3\ui_f\config.bin/RscDisplayCapture/controls/TimeLines/
     6:57:40 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonAverages/
     6:57:40 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonSavePreviousData/
     6:57:40 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonPreviousData/
     6:57:40 Updating base class RscControlsGroup->RscControlsGroupNoHScrollbars, by a3\ui_f\config.bin/RscDisplayMain/controls/ModIcons/
     6:57:40 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/IconPicture/
     6:57:40 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcOwnedIconPicture/
     6:57:40 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcIconPicture/
     6:57:40 Updating base class RscListBox->RscCombo, by a3\ui_f\config.bin/RscDisplayCustomizeController/Steepness/
     6:57:40 Updating base class ->RscStandardDisplay, by a3\ui_f\config.bin/RscDisplayControlSchemes/
     6:57:40 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonCancel/
     6:57:40 Updating base class RscButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonOK/
     6:57:40 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayFileSelectImage/controls/OverviewPicture/
     6:57:40 Updating base class RscShortcutButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayFieldManual/controls/ButtonCancel/
     6:57:40 Cannot delete class B_KickOff, it is referenced somewhere (used as a base class probably).
     6:57:40 Updating base class RscButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMission/controls/ButtonCancel/
     6:57:40 Updating base class RscShortcutButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonOK/
     6:57:40 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonCancel/
     6:57:40 Updating base class ->RscSubmenu, by a3\ui_f\config.bin/RscMainMenu/
     6:57:40 Cannot update non class from class a3\ui_f\config.bin/RscCallSupport/Items/
     6:57:40 Cannot update non class from class a3\ui_f\config.bin/RscRadio/Items/
     6:57:40 Updating base class ->BulletCore, by a3\weapons_f\config.bin/CfgAmmo/BulletBase/
     6:57:40 Updating base class ->Default, by a3\weapons_f\config.bin/CfgMagazines/CA_Magazine/
     6:57:40 Updating base class ->ReammoBox, by a3\weapons_f\config.bin/cfgVehicles/WeaponHolder/
     6:57:40 Updating base class ->SlotInfo, by a3\weapons_f\config.bin/CowsSlot/
     6:57:40 Updating base class ->SlotInfo, by a3\weapons_f\config.bin/PointerSlot/
     6:57:40 Updating base class ->PistolCore, by a3\weapons_f\config.bin/cfgWeapons/Pistol/
     6:57:40 Updating base class ->WeaponSlotsInfo, by a3\weapons_f\config.bin/cfgWeapons/Pistol_Base_F/WeaponSlotsInfo/
     6:57:40 Updating base class ->Default, by a3\weapons_f\config.bin/cfgWeapons/ItemCore/
     6:57:40 Updating base class ->ReammoBox, by a3\weapons_f\ammoboxes\config.bin/CfgVehicles/Bag_Base/
     6:57:40 Updating base class ->ThingX, by a3\weapons_f\ammoboxes\config.bin/CfgVehicles/WeaponHolderSimulated/
     6:57:40 Updating base class ->None, by a3\characters_f\heads\config.bin/CfgGlasses/G_Diving/
     6:57:40 Updating base class Optics_Commander_02->Optics_Armored, by a3\armor_f_epb\apc_tracked_03\config.bin/Optics_Commander_03/
     6:57:40 Updating base class ->Ship, by a3\boat_f\config.bin/CfgVehicles/Ship_F/
     6:57:40 Updating base class ->UserActions, by a3\air_f_heli\heli_transport_02\config.bin/CfgVehicles/Heli_Transport_02_base_F/UserActions/
     6:57:41 ragdollHitDmgLimit (0.000000) is lower than minimum (0.010000) and it was set to min.
     6:57:41 Initializing Steam Manager
     6:57:41 ManagerConfig()
     6:57:41 Starting initial content check.
     6:57:41 Steam Manager initialized.
     6:57:41 
     6:57:41 ==== Loaded addons ====
     6:57:41 
     6:57:41 dta\bin.pbo - unknown
     6:57:41 dta\core.pbo - 72362
     6:57:41 dta\languagecore_f.pbo - 76057
     6:57:41 C:\arma3server\Arma\@EpochHive\addons\a3_epoch_server.pbo - unknown
     6:57:41 C:\arma3server\Arma\@EpochHive\addons\a3_epoch_server_settings.pbo - unknown
     6:57:41 C:\arma3server\Arma\@Epoch\addons\a2_epoch_weapons.pbo - unknown
     6:57:41 C:\arma3server\Arma\@Epoch\addons\a3_epoch_assets.pbo - unknown
     6:57:41 C:\arma3server\Arma\@Epoch\addons\a3_epoch_assets_1.pbo - unknown
     6:57:41 C:\arma3server\Arma\@Epoch\addons\a3_epoch_assets_2.pbo - unknown
     6:57:41 C:\arma3server\Arma\@Epoch\addons\a3_epoch_assets_3.pbo - unknown
     6:57:41 C:\arma3server\Arma\@Epoch\addons\a3_epoch_code.pbo - unknown
     6:57:41 C:\arma3server\Arma\@Epoch\addons\a3_epoch_config.pbo - unknown
     6:57:41 C:\arma3server\Arma\@Epoch\addons\a3_epoch_language.pbo - unknown
     6:57:41 C:\arma3server\Arma\@Epoch\addons\a3_epoch_underground.pbo - unknown
     6:57:41 C:\arma3server\Arma\@Epoch\addons\a3_epoch_vehicles.pbo - unknown
     6:57:41 C:\arma3server\Arma\@Epoch\addons\a3_epoch_vehicles_1.pbo - unknown
     6:57:41 C:\arma3server\Arma\@Epoch\addons\a3_epoch_weapons.pbo - unknown
     6:57:41 C:\arma3server\Arma\kart\addons\anims_f_kart.pbo - 72362
     6:57:41 C:\arma3server\Arma\kart\addons\characters_f_kart.pbo - 73106
     6:57:41 C:\arma3server\Arma\kart\addons\data_f_kart.pbo - 75977
     6:57:41 C:\arma3server\Arma\kart\addons\languagemissions_f_kart.pbo - 73106
     6:57:41 C:\arma3server\Arma\kart\addons\language_f_kart.pbo - 76053
     6:57:41 C:\arma3server\Arma\kart\addons\missions_f_kart.pbo - 75687
     6:57:41 C:\arma3server\Arma\kart\addons\missions_f_kart_data.pbo - 75687
     6:57:41 C:\arma3server\Arma\kart\addons\modules_f_kart.pbo - 76023
     6:57:41 C:\arma3server\Arma\kart\addons\modules_f_kart_data.pbo - 74588
     6:57:41 C:\arma3server\Arma\kart\addons\soft_f_kart.pbo - 74928
     6:57:41 C:\arma3server\Arma\kart\addons\sounds_f_kart.pbo - 73106
     6:57:41 C:\arma3server\Arma\kart\addons\structures_f_kart.pbo - 74572
     6:57:41 C:\arma3server\Arma\kart\addons\ui_f_kart.pbo - 73106
     6:57:41 C:\arma3server\Arma\kart\addons\weapons_f_kart.pbo - 76039
     6:57:41 C:\arma3server\Arma\heli\addons\air_f_heli.ebo - 76060
     6:57:41 C:\arma3server\Arma\heli\addons\anims_f_heli.ebo - 72362
     6:57:41 C:\arma3server\Arma\heli\addons\boat_f_heli.ebo - 74189
     6:57:41 C:\arma3server\Arma\heli\addons\cargoposes_f_heli.ebo - 76039
     6:57:41 C:\arma3server\Arma\heli\addons\data_f_heli.ebo - 76047
     6:57:41 C:\arma3server\Arma\heli\addons\dubbing_f_heli.ebo - 75138
     6:57:41 C:\arma3server\Arma\heli\addons\functions_f_heli.ebo - 75918
     6:57:41 C:\arma3server\Arma\heli\addons\languagemissions_f_heli.ebo - 76057
     6:57:41 C:\arma3server\Arma\heli\addons\language_f_heli.ebo - 76057
     6:57:41 C:\arma3server\Arma\heli\addons\missions_f_heli.ebo - 76039
     6:57:41 C:\arma3server\Arma\heli\addons\missions_f_heli_data.ebo - 75977
     6:57:41 C:\arma3server\Arma\heli\addons\missions_f_heli_video.ebo - 75065
     6:57:41 C:\arma3server\Arma\heli\addons\modules_f_heli.ebo - 76039
     6:57:41 C:\arma3server\Arma\heli\addons\music_f_heli.ebo - 76012
     6:57:41 C:\arma3server\Arma\heli\addons\music_f_heli_music.ebo - 76012
     6:57:41 C:\arma3server\Arma\heli\addons\soft_f_heli.ebo - 74189
     6:57:41 C:\arma3server\Arma\heli\addons\sounds_f_heli.ebo - 75591
     6:57:41 C:\arma3server\Arma\heli\addons\structures_f_heli.ebo - 75566
     6:57:41 C:\arma3server\Arma\heli\addons\supplies_f_heli.ebo - 75687
     6:57:41 C:\arma3server\Arma\heli\addons\ui_f_heli.ebo - 76012
     6:57:41 C:\arma3server\Arma\curator\addons\data_f_curator.pbo - 74685
     6:57:41 C:\arma3server\Arma\curator\addons\functions_f_curator.pbo - 75024
     6:57:41 C:\arma3server\Arma\curator\addons\language_f_curator.pbo - 73106
     6:57:41 C:\arma3server\Arma\curator\addons\missions_f_curator.pbo - 75167
     6:57:41 C:\arma3server\Arma\curator\addons\modules_f_curator.pbo - 75024
     6:57:41 C:\arma3server\Arma\curator\addons\ui_f_curator.pbo - 75024
     6:57:41 addons\a3.pbo - unknown
     6:57:41 addons\air_f.pbo - 75994
     6:57:41 addons\air_f_beta.pbo - 76060
     6:57:41 addons\air_f_epb.pbo - 76010
     6:57:41 addons\air_f_epc.pbo - 75399
     6:57:41 addons\air_f_gamma.pbo - 75399
     6:57:41 addons\air_f_rtd.pbo - 75688
     6:57:41 addons\animals_f.pbo - 72362
     6:57:41 addons\animals_f_beta.pbo - 72362
     6:57:41 addons\anims_f.pbo - 75912
     6:57:41 addons\anims_f_bootcamp.pbo - 72362
     6:57:41 addons\anims_f_data.pbo - 72362
     6:57:41 addons\anims_f_epa.pbo - 72362
     6:57:41 addons\anims_f_epc.pbo - 72362
     6:57:41 addons\armor_f.pbo - 72362
     6:57:41 addons\armor_f_beta.pbo - 75311
     6:57:41 addons\armor_f_epb.pbo - 75319
     6:57:41 addons\armor_f_epc.pbo - 74356
     6:57:41 addons\armor_f_gamma.pbo - 75311
     6:57:41 addons\baseconfig_f.pbo - 73106
     6:57:41 addons\boat_f.pbo - 75400
     6:57:41 addons\boat_f_beta.pbo - 74356
     6:57:41 addons\boat_f_epc.pbo - 74356
     6:57:41 addons\boat_f_gamma.pbo - 74356
     6:57:41 addons\cargoposes_f.pbo - 75766
     6:57:41 addons\characters_f.pbo - 76014
     6:57:41 addons\characters_f_beta.pbo - 74412
     6:57:41 addons\characters_f_bootcamp.pbo - 73106
     6:57:41 addons\characters_f_epa.pbo - 75270
     6:57:41 addons\characters_f_epb.pbo - 73106
     6:57:41 addons\characters_f_epc.pbo - 73106
     6:57:41 addons\characters_f_gamma.pbo - 73106
     6:57:41 addons\data_f.pbo - 75912
     6:57:41 addons\data_f_bootcamp.pbo - 74893
     6:57:41 addons\drones_f.pbo - 75566
     6:57:41 addons\dubbing_f.pbo - 73106
     6:57:41 addons\dubbing_f_beta.pbo - 73106
     6:57:41 addons\dubbing_f_bootcamp.pbo - 73106
     6:57:41 addons\dubbing_f_epa.pbo - 73106
     6:57:41 addons\dubbing_f_epb.pbo - 73106
     6:57:41 addons\dubbing_f_epc.pbo - 73106
     6:57:41 addons\dubbing_f_gamma.pbo - 73106
     6:57:41 addons\dubbing_radio_f.pbo - 74779
     6:57:41 addons\dubbing_radio_f_data.pbo - 74858
     6:57:41 addons\editor_f.pbo - 74164
     6:57:41 addons\functions_f.pbo - 76042
     6:57:41 addons\functions_f_bootcamp.pbo - 75242
     6:57:41 addons\functions_f_epa.pbo - 73434
     6:57:41 addons\functions_f_epc.pbo - 73106
     6:57:41 addons\languagemissions_f.pbo - 75912
     6:57:41 addons\languagemissions_f_beta.pbo - 73106
     6:57:41 addons\languagemissions_f_bootcamp.pbo - 73776
     6:57:41 addons\languagemissions_f_epa.pbo - 75086
     6:57:41 addons\languagemissions_f_epb.pbo - 73841
     6:57:41 addons\languagemissions_f_epc.pbo - 75863
     6:57:41 addons\languagemissions_f_gamma.pbo - 73106
     6:57:41 addons\language_f.pbo - 75994
     6:57:41 addons\language_f_beta.pbo - 74145
     6:57:41 addons\language_f_bootcamp.pbo - 75106
     6:57:41 addons\language_f_epa.pbo - 73106
     6:57:41 addons\language_f_epb.pbo - 73106
     6:57:41 addons\language_f_epc.pbo - 75722
     6:57:41 addons\language_f_gamma.pbo - 73106
     6:57:41 addons\map_altis.pbo - 73767
     6:57:41 addons\map_altis_data.pbo - 73106
     6:57:41 addons\map_altis_data_layers.pbo - 73106
     6:57:41 addons\map_altis_data_layers_00_00.pbo - 73106
     6:57:41 addons\map_altis_data_layers_00_01.pbo - 73106
     6:57:41 addons\map_altis_data_layers_01_00.pbo - 73106
     6:57:41 addons\map_altis_data_layers_01_01.pbo - 73106
     6:57:41 addons\map_altis_scenes_f.pbo - 73106
     6:57:41 addons\map_data.pbo - 73001
     6:57:41 addons\map_stratis.pbo - 72244
     6:57:41 addons\map_stratis_data.pbo - 73106
     6:57:41 addons\map_stratis_data_layers.pbo - 73106
     6:57:41 addons\map_stratis_scenes_f.pbo - 73106
     6:57:41 addons\map_vr.pbo - 73106
     6:57:41 addons\map_vr_scenes_f.pbo - 73106
     6:57:41 addons\misc_f.pbo - 74445
     6:57:41 addons\missions_f.pbo - 74929
     6:57:41 addons\missions_f_beta.pbo - 75566
     6:57:41 addons\missions_f_beta_data.pbo - 75473
     6:57:41 addons\missions_f_beta_video.pbo - 73106
     6:57:41 addons\missions_f_bootcamp.pbo - 75768
     6:57:41 addons\missions_f_bootcamp_data.pbo - 72362
     6:57:41 addons\missions_f_bootcamp_video.pbo - 75065
     6:57:41 addons\missions_f_data.pbo - 73106
     6:57:41 addons\missions_f_epa.pbo - 75928
     6:57:41 addons\missions_f_epa_data.pbo - 73106
     6:57:41 addons\missions_f_epa_video.pbo - 73106
     6:57:41 addons\missions_f_epb.pbo - 75913
     6:57:41 addons\missions_f_epb_data.pbo - 73106
     6:57:41 addons\missions_f_epb_video.pbo - 73106
     6:57:41 addons\missions_f_epc.pbo - 75913
     6:57:41 addons\missions_f_epc_data.pbo - 73106
     6:57:41 addons\missions_f_epc_video.pbo - 73106
     6:57:41 addons\missions_f_gamma.pbo - 76039
     6:57:41 addons\missions_f_gamma_data.pbo - 73106
     6:57:41 addons\missions_f_gamma_video.pbo - 73106
     6:57:41 addons\missions_f_video.pbo - 73106
     6:57:41 addons\modules_f.pbo - 75373
     6:57:41 addons\modules_f_beta.pbo - 73635
     6:57:41 addons\modules_f_beta_data.pbo - 73635
     6:57:41 addons\modules_f_bootcamp.pbo - 73106
     6:57:41 addons\modules_f_data.pbo - 73106
     6:57:41 addons\modules_f_epb.pbo - 73106
     6:57:41 addons\music_f.pbo - 73106
     6:57:41 addons\music_f_bootcamp.pbo - 73106
     6:57:41 addons\music_f_bootcamp_music.pbo - 73106
     6:57:41 addons\music_f_epa.pbo - 73106
     6:57:41 addons\music_f_epa_music.pbo - 73106
     6:57:41 addons\music_f_epb.pbo - 73106
     6:57:41 addons\music_f_epb_music.pbo - 73106
     6:57:41 addons\music_f_epc.pbo - 73106
     6:57:41 addons\music_f_epc_music.pbo - 73106
     6:57:41 addons\music_f_music.pbo - 73106
     6:57:41 addons\plants_f.pbo - 73106
     6:57:41 addons\roads_f.pbo - 73001
     6:57:41 addons\rocks_f.pbo - 73767
     6:57:41 addons\signs_f.pbo - 72273
     6:57:41 addons\soft_f.pbo - 76010
     6:57:41 addons\soft_f_beta.pbo - 76010
     6:57:41 addons\soft_f_bootcamp.pbo - 74362
     6:57:41 addons\soft_f_epc.pbo - 76010
     6:57:41 addons\soft_f_gamma.pbo - 76010
     6:57:41 addons\sounds_f.pbo - 75994
     6:57:41 addons\sounds_f_bootcamp.pbo - 73106
     6:57:41 addons\sounds_f_epb.pbo - 73106
     6:57:41 addons\sounds_f_epc.pbo - 73106
     6:57:41 addons\sounds_f_vehicles.pbo - 75994
     6:57:41 addons\sounds_f_weapons.pbo - 74194
     6:57:41 addons\static_f.pbo - 75918
     6:57:41 addons\static_f_beta.pbo - 73106
     6:57:41 addons\static_f_gamma.pbo - 73106
     6:57:41 addons\structures_f.pbo - 75500
     6:57:41 addons\structures_f_bootcamp.pbo - 73467
     6:57:41 addons\structures_f_data.pbo - 75500
     6:57:41 addons\structures_f_epa.pbo - 73106
     6:57:41 addons\structures_f_epb.pbo - 73106
     6:57:41 addons\structures_f_epc.pbo - 75500
     6:57:41 addons\structures_f_households.pbo - 75500
     6:57:41 addons\structures_f_ind.pbo - 75500
     6:57:41 addons\structures_f_mil.pbo - 75500
     6:57:41 addons\structures_f_wrecks.pbo - 75500
     6:57:41 addons\uifonts_f.pbo - 73106
     6:57:41 addons\uifonts_f_data.pbo - 73106
     6:57:41 addons\ui_f.pbo - 76048
     6:57:41 addons\ui_f_bootcamp.pbo - 73106
     6:57:41 addons\ui_f_data.pbo - 75977
     6:57:41 addons\weapons_f.pbo - 75746
     6:57:41 addons\weapons_f_beta.pbo - 72309
     6:57:41 addons\weapons_f_bootcamp.pbo - 73106
     6:57:41 addons\weapons_f_epa.pbo - 73106
     6:57:41 addons\weapons_f_epb.pbo - 73106
     6:57:41 addons\weapons_f_epc.pbo - 73106
     6:57:41 addons\weapons_f_gamma.pbo - 73106
     6:57:41 
     6:57:41 =======================
     6:57:41 
     6:57:41 InitSound ...
     6:57:41 InitSound - complete
     6:57:41 PhysX3 SDK Init started ...
     6:57:41 PhysX3 SDK Init ended.
     6:57:45 Attempt to override final function - bis_fnc_init
     6:58:13 Server error: Player without identity Ruthless_Ford (id 1495594870)
     6:58:13 Server error: Player without identity Ruthless_Ford (id 1495594870)
     6:58:13 Server error: Player without identity Ruthless_Ford (id 1495594870)
     6:58:13 Server error: Player without identity Ruthless_Ford (id 1495594870)
     6:58:13 Server error: Player without identity Ruthless_Ford (id 1495594870)
     6:58:13 Server error: Player without identity Ruthless_Ford (id 1495594870)
     6:58:13 Server error: Player without identity Ruthless_Ford (id 1495594870)

     

×
×
  • Create New...