Jump to content

LunatikCH

Member
  • Posts

    394
  • Joined

  • Last visited

  • Days Won

    2

Reputation Activity

  1. Like
    LunatikCH reacted to Flosstradamus in What are the chances of this happening?   
    Until they square away their beef with BI then they can't release anything. They won't reach an agreement with BI as BI wants it all to be controlled by them and I hope it does happen because Origins and crew are greedy assholes who steal copyrighted code.
  2. Like
    LunatikCH got a reaction from Turtle in [SOLVED] Purchased Vehicles Disappearing   
    Thanks!
    One thing less players gonna scream "ADMIN" :D
  3. Like
    LunatikCH reacted to Turtle in [SOLVED] Purchased Vehicles Disappearing   
    People who are experiencing players buying vehicles, then a few seconds later it disappearing then spawning in on restart like this:
    22:06:18 "EPOCH SERVERTRADE: Player: Noobist (153202438) bought a ATV_US_EP1 at Unknown Trader City for 2x ItemGoldBar" 22:04:19 "Deleting object ATV_CZ_EP1 with invalid ID at pos [6292.97,7806.42,0.000488281]" So guys, after a long few weeks of pulling apart literally every script, file, and edit I had on my server. Cen went along and gave me this fix in about 5 minutes so here it is. 
     
    Go into your dayz_server.pbo, unpack it and go into the compiles folder -> then open the file server_updateObject.sqf
    around line 40 you should see this:
    // delete if still not ok if (_isNotOk) exitWith { deleteVehicle _object; diag_log(format["Deleting object %1 with invalid ID at pos [%2,%3,%4]",typeOf _object,_object_position select 0,_object_position select 1, _object_position select 2]); }; Just comment out the second line by doing the following so it looks like this:
    // delete if still not ok //if (_isNotOk) exitWith { deleteVehicle _object; diag_log(format["Deleting object %1 with invalid ID at pos [%2,%3,%4]",typeOf _object,_object_position select 0,_object_position select 1, _object_position select 2]); }; Now the function that was deleting your vehicles in the first place is not effective anymore. 
     
    Also this line was just put in to try and deleting spawned in vehicles by hackers but with the latest Battleye and Infistar you are far from fine with out this line. 
     
    Now just repack your .pbo and ur finished.
  4. Like
    LunatikCH reacted to Remix in [Solved] R3F Tow / Heli lift problems   
    this is what i use on my server https://dl.dropboxusercontent.com/u/10986549/DayZ/Tow/R3F_ARTY_AND_LOG.zip
    added in some stuff i found searching google to stop cars been attched half way in side the towing car
    and limited to only allow towing 1 vehicle
    to install it
     
    add to bottem of init.sqf
    execVM "R3F_ARTY_AND_LOG\init.sqf" and add to the bottem of description.ext
    #include "R3F_ARTY_AND_LOG\desc_include.h" allso replace your setpos.txt in battleye folder with
    5 "" !"FunctionsManager" !"Shot" !"z_doctor" !"z_hunter" !"z_new_villager1" !"z_new_villager2" !"z_new_villager3" !"z_new_villager4" !"z_new_worker1" !"z_new_worker2" !"z_new_worker3" !"z_new_worker4" !"z_policeman" !"z_priest" !"z_soldier_heavy" !"z_soldier_pilot" !"z_soldier" !"z_suit1" !"z_suit2" !"z_teacher" !"z_villager1" !"z_villager2" !"z_villager3" !"z_worker1" !"z_worker2" !"z_worker3" !"zZombie_Base" !"AN2_DZ" !"ATV_CZ_EP1" !"ATV_US_EP1" !"ArmoredSUV_PMC_DZ" !"C130J_US_EP1" !"CH_47F_EP1_DZ" !"CSJ_GyroC" !"CSJ_GyroCover" !"CSJ_GyroP" !"Fishing_Boat" !"GAZ_Vodnik" !"GAZ_Vodnik_MedEvac" !"GLT_M300_LT" !"GLT_M300_ST" !"GNT_C185" !"GNT_C185C" !"GNT_C185R" !"GNT_C185U !"HMMWV_Ambulance" !"HMMWV_Ambulance_CZ_DES_EP1" !"HMMWV_DES_EP1" !"HMMWV_DZ" !"HMMWV_M1035_DES_EP1" !"HMMWV_M1151_M2_CZ_DES_EP1" !"HMMWV_M998A2_SOV_DES_EP1" !"Ikarus" !"Ikarus_TK_CIV_EP1" !"JetSkiYanahui_Case_Blue" !"JetSkiYanahui_Case_Green" !"JetSkiYanahui_Case_Red" !"JetSkiYanahui_Case_Yellow !"KamazRefuel_DZ" !"Lada1" !"Lada1_TK_CIV_EP1" !"Lada2" !"Lada2_TK_CIV_EP1" !"LadaLM" !"LandRover_CZ_EP1" !"LandRover_MG_TK_EP1" !"LandRover_Special_CZ_EP1" !"LandRover_TK_CIV_EP1" !"MH6J_DZ" !"MMT_Civ" !"MTVR_DES_EP1" !"MV22_DZ" !"Mi17_Civilian_DZ !"Mi17_DZ" !"MtvrRefuel_DES_EP1_DZ" !"Offroad_DSHKM_Gue" !"Old_bike_TK_INS_EP1" !"Old_moto_TK_Civ_EP1" !"PBX" !"Pickup_PK_GUE" !"Pickup_PK_INS" !"Pickup_PK_TK_GUE_EP1" !"RHIB" !"S1203_TK_CIV_EP1" !"S1203_ambulance_EP1" !"SUV_Blue" !"SUV_Camo !"SUV_Charcoal" !"SUV_Green" !"SUV_Orange" !"SUV_Pink" !"SUV_Red" !"SUV_Silver" !"SUV_TK_CIV_EP1" !"SUV_White" !"SUV_Yellow" !"Skoda" !"SkodaBlue" !"SkodaGreen" !"SkodaRed" !"Smallboat_1" !"Smallboat_2" !"TT650_Civ" !"TT650_TK_CIV_EP1" !"UAZ_CDF" !"UAZ_INS !"UAZ_MG_TK_EP1" !"UAZ_Unarmed_TK_CIV_EP1" !"UAZ_Unarmed_TK_EP1" !"UAZ_Unarmed_UN_EP1" !"UH1H_DZ" !"UH1Y_DZ" !"UH60M_EP1_DZ" !"UralRefuel_TK_EP1_DZ" !"Ural_CDF" !"Ural_TK_CIV_EP1" !"Ural_UN_EP1" !"V3S_Open_TK_CIV_EP1" !"V3S_Open_TK_EP1" !"V3S_Refuel_TK_GUE_EP1_DZ" !"VIL_Star_S2000 !"VIL_Star_S2000o" !"VIL_alfa_civil" !"VIL_alfa_civil1" !"VIL_alfa_civil2" !"VIL_asistvan_DZE" !"VIL_berlingo" !"VIL_bmw7_civil" !"VIL_bmw7_civil1" !"VIL_bmw7_civil2" !"VIL_bmw7_civilvip" !"VIL_citrone_civil" !"VIL_citrone_civil1" !"VIL_citrone_civil2" !"VIL_citrone_civil3 !"VIL_ducato_bus" !"VIL_ducato_cargo" !"VIL_ducato_cargo2" !"VIL_fobia_civil" !"VIL_fobia_civil1" !"VIL_fobia_civil2" !"VIL_fobia_civil3" !"VIL_fobia_civil4" !"VIL_fobia_civil5" !"VIL_hilux1_civi2" !"VIL_hilux1_civi3" !"VIL_hilux1_civil" !"VIL_hilux1_police !"VIL_karoca_civil" !"VIL_karoca_civil_red" !"VIL_kia_ceed" !"VIL_kia_ceed2" !"VIL_kia_ceed3" !"VIL_kia_ceed4" !"VIL_kia_ceeddwa" !"VIL_kia_ceeddwa2" !"VIL_kia_ceeddwa3" !"VIL_kia_ceeddwa4" !"VIL_kia_ceeddwa6" !"VIL_lublin_freez" !"VIL_mondeo_civil" !"VIL_mondeo_civil3 !"VIL_mondeo_civil4" !"VIL_mondeo_civil5" !"VIL_octavia_civil" !"VIL_octavia_civil2" !"VIL_octavia_civil3" !"VIL_octavia_civil4" !"VIL_panda_civil" !"VIL_panda_civil1" !"VIL_passat_civil" !"VIL_passat_civil1" !"VIL_passat_civil2" !"VIL_passat_civil3" !"VIL_passat_civil4 !"VIL_passat_civil5" !"VIL_smart_civil" !"VIL_smart_civil1" !"VIL_smart_civil2" !"VIL_smart_civil4" !"VIL_smart_civil5" !"VIL_sprinter_cargo" !"VIL_transit_truck" !"VIL_vivaro_amb" !"VIL_vivaro_civ" !"VIL_volvofl" !"VIL_vwt4_banksec" !"VIL_vwt4_civ" !"VWGolf !"VolhaLimo_TK_CIV_EP1" !"Volha_2_TK_CIV_EP1" !"Zodiac" !"car_hatchback" !"car_sedan" !"datsun1_civil_1_open" !"datsun1_civil_2_covered" !"datsun1_civil_3_open" !"hilux1_civil_2_covered" !"hilux1_civil_3_open_EP1" !"policecar" !"tractor" 1 "" and attachto.txt
    1 "" !="VaultStorageLocked" !="LockboxStorageLocked" !="Hedgehog_DZ" !="Sandbag1_DZ" !="Fort_RazorWire" !="WoodGate_DZ" !="Land_HBarrier1_DZ" 1 "Ikarus" 1 "UH1H_DZ" 1 "Mi17_Civilian_DZ" 1 "Mi17_DZ" 1 "PBX" 1 "Zodiac" 1 "RHIB" 1 "Fishing_Boat" 1 "Smallboat_1" 1 "Smallboat_2" 1 "KamazRefuel_DZ" 1 "UralRefuel_TK_EP1_DZ" 1 "MtvrRefuel_DES_EP1_DZ" 1 "Ural_UN_EP1" 1 "Ural_TK_CIV_EP1" 1 "Ural_CDF" 1 "Kamaz" 1 "CSJ_GyroP" 1 "MH6J_DZ" 1 "AH6X_DZ" 1 "MTVR_DES_EP1" 1 "V3S_Civ" 5 "Parachute" 5 "VaultStorage" !"VaultStorageLocked" 5 "LockboxStorage" !"LockboxStorageLocked" to avoide getting kicked there must be a better way to do it but for now thats all i know hope this helps :)
  5. Like
    LunatikCH got a reaction from MGT in Strange Problems since the new Patch   
    ok, thank you it actualy runs stable but got not the maximum of players atm
  6. Like
    LunatikCH got a reaction from Sandbird in tons of warning messages in startup   
    thanks for the fast reply.
    i think i set the paths corectly, doing every thing that tells me this website: https://github.com/denisio/Dayz-Epoch-Linux-Server .
    when i look on my server root directory there isnt a folder called "bin"
    maybe my epoch.sh could tell you more "export LD_LIBRARY_PATH=.:/usr/lib32:$LD_LIBRARY_PATH;./epoch -server -mod="@dayz_epoch;@dayz_epoch_server;" -config="cfgdayz/server.cfg" -cfg="cfgdayz/basic.cfg" -port=2302 -beta="expansion/beta;expansion/beta/expansion" -noSound -noPause -world=Chernarus -profiles=cfgdayz -name=cfgdayz -cpucount=2 -exThreads=3 -showscripterrors -pid=2302.pid 2>&1 | ./writer.pl"
     
    realy dont know what im doing wrong :/
     
×
×
  • Create New...