![]() |
#1 |
Guest
|
I just want Max to walk
Hi everyone,
Dumb question, can someone please tell me how to stop Max payne from running. All I want to do is make him walk around not run. Please help. p.s My game is Max payne 2 Thanks |
![]() |
#2 |
Re: I just want Max to walk
You could play the game as Bravura, he walks?
__________________
"my enthusiasm is purely into making people not make buttugly stuff... " - biXen SPOOKY DETECTIVE CDC |
|
![]() |
![]() |
#3 |
Re: I just want Max to walk
here is a male_player.txt and female_player.txt that replaces crouch w/ walk mode. Just put in your skins folder, and play!.
__________________
RIP MPDev |
|
![]() |
![]() |
#4 |
Re: I just want Max to walk
Thanks! After all those shootdoges and other stunt miracles I just wanted to walk too.
__________________
I get mad at everybody for reminding me about it, even if it’s all in my head. |
|
![]() |
![]() |
#5 |
Re: I just want Max to walk
:P
__________________
RIP MPDev |
|
![]() |
![]() |
#6 |
Re: I just want Max to walk
Thanks, I was really interested in this too, but can't seem to get a handle on how it works.
Guess I'll have to compare the attached files to the originals - wish you had commented the changes. Code:
// Stand, crouch etc // ------------------------------------------------------------ [Animation] Index = CHARANIM_C_STAND; Filename = "anim\Stand.kf2"; [Properties] { } [Animation] Index = CHARANIM_C_2_STAND; Filename = "anim\Stand.kf2"; [Properties] { } [Animation] Index = CHARANIM_CROUCH; Filename = "anim\Crouch.kf2"; [Properties] { [Message] Frame = 0; String = "this->c_setcombatanimations(true);"; } [Animation] Index = CHARANIM_2_CROUCH; Filename = "anim\2_Crouch.kf2"; [Properties] { [Message] Frame = 0; String = "this->c_setcombatanimations(true);"; } Can the player be made to move faster by pressing the crouch button? Any help much appreciated (and credited) anyone?
__________________
"my enthusiasm is purely into making people not make buttugly stuff... " - biXen SPOOKY DETECTIVE CDC |
|
![]() |
![]() |
#7 |
Re: I just want Max to walk
Look at the run combat animations, they should be replaced with the walk animations.
|
|
![]() |
![]() |
#8 | |
Re: I just want Max to walk
Cool! I gave up comparing files too soon, thanks!
About my real need Quote:
__________________
"my enthusiasm is purely into making people not make buttugly stuff... " - biXen SPOOKY DETECTIVE CDC |
||
![]() |
![]() |
#9 |
Re: I just want Max to walk
Yes, you can make player to move faster by pressing a button. You could make a new animation which moves faster or just increase gamespeed (gm_changeglobalgamespeed).
__________________
The Agents are coming... |
|
![]() |
![]() |
#10 | |
Re: I just want Max to walk
I think I found all of sentinel's changes and they are legion! Wow, quite a work of art!
So how can I get crouch to speed player up instead, should I be looking for a different .txt file than player.h? Quote:
__________________
"my enthusiasm is purely into making people not make buttugly stuff... " - biXen SPOOKY DETECTIVE CDC |
||
![]() |
![]() |
#11 |
Re: I just want Max to walk
Well Joonas has made a tweak mod, but it's bullettime tweak where you as a player move fast and the enemies/bullets etc. really slow.
Don't think there is a tweak mod which makes player moves faster by pressing a button (ie. crouch).
__________________
The Agents are coming... |
|
![]() |
![]() |
#12 |
Re: I just want Max to walk
Hi i've been wanting to make Max walk since max Payne 1
how do i do it ?.... do i need Rasmaker or something ? |
|
![]() |
![]() |
#13 |
Guest
|
Re: I just want Max to walk
were is your skin folder then?
|
![]() |
#14 |
Re: I just want Max to walk
Tried your Male_Player.h and Female_Player.h files and there's one noticeable bug in it; once you press crouch you can't untoggle the walk mode.
__________________
"There's a very fine line between not listening and not caring, I'd like to think that I'm walking along that line everyday." - Church, RvB |
|
![]() |
![]() |
#15 |
Re: I just want Max to walk
Hate to be the one to burst the bubble, but guys, this thread is from 2005.
|
|
![]() |
![]() |
#16 | |
Re: I just want Max to walk
Quote:
It's still been bumped up and this forum seems to be a bit slow anyway so I don't see the issue. Also, you could be more constructive, like downloading the file yourself and looking through it yourself to see if you could see what's wrong with it :/ Wouldn't take too much time... ![]()
__________________
"There's a very fine line between not listening and not caring, I'd like to think that I'm walking along that line everyday." - Church, RvB |
||
![]() |
![]() |
#17 | |
Re: I just want Max to walk
Quote:
Other than that I agree with you that I could've been slightly more helpful. Unfortunately I've never been much into the animation-scripting side of the engine so that makes me completely worthless in here. ![]() |
||
![]() |
![]() |
#18 | |
Re: I just want Max to walk
Quote:
That made my day, & what's the big deal with this thread anyway, because if Max Payne 1 scripts are anything like Max Payne 2 ( presumming this is a MP2 question ), then all that needs to be done to make Max Payne walk everywhere is to change the Run animation line in the characters script file to point to the walk animation in stead, i.e, [Animation] Index = CHARANIM_RUN; Filename = anim\run.kf2; to [Animation] Index = CHARANIM_RUN; Filename = anim\Walk.kf2; thats whaty I did for a lot of the characters in my mod anyway....... ![]()
Last edited by HalloweenIV; 07-14-2008 at 07:31 AM.
|
||
![]() |
![]() |
#19 |
Re: I just want Max to walk
Hey a few years here and there don't make much of any difference to me at least
![]() Oh, I noticed that tapping the crouch button multiple times seem to toggle it off as well, some of the animations still seem a bit funky though (like walking backwards for instance) Thanks anyways.
__________________
"There's a very fine line between not listening and not caring, I'd like to think that I'm walking along that line everyday." - Church, RvB |
|
![]() |
![]() |
#20 |
Re: I just want Max to walk
Guys, can anyone tell me where I put this "script" in order to make Max walk? Any help would be appreciated...
|
|
![]() |
Bookmarks |
|
|