Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Zonra

How do i change the players movment speed?

Recommended Posts

Yo.... Im curently working on a mod prodject and hav a little problem...

How do you do to change the forvard,backvard, turning and strafing movment of the player?

i would apritiate any help in this matter... im kinda stuck atm....

Share this post


Link to post

GZdoom

and im working in the Zdoom (Doom in Hexen format) configuration i doombuilder

Share this post


Link to post
fraggle said:

-turbo 255


ummm... so how and where to i use that line to make it work?

Share this post


Link to post
fraggle said:

-turbo 255



That was indeed helpful. :(


What you want depends whether you want to alter the speed only in certain situations or just globally throughout your entire mod.

If you want to change the speed during the game you can use the ACS command SetActorProperty(.., APROP_Speed,..).

If you want a global change the best means is to define a new player class in DECORATE and set the speed factors for it. For more details I suggest to look at the ZDoom Wiki

Share this post


Link to post

Though it will strictly affect movement on the floor (no turning changed), it's at least easy to do. Use the sludge/ice sector line special from Boom and up.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×