Jump to content

Markokil321

Member
  • Posts

    278
  • Joined

  • Last visited

Posts posted by Markokil321

  1. I run the same event eventhough i haven't excluded anything from it. (so basically almost everything gets damaged, though this hasn't caused any problems i'm aware of?)

     

    I wouldn't know a quick way to exclude all vehicles, except listing all the classnames...  :wacko:

    	AND `Classname` NOT IN ('VaultStorageLocked','LockboxStorageLocked','TT650_TK_CIV_EP1','M1030_US_DES_EP1','Old_moto_TK_Civ_EP1') //exclude safes, lockboxes and 3 motorbike types.
    
  2. #0 is the first 'actual filter', //new is not a filter and has no (bad) effect really. (just like regular code you can also use // comments here i believe) 

     

    You are getting kicked for this line: 

    5 "" !"PVDZE_" !"norrn" !"usec" !="remExField" !="remExFP" !="drn_AskServerDynamicWeatherEventArgs" !="norrinRAlie" !="BIS_effects_gepv" !="PVDZ_Server_Simulation" !="dayzPlayerLogin" !="dayzPlayerLogin2" !"PVAHR_" !="PVAH_AdminReq" !="PVAH_WriteLogReq"
    

    Try add: !="cad_pvar_shared_var" to the end of that line and see if it fixes your problem.

  3. Navigate to: C:\Users\YOURUSERNAME\AppData\Local\ArmA 2 OA

    You will most likely find these three files there, a .RPT, .bidmp, .mdmp - https://community.bistudio.com/wiki/Crash_Files

     

    Go ahead and delete those three files while your game is closed, then start playing again and wait for a crash. As soon as it crashes close your game and navigate to that directory again. (you will notice those 3 files have re-created themselves) 

     

    .zip those three files and upload them somewhere (if you feel comfortable doing this - or send them directly to dwarden[at]bistudio.com as [OA CRASH] +someText). I have been collecting many crash dumps from myself, players on our servers and other people that i will forward onto Dwarden (developer) who I hope will be able to get them analyzed for the OA update.

  4. Setting CleanupPlacedAfterDays to -1 in your HiveExt.ini should prevent bases from decaying, unless you are running other extra sql events that are cleaning up buildables.

     

    Check what you have in your HiveExt.ini and see if you are running other cleanup events/queries.

×
×
  • Create New...