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

Changing Character Movement Speed

Recommended Posts

Hello. I've been searching everywhere for a guide to change the movement speed of my playable character in Doom 2. I've tried using google, searching on the forums here, even experimenting with dehack, and I still can't find a way.

Can anybody point me in the right direction?

Share this post


Link to post

ZDoom wiki is the best source of information for ZDoom modding, as well as Doom wiki is the best for classic Doom stuff.

Regarding your particular problem: You need ZDoom for that. Create a new player class and change its "Speed" and/or "Player.ForwardMove" and/or "Player.SideMove" properties. (list of all properties is here, pay attention to section "Player")

Share this post


Link to post

If this is just for personal use, you can always use the -turbo command line flag. Like, -turbo 50 would make you move half as fast.

Share this post


Link to post

You need to create a class that replaces existing class with a different speed (ZDoom lump) just like what scifista42 said .

Share this post


Link to post
Linguica said:

If this is just for personal use, you can always use the -turbo command line flag. Like, -turbo 50 would make you move half as fast.


The turbo is exactly what I am looking for. Thanks.

Share this post


Link to post

Old thread I know but is there a way to create an option to toggle between custom speed and default speed?

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
×