bmgarcangel 0 Posted March 11, 2004 Hey guys I have a major ass problem with my buildings...at least I think I do and my signs too. First problem is, my signs and buildings don't show up in wrp edit for some odd reason when I go and try to browse for them, I click on the pbo file, but it doesn't have any p3d files in it ( at least it just doesn't see them ) HELP!! Second problem, my signs, they don't fall like signs should. Like when you run a sign down with a jeep on everon, its supposed to fall over, but mine don't!! How do I make it so that it does? ~bmgarcangel Share this post Link to post Share on other sites
oyman 0 Posted March 11, 2004 well for problem number two you put this in the Cfg Vehicles part of the config <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">destrType="DestructTree"; ,i dont know about about the first one Share this post Link to post Share on other sites
bmgarcangel 0 Posted March 11, 2004 SOMEONE else please help one the first one since second has been accomplished!! ....please Hey oyman, is there other destrType= commands? i mean like a list of em Share this post Link to post Share on other sites
oyman 0 Posted March 11, 2004 taking a quick look thru the ofp buildings config i found 4 of them<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">destrType="DestructEngine"; destrType="DestructBuilding"; destrType="DestructTree"; destrType="DestructTent";most of them you can guess what they do, i guessing that destrType="DestructEngine"; destrType="DestructBuilding"; are the ones where the object just crumples.There could be some more.. somewhere..... Share this post Link to post Share on other sites
Scud 0 Posted March 11, 2004 destrType="DestructEngine"; I think this makes the model explode and smoke when destroyed without it the model just crunches up. Share this post Link to post Share on other sites
bmgarcangel 0 Posted March 12, 2004 ya know, should a BIS made 50cal realistic weapon crubmle up and explode Share this post Link to post Share on other sites
Guest Posted March 12, 2004 Quote[/b] ]//type destrType#define DESTRUCTNO 0 #define DESTRUCTBUILDING 1 #define DESTRUCTENGINE 2 #define DESTRUCTTREE 3 #define DESTRUCTTENT 4 #define DESTRUCTMAN 5 #define DESTRUCTDEFAULT 6 Also have you Binarized your addon? Share this post Link to post Share on other sites
bmgarcangel 0 Posted March 14, 2004 ya I do Also wats the man one do? Share this post Link to post Share on other sites
bmgarcangel 0 Posted March 15, 2004 na man I don't have time very very very busy I am hehe Alrighty, would a cpp. configed so that you could view the signs in the editor make it so that you couldn't work them up on wrpedit? Is there anything in a cpp. that would make it so that you can see them in wrpedit? Share this post Link to post Share on other sites
Guest Posted March 15, 2004 No. The way to make them visable in WRPEdit is to give specific values in the GeoLOD. Press ALT+P to bring up the Named Properties window if you haven't already got it. Then add a new property called "Map" and give it a value, such as "House", "Building" or "Fence". Go through some of the demo files to see what values you can use, and try to match it to the class value in the config file. Then it will appear in WRPEdit, and in the Mission Editor as well once you have added it to the wrp file. Oh and Binarize it of course... Share this post Link to post Share on other sites
bardamu 0 Posted March 15, 2004 If you use warp edit i had a similar prob when browsing my object .pbo. The problem may be that you use "makepbo" to *hummm* make your .pbo. Try to use stuffpbo instead and binarize your .pbo it worked fine for me.Thezn in warp edit when you use the ADD function your .pbo folder should be full of your objects instead of being empty. Hope this help. Share this post Link to post Share on other sites
bmgarcangel 0 Posted March 15, 2004 Alrighty So..... <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> name : map value : Bush But what do I put in the cpp. now? Share this post Link to post Share on other sites
bmgarcangel 0 Posted March 16, 2004 Ok now, this is what i did with the signs. I put in bassically: property name: map value: bush I put that in geolod...but it still ain't showing in wrpedit now do I have to put more in firelod and viewgeolod?? And exactly what do I put in the cpp.? Share this post Link to post Share on other sites
Guest Posted March 16, 2004 Send me the addon, I'll see what I can do Share this post Link to post Share on other sites
bmgarcangel 0 Posted March 16, 2004 alrighty, will do wats your email again also.....perhaps all I need done is hte class thing in the cpp....wat do I put down? Share this post Link to post Share on other sites