Jump to content
Sign in to follow this  
xymos

Helicopter vs Jet Reskins

Recommended Posts

I was just wondering if there is a difference for writing configs for Jet Reskins and Helicopter Reskins. I have successfully written configs for SU34 and A10, but for the AH1Z I get an error that says, No entry 'bin\config.bin/CfgVehicles/AH1Z.scope'.

Below is my config. I made it to appear in the air section in the map editor, but when I start ArmA I get that error in the main menu.

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">class CfgPatches

{

class bka

{

units[] = {"AH1Z_Black_Ops"};

weapons[] = {};

requiredVersion = 0.1;

requiredAddons[] = {};

};

};

class CfgVehicles

{

/*extern*/ class AH1Z;

class AH1_Black_Ops: AH1Z

{

model="\bka\AH1Z.p3d";

displayName="AH1 Black Ops";

};

};

Share this post


Link to post
Share on other sites

I'm actually getting that error with all helicopters and the AV8 help.gif

Share this post


Link to post
Share on other sites

I found the problem. I had the BIS classes wrong. I've figured it out for every vehicle except the AH1. Does anybody out there know it's BIS Class. I would be very thankful if you could tell me.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×