ozanzac 0 Posted November 12, 2003 I've encountered something similar. I went shit. Restarted the rig. Under the same conditions, went to the spot where it happened. Problem gone. edit: Hang on, is this in visitor? I can't help you there, but it was a problem I did come across on one of the original islands (Everon?). I couldn't reproduce it though. Share this post Link to post Share on other sites
Stag 0 Posted November 12, 2003 Not in visitor. The forest is from O.pbo, and the missing textures reoccur despite rebooting. Share this post Link to post Share on other sites
berghoff 11 Posted November 13, 2003 Thanks in advance. Something wrong in your .cpp file m8 Share this post Link to post Share on other sites
Stag 0 Posted November 13, 2003 Thanks. I saw the other thread, but not Powerslide's similar problem. Can you be more specific about the problem with the Config? Share this post Link to post Share on other sites
Stag 0 Posted November 15, 2003 I've come to the conclusion that the problem here is NOT with the config.cpp. Is it possible that O.pbo could have become corrupted when unpacked? I ask this because not only does the problem shown exist, but I don't seem to have access to all the Resistance models, for example the castle ruins in Resistance. I've tried unpacking several times using different programs, but no joy. Any thoughts? Share this post Link to post Share on other sites
Stag 0 Posted November 16, 2003 Alright, maybe it was a problem with the config. Anyone have any idea where the missing buildings are? Share this post Link to post Share on other sites
berghoff 11 Posted November 16, 2003 I had it before. If I tried to use res_forest. Use this in your .cpp Quote[/b] ]class Sounds{ sounds[]={}; }; class Animation { vehicles[]={}; }; class ReplaceObjects { class Forest1Border { replace="O\Tree\les_nw_ctver_mlaz.p3d"; with[]={}; }; class Forest1Triangle { replace="O\Tree\les_nw_trojuhelnik.p3d"; with[]={"O\Tree\les_nw_trojuhelnik.p3d"}; }; class Forest1Square { replace="O\Tree\les_nw_ctver_pruhozi.p3d"; with[]={"O\Tree\les_nw_ctver_pruhozi_T1.p3d","O\Tree\les_nw_ctver_pruhozi_T2.p3d"}; center="true"; }; class Forest2Border { replace="O\Tree\les_nw_jehl_mlaz.p3d"; with[]={}; }; class Forest2Triangle { replace="O\Tree\les_nw_jehl_trojuhelnik.p3d"; with[]={"O\Tree\les_nw_jehl_trojuhelnik.p3d"}; }; class Forest2Square { replace="O\Tree\les_nw_jehl_ctver_pruhozi.p3d"; with[]={"O\Tree\les_nw_jehl_T1.p3d","O\Tree\les_nw_jehl_T2.p3d"}; center="true"; }; }; class Names { class Kalinin { name="Kalinin"; position[]={5000,7600,50}; }; Share this post Link to post Share on other sites
Stag 0 Posted November 16, 2003 Thanks, but got that particular problem sorted early this morning. Any idea where I can find the missing objects? Share this post Link to post Share on other sites
Planck 1 Posted November 16, 2003 The unpacked O.pbo should contain the following folders some of which contain Resistance p3d's: Anim - Animations char - Character p3d's divk - Castle Ruins p3d's Guns - Emmm......Gun p3d's Hous - Building p3d's Misc - Miscellaneous p3d's Music - Music Road - Road p3d's Skal - Rock p3d's Tree - Tree and Bush p3d's Vehl - Vehicles p3d's divk should have the castle ruins you seek. Planck Share this post Link to post Share on other sites
Planck 1 Posted November 16, 2003 sorry double post Share this post Link to post Share on other sites
shinRaiden 0 Posted November 17, 2003 There is a fairly extensive section in the WRPtool manual regarding this issue, including problems with different BIS forests, as well as general forestry methods. A lot is of general relevance, and not specific to just WRPtool. Share this post Link to post Share on other sites