PDA

View Full Version : forest do not fit the ground..



Monodo
Oct 9 2004, 17:32
Well, im am making a map and some strange is happening when i load it in flashpoint!

forest fits the ground only in center point!
I aplied all object to the grond and still same problem!
I dont see these problems on other maps (not made by me)!

and a pix:

http://users.volja.net/grataj/Untitled-1.jpg

see that tress/bushs in the air

shinRaiden
Oct 9 2004, 19:01
This is because you need to fiddle with your config.cpp file and add lines like

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

class Forest1Triangle {
replace=&#34;O&#92;Tree&#92;les_nw_trojuhelnik.p3d&#34;; with&#91;&#93;={&#34;O&#92;Tree&#92;les_nw_trojuhelnik.p3d&#34;};
};

};

[/QUOTE]

inside your CfgWorlds definition for RES forests. More information detailed in the WRPtool manual, relevant for all three editors.

This is a question better handled in the &#39;Breathe&#39; Forums here, or in the OFPEC &#39;Island editing&#39; thread.

Thanks.
[/code]

Monodo
Oct 9 2004, 20:37
THX&#33;&#33;&#33;