Modcraft - The community dedicated to quality WoW modding!

Content creation => Modelling and Animation => Topic started by: alborq on May 05, 2012, 02:53:07 pm

Title: bug mount
Post by: alborq on May 05, 2012, 02:53:07 pm
Bonjour, je vien demandez votre aide suite a un probleme apres le passage d'un model en monture que j'ai du editez  mais maintenant je ne sais pas d'ou vien ce bug
-la monture reste toujours paralelles au sol elle ne le suit pas :
http://www.mcingenieur.1allo.com/mc/WoW ... 144946.jpg (http://www.mcingenieur.1allo.com/mc/WoWScrnShot_050512_144946.jpg" onclick="window.open(this.href);return false;)

et je ne sais pas comment reculez la camera interne du model pour l'afficheur.

Merci d'avance, cordialement alborq
Title: Re: bug mount
Post by: schlumpf on May 05, 2012, 02:58:42 pm
You are missing global flags | 3 there, which will allow a model to tilt depending on the terrain.

Fix:
*(int*)(file + 0x10) |= (1 | 2);


Also, please try speaking english on this forum, thanks.
Title: Re: bug mount
Post by: alborq on May 05, 2012, 03:00:32 pm
Soory i have paste a wrong translate .... and thinks for this information i try it =)
but how can i apply this modif ?
Title: Re: bug mount
Post by: schlumpf on May 05, 2012, 05:43:56 pm
Any hex editor. Or applications made for M2 modding.