Bear in mind, this techniques shown in the video work exactly the same for both the C2 SDK (The one I used in the video) AND the Free SDK.
Also, in the end of the movie, I forget to mention the LOD debug command, which is e_debugdraw3 (You'll see a 1/3 on the objects pivot, meaning you are currently seeing LOD 1 out of 3)
Thanks a lot. I now see what the problem was. There was no Objects folder in the game folder. So I just assumed that it would be the Editor/objects in the SDK version. So I just created the map myself and now it works.
Replies
Also, in the end of the movie, I forget to mention the LOD debug command, which is e_debugdraw3 (You'll see a 1/3 on the objects pivot, meaning you are currently seeing LOD 1 out of 3)
I've tried putting cfg file in:
C:\Cryengine\Editor\Objects\
C:\Cryengine\Game\Levels\Testmap\
Neither seems to work.
\Crysis2\GameCrysis2\Objects\YourProp (If you are using C2)
\CryENGINE_v3_3_5_2456_FreeSDK\Game\Objects\YourProp (On the free SDK)
And yes, you need to create it manually.