Jump to content

=BTC=_Logistic (DayZ Epoch Version)


Torndeco

Recommended Posts

1 hour ago, l1nkrx7 said:

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

30 minutes ago, 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

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...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

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