ItsMods

Full Version: The Annoying Riot Model
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3


mm, not really a mod but just a proof of concept.

*cough* Survival mode for MW2 with riot squad? :]

EDIT - Oops, wrong section, someone move to MW2 Mod Previews. :3
Omg lol, you actually made it "crawl" instead of just playing the animation xD

Nice use of the moveto function!

Now make it play the riot shield animation, and attach a riot shield to the model.

!!
Riot shield animation? :/
(11-26-2011, 12:04)master131 Wrote: [ -> ]Riot shield animation? :/

Take a look at multiplayer.atr Tongue

And follow Yamato's animation tutorial if you don't know how to do it
(11-26-2011, 12:39)Rendflex Wrote: [ -> ]
(11-26-2011, 12:04)master131 Wrote: [ -> ]Riot shield animation? :/

Take a look at multiplayer.atr Tongue

And follow Yamato's animation tutorial if you don't know how to do it

I was first who found animation functions Fuck yea!
LOL, I tried it. The body is moving but the head is floating in the air. -.-
(11-26-2011, 13:04)Se7en Wrote: [ -> ]
(11-26-2011, 12:39)Rendflex Wrote: [ -> ]
(11-26-2011, 12:04)master131 Wrote: [ -> ]Riot shield animation? :/

Take a look at multiplayer.atr Tongue

And follow Yamato's animation tutorial if you don't know how to do it

I was first who found animation functions Fuck yea!

Congratulations.


(11-26-2011, 13:07)master131 Wrote: [ -> ]LOL, I tried it. The body is moving but the head is floating in the air. -.-

Animate the head :p
(11-26-2011, 13:07)master131 Wrote: [ -> ]LOL, I tried it. The body is moving but the head is floating in the air. -.-

maybe just attach ?
Code:
body.head = spawn("script_model", body.origin);
body.head setmodel( model );
body.head linkTO("j_head"); // or attach( model, "j_Head");

?
Nope, doesn't work. Attach does basically nothing and using link does not make the head move correctly with the anims.

[Image: 20111126231411.jpg]

EDIT - I adjusted the height of the head, it doesn't 'bounce' when the body does if you know what I mean (when you walk).
Pages: 1 2 3