Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


TEX7

Members
  • Posts

    13
  • Joined

  • Last visited

Reputation Activity

  1. Like
    TEX7 got a reaction from merlin777 in Dayz Mod update   
    Awesome! Here is some stuff from the discord:
     
    to prevent inventory loss,
    UPDATE character_data SET Backpack = REPLACE(Backpack, '"equip_woodensplint"', '"ItemMorphine"') WHERE INSTR(Backpack, '"equip_woodensplint"') > 0; UPDATE character_data SET Inventory = REPLACE(Inventory, '"equip_woodensplint"', '"ItemMorphine"') WHERE INSTR(Inventory, '"equip_woodensplint"') > 0; version error,
    Anyone who has this error needs to update their client and server A2OA to current stable branch on steam: Error in expression <; _recompile = (count _this) > 0; if (BIS_fnc_init && !_recompile) exitwith {t> 20:48:09 Error position: <BIS_fnc_init && !_recompile) exitwith {t> 20:48:09 Error Undefined variable in expression: bis_fnc_init 20:48:09 File ca\Modules\Functions\init.sqf, line 28(edited) You can see what version you are running at the top of your RPT file. Should be Version 1.63.131129 The current stable corepatch has been out for almost a year now, so everyone should have updated already. It fixed that error and many other issues: https://forums.bistudio.com/topic/186695-a2a2oa-patch-18122015/ Thanks guys!
  2. Like
    TEX7 got a reaction from Ryan Pennington in Dayz Mod update   
    Awesome! Here is some stuff from the discord:
     
    to prevent inventory loss,
    UPDATE character_data SET Backpack = REPLACE(Backpack, '"equip_woodensplint"', '"ItemMorphine"') WHERE INSTR(Backpack, '"equip_woodensplint"') > 0; UPDATE character_data SET Inventory = REPLACE(Inventory, '"equip_woodensplint"', '"ItemMorphine"') WHERE INSTR(Inventory, '"equip_woodensplint"') > 0; version error,
    Anyone who has this error needs to update their client and server A2OA to current stable branch on steam: Error in expression <; _recompile = (count _this) > 0; if (BIS_fnc_init && !_recompile) exitwith {t> 20:48:09 Error position: <BIS_fnc_init && !_recompile) exitwith {t> 20:48:09 Error Undefined variable in expression: bis_fnc_init 20:48:09 File ca\Modules\Functions\init.sqf, line 28(edited) You can see what version you are running at the top of your RPT file. Should be Version 1.63.131129 The current stable corepatch has been out for almost a year now, so everyone should have updated already. It fixed that error and many other issues: https://forums.bistudio.com/topic/186695-a2a2oa-patch-18122015/ Thanks guys!
  3. Like
    TEX7 reacted to Ryan Pennington in Dayz Mod update   
    We're looking at adding 1.8.8 now.
  4. Like
    TEX7 reacted to Ryan Pennington in (Tutorial/How to) Unpack/Pack your Server and Mission PBO   
    Submit a ticket and we'll check it out.