Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Tutorial] Fix Terrain Footsteps

Experienced Elementalist
Joined
Oct 23, 2013
Messages
289
Reaction score
29
Greetings!

I was working on the War Inc. Src a while ago and managed to fix some stuff and add new things.
That project was just for fun and I decided to release my work but sadly I lost my mega.nz account so I lost everything on it
But I can remember some stuff what might be useful for you guys. Please dont judge me if something is not working correctly because I cant test it on my own at the moment.


To get the footsteps working on the terrain (grass/sand/concrete) you have to follow these steps:


Search in Client code in Terrain2.cpp
Code:
r3dTerrain2::LoadLayerFromScript1( Script_c *script, r3dTerrainLayer* layer, int* count )


And replace the function with





After that search for:


Code:
r3dTerrain2::LoadLayerFromScript( Script_c *script, r3dTerrainLayer *layer )


And replace the function with:





I hope that will work!
 
Last edited:
Back
Top