xymos 0 Posted July 15, 2007 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
xymos 0 Posted July 15, 2007 I'm actually getting that error with all helicopters and the AV8 Share this post Link to post Share on other sites
xymos 0 Posted July 15, 2007 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
Footmunch 0 Posted July 15, 2007 Classname is AH1W - there's a full list here: http://community.bistudio.com/wiki/ArmA:_Vehicles Share this post Link to post Share on other sites