Jump to content

=BTC=_Logistic (DayZ Epoch Version)


Torndeco

Recommended Posts

  On 4/3/2018 at 3:57 AM, l1nkrx7 said:
Expand  

Thank you. But it has the same RscTitles class to be copied from description-addition.txt into description.ext which collides with the RscTitles class in \z\addons\dayz_code\gui\description.hpp . One could of course create a custom description.hpp and add the contents of description-addition.txt this or similar things to solve but I thought there is a more "out of the box" compatible version (or more recent installation instructions) somewhere.

An other small issue i found is Line 178 in =BTC=_Logistic\=BTC=_Lift\=BTC=_LiftInit.sqf

_chopper removeAction BTC_liftHudId;

Sometimes BTC_liftHudId is not initialized which causes script errors. I added a check there and it works good so far.

if (!isNil "BTC_liftHudId") then {_chopper removeAction BTC_liftHudId;};
Link to comment
Share on other sites

  On 4/3/2018 at 8:00 AM, l1nkrx7 said:

never had any errors works fine adn as for the description.hpp one most common mods changes this to custom one think its coins mod

Expand  

Script errors usually hidden in Arma 2 and showed by -showScriptErrors parameter i guess. I got the mentioned error as i entered a helicopter als passenger before sitting on the pilot seat.

Link to comment
Share on other sites

  • 1 month later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
×
×
  • Create New...