Jump to content
Sign in to follow this  
anc

Unit replacement problem

Recommended Posts

Hi there,

I wonder if anyone here can help me;

I'm created a replacement for the BR_CFN units.

But the when i enter the editor and put a US soldier in the map it gets weird: http://img408.imageshack.us/img408/1958/arma2008121114190014jd8.jpg

I tested with the OPFOR and RACs units and they worked normaly. It just doesn't work with the BLUFOR. =(

Here is the config:

#define true             1

#define false            0

#define VSoft            0

#define VArmor         1

#define VAir 2

#define private 0

#define protected 1

#define public 2

#define TEast 0

#define TWest 1

#define TGuerrila 2

#define TCivilian 3

#define TSideUnknown 4

#define TEnemy 5

#define TFriendly 6

#define TLogic 7

#define ReadAndWrite 0

#define ReadAndCreate 1

#define ReadOnly 2

#define ReadOnlyVerified 3

class CfgPatches

{

class BR_CFN_Rep

{

units[] = {};

weapons[] = {};

requiredVersion = 0.5;

requiredAddons[] = {"CAData", "CACharacters", "BR_CFN", "vilas_wpn"};

};

};

class CfgVehicles

{

class CAManBase;

class SoldierWB : CAManBase

{

model = "\BR_CFN\CFN_Sld";

       };

       class SoldierWG : SoldierWB

{

model = "\BR_CFN\CFN_Sld";

};

class SoldierWMedic : SoldierWB

{

model = "\BR_CFN\CFN_Med";

       };      

class SoldierW : SoldierWG

{

model = "\BR_CFN\CFN_Sld";

       };

class SoldierWAR : SoldierWB

{

model = "\BR_CFN\CFN_Sld";

};

class SoldierWMG : SoldierWB

{

model = "\BR_CFN\CFN_Sld";

};

class SoldierWAT : SoldierWB

{

model = "\BR_CFN\CFN_Sld";

};

class SoldierWAA : SoldierWAT

{

model = "\BR_CFN\CFN_Sld";

};

       class SoldierWSaboteur : SoldierWB

{

model = "\BR_CFN\CFN_Sld";

};

       class SoldierWSaboteurPipe : SoldierWSaboteur

{

model = "\BR_CFN\CFN_Sld";

};

       class SoldierWSaboteurPipe2 : SoldierWSaboteurPipe

{

model = "\BR_CFN\CFN_Sld";

};

       class SoldierWSaboteurRecon : SoldierWSaboteurPipe

{

model = "\BR_CFN\CFN_Sld";

};

       class SoldierWSaboteurAssault : SoldierWSaboteurPipe

{

model = "\BR_CFN\CFN_Sld";

};

       class SoldierWSaboteurMarksman : SoldierWSaboteurPipe

{

model = "\BR_CFN\swm_br_ghillie_sniper";

};

       class SoldierWPilot : SoldierWB

{

model = "\BR_CFN\CFN_Trp";

};

class SoldierWMiner : SoldierWB

{

model = "\BR_CFN\CFN_Eng";

};

class SquadLeaderW : SoldierWB

{

model = "\BR_CFN\CFN_Off";

};

class TeamLeaderW : SoldierWB

{

model = "\BR_CFN\CFN_Off";

};

class OfficerW : SoldierWB

{

model = "\BR_CFN\CFN_Off";

};

class SoldierWSniper : SoldierWB

{

model = "\BR_CFN\swm_br_ghillie_sniper";

};

class SoldierWCrew : SoldierWB

{

model = "\BR_CFN\CFN_Trp";

};

};

Is there any problem with the config?

Or the problem is with the addon, that uses custom faces?

The addon can be download here:

http://www.4shared.com/file/72671262/abb5d0e9/BR_CFN_V10.html

It needs Vilas's Weapons pack:

http://www.armedassault.info/index.php?cat=addons&id=504

Best regards

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  

×