Jump to content
Sign in to follow this  
Johan_D

Model invisible..

Recommended Posts

Hi

I copied a road sign, one with a city name, and changed the text on it. All shows well in bulldozer.

All paa and p3d are packed in a folder, makepbo'ed it and it shows in editor, but not in game. Just invisible..

My cpp:

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

class CfgPatches

{

class Sign1

{

units[] = {Sign1};

weapons[] = {};

requiredVersion = 1.10;

};

};

class CfgVehicles

{

class All {};

class Static: All {};

class Building: Static {};

class NonStrategic: Building {};

class TargetTraining: NonStrategic {};

class TargetGrenade: TargetTraining {};

class Sign1: TargetGrenade

{

model="\Signs\sign_eglise";

armor=100;

displayName="SignEglise";

}

}

Pls any ideas

Johan

Share this post


Link to post
Share on other sites

Maybe its under the ground.Does anything show up when veiwing in game?Maybe try and move the object up Y in O2.I just checked the config out in game with a .p3d sign from the demo,and everything was fine.So its something to do with the model itself

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  

×