Jump to content

RHzZRogue

Member
  • Posts

    7
  • Joined

  • Last visited

Posts posted by RHzZRogue

  1. Edited: Disregard. I didn't see the configs in each file. Set them both the same and seems to be working fine so far. Will continue testing.... thanks!

     

    ------original post below---------------

     

    You're getting there.... After restart, locked vehicle in plot zone takes no damage. Unlocked and drove vehicle outside plotzone and locked it... still takes no damage. Unlocked it... takes damage. Drove back into plotzone and locked it... takes no damage. Unlocked it... takes damage.

     

    So it's still indestructible after leaving the plotzone and locked again. Locked vehicles outside the plotzone after server restart take damage as intended.

  2. Format has to be this way

    [MAP_antenna_big_roof",[-29.0898,-27.542,39.8752],243.122],

    [MAP_parabola_big",[-30.0898,-26.542,39.4382],18.1584],

    [MetalFloor_DZ",[10.21,38.958,42.3615],49.0578],

    [MetalFloor_DZ",[6.51074,40.7578,42.3465],1.60536]

     

     

    RPT has it like this

     

    "["MAP_antenna_big_roof",[-29.0898,-27.542,39.8752],243.122]"

    "["MAP_parabola_big",[-30.0898,-26.542,39.4382],18.1584]"

    "["MetalFloor_DZ",[10.21,38.958,42.3615],49.0578]"

    "["MetalFloor_DZ",[6.51074,40.7578,42.3465],1.60536]"

     

    notice no , at the end

    I used Notepad + to replace "[" with [ and ]"  with ],  cntr f then replace all - worked great for me in AH

    What I put in the post above is the actual RPT after doing the ingame base copy, so there's an error in the script itself. But i used the OP version and set it to use the F6 key to activate the menu vs opening the menu when you first login and seems to be working fine now. I just don't have MDC's export to SQF. But that's not an issue at this point.

  3. Installed MDC's version into AH. Can define the dome and select copy but get the following in the RPT:

     

    ========= Copying Objects [start] =========
    Error in expression <on, _direction];
    diag_log text str(_row + ",");
    _row set [count _row, _x];
    _obje>
      Error position: <+ ",");
    _row set [count _row, _x];
    _obje>
      Error Generic error in expression
     

    Any ideas MDC?

  4. I love this script and thanks for all the hard work going into it's development. I'm having an issue or two that may be due to these errors in the RPT file:

    19:20:32 Bad conversion: array
    19:20:32 Error in expression <0) && (speed _vehicle < 5) && (typeName _hasAttached == "OBJECT")) then {
    if (s_>
    19:20:32   Error position: <_hasAttached == "OBJECT")) then {
    if (s_>
    19:20:32   Error Undefined variable in expression: _hasattached
    19:20:32 File mpmissions\DayZ_Overpoch_7.Lingor\custom\fn_selfActions.sqf, line 42
    19:20:32 Error in expression <r_fuelauto2 = -1;
    
    
    player removeAction s_givemoney_dialog;
    s_givemoney_dialog =>
    19:20:32   Error position: <s_givemoney_dialog;
    s_givemoney_dialog =>
    19:20:32   Error Undefined variable in expression: s_givemoney_dialog
    19:20:32 File mpmissions\DayZ_Overpoch_7.Lingor\custom\fn_selfActions.sqf, line 967
    19:20:32 Error in expression <height","_liftHelis","_attached"];
    
    if (DZE_ActionInProgress) exitWith {}; 
    
    _ve>
    19:20:32   Error position: <DZE_ActionInProgress) exitWith {}; 
    
    _ve>
    19:20:32   Error Undefined variable in expression: dze_actioninprogress
    19:20:32 File mpmissions\DayZ_Overpoch_7.Lingor\custom\fn_selfActions.sqf, line 9
    
    

    The main issue i have found is that when i put coins in the bank via a safe and log out, they are placed back on my body when logging back in. I have been over and over all the install instructions and cannot find anything i've missed.

     

    Thanks in advance.

×
×
  • Create New...