Johan_D 0 Posted January 20, 2004 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
NZXSHADOWS 0 Posted January 21, 2004 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
bmgarcangel 0 Posted January 22, 2004 Ya, listen to shadows. See if your building is at the good old red line of level Share this post Link to post Share on other sites