Forum Archive

Go Back   3D Realms Forums > 3D Realms Topics > Other Apogee/3D Realms Games > Max Payne > Max Payne Modifications
Blogs FAQ Community Calendar

Notices

 
 
Thread Tools
Old 02-03-2005, 10:31 AM   #1
elmer
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
 
Old 02-03-2005, 02:41 PM   #2
Ghast
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
Ghast is offline  
Old 02-03-2005, 02:47 PM   #3
Canada_Dry

Canada_Dry's Avatar
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!.
Attached Files
File Type: zip 777244-MaleandFemalePlayer.zip (4.5 KB, 46 views)
__________________
RIP MPDev
Canada_Dry is offline  
Old 02-04-2005, 04:10 PM   #4
Ghost
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.
Ghost is offline  
Old 02-04-2005, 06:29 PM   #5
Canada_Dry

Canada_Dry's Avatar
Re: I just want Max to walk
:P
__________________
RIP MPDev
Canada_Dry is offline  
Old 02-08-2005, 06:53 PM   #6
Ghast
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);";

	}
Are these the only changes? *G*

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
Ghast is offline  
Old 02-08-2005, 07:44 PM   #7
Rico
Re: I just want Max to walk
Look at the run combat animations, they should be replaced with the walk animations.
Rico is offline  
Old 02-08-2005, 10:05 PM   #8
Ghast
Re: I just want Max to walk
Cool! I gave up comparing files too soon, thanks!
About my real need

Quote:
Can the player be made to move faster by pressing the crouch button?
Seems like this was asked about a year ago or more, but I didn't file away the answer and am clueless! *G*
__________________
"my enthusiasm is purely into making people not make buttugly stuff... "
- biXen

SPOOKY DETECTIVE CDC
Ghast is offline  
Old 02-08-2005, 10:15 PM   #9
Uisor

Uisor's Avatar
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...
Uisor is offline  
Old 02-09-2005, 01:07 AM   #10
Ghast
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:
or just increase gamespeed (gm_changeglobalgamespeed).

Any chance there's a tweak mod with this already that I can rasmaker?
__________________
"my enthusiasm is purely into making people not make buttugly stuff... "
- biXen

SPOOKY DETECTIVE CDC
Ghast is offline  
Old 02-09-2005, 09:47 AM   #11
Uisor

Uisor's Avatar
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...
Uisor is offline  
Old 02-19-2005, 04:12 PM   #12
russell108
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 ?
russell108 is offline  
Old 07-08-2008, 07:02 AM   #13
Njits
Guest
Re: I just want Max to walk
were is your skin folder then?
 
Old 07-12-2008, 01:30 PM   #14
Caboose O'Malley

Caboose O'Malley's Avatar
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
Caboose O'Malley is offline  
Old 07-12-2008, 01:35 PM   #15
theHunted
Re: I just want Max to walk
Hate to be the one to burst the bubble, but guys, this thread is from 2005.
__________________
M:I - New Dawn
a Max Payne 2 modification
theHunted is offline  
Old 07-13-2008, 01:00 PM   #16
Caboose O'Malley

Caboose O'Malley's Avatar
Re: I just want Max to walk
Quote:
Originally Posted by theHunted View Post
Hate to be the one to burst the bubble, but guys, this thread is from 2005.
Your point being?
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
Caboose O'Malley is offline  
Old 07-14-2008, 05:26 AM   #17
theHunted
Re: I just want Max to walk
Quote:
Originally Posted by Caboose O'Malley View Post
Your point being?
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...
My point being that most of the people in this thread haven't been to this board in a year or more. So chances are that you will never ever get a reply to your questions. At least not by the original posters. What threw me off in particular was Njits' posting which seemed to make it look like he was replying to some posting from a couple of days ago.

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.
__________________
M:I - New Dawn
a Max Payne 2 modification
theHunted is offline  
Old 07-14-2008, 07:28 AM   #18
HalloweenIV

HalloweenIV's Avatar
Re: I just want Max to walk
Quote:
Originally Posted by Caboose O'Malley View Post
Your point being?
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...
Thats very funny......lol, if you call 3 years a bit slow, what do you call very slow. I just hope your not a post man......lol

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.......
__________________
.
DAWN OF THE DEAD >> Official Prodject Web Site Link <<
Last edited by HalloweenIV; 07-14-2008 at 07:31 AM.
HalloweenIV is offline  
Old 07-14-2008, 10:00 AM   #19
Caboose O'Malley

Caboose O'Malley's Avatar
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
Caboose O'Malley is offline  
Old 01-28-2012, 09:08 PM   #20
humdinger
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...
humdinger is offline  
 

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 02:35 PM.

Page generated in 0.12100601 seconds (100.00% PHP - 0% MySQL) with 17 queries

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

Website is ©1987-2014 Apogee Software, Ltd.
Ideas and messages posted here become property of Apogee Software Ltd.