Forgotten Hope Public Forum

Forgotten Hope 2 => Modding => Topic started by: Knitschi on 28-02-2010, 15:02:40

Title: How to load custom overgrowth from the map folder?
Post by: Knitschi on 28-02-2010, 15:02:40
This is what I did:

-Exported the Tree to fh2/objects/vegitation/beech_autumn_20m_forest_1
-placed the tree in the map
-Made a folder fh2/levels/mymap/objects/vegitation/beech_autumn_20m_forest_1
-Copied all the exported object files into this folder
-Changed init.con by adding the line
Code: [Select]
run Objects\vegitation\beech_autumn_20m_forest_1\beech_autumn_20m_forest_1.con
- Copied the map to my unchanged fh2 folder and fired it up

-> Map crashes while loading collisson with error:

(http://saved.im/mty1mje4n3vk/fehlermeldung.jpg)

When I do exactly the same with a cube that is a static and put it in the folder fh2/levels/mymap/objects/staticobjects/cube and add the line
Code: [Select]
run Objects\staticobjects\cube\cube.con to the init.con it works!

So does anyone know what other files I have to change to get my tree running as overgrowth?