Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
joe-ilya

Vanilla controls

Recommended Posts

How do I change the controls of vanilla doom without the setup?(I don't have the setup)

I open a .txt file called "DEFAULT" or "MOUSE" and see numbers near each action (ex: key_strafeleft 51)
What are the numbers for the WASD keys?

Share this post


Link to post

@Sodaholic
I already tried the site, but it's wrong.

Can anybody just copy the numbers from their "DEFAULT" or "MOUSE" as if it's using the WASD keys?

@Memfis
I can't use it now, I have to be an admin and that happens rarely. But yeah, copy your "DEFAULT" or "MOUSE" if you use the WASD keys.

Share this post


Link to post

Here's my WASD setup in my Chocolate Doom config:
key_up 17
key_down 31
key_strafeleft 30
key_straferight 32

If not, do any of these help?

http://msdn.microsoft.com/en-us/library/aa299374%28v=vs.60%29.aspx
http://www.cambiaresearch.com/articles/15/javascript-char-codes-key-codes

These regard Hebrew keyboards and thus may be more relevant:

http://www.ascii-codes.com/cp862.html
http://symbolcodes.tlt.psu.edu/bylanguage/hebrewchart.html

joe-ilya said:

@Memfis
I can't use it now, I have to be an admin and that happens rarely.

I presume you're trying to run it as a Windows program? More recent versions of Windows seem to automatically assume that anything titled "setup.exe" is a system-level installation utility that should go through UAC (user account control, not the Union Aerospace Corporation :P).

If you've got DOSBox, you should be able to run it just fine in there; it's just the config tool since you couldn't alter your config in-game like in later id games or fan-made source ports.

Share this post


Link to post
Sodaholic said:

Here's my WASD setup in my Chocolate Doom config:
key_up 17
key_down 31
key_strafeleft 30
key_straferight 32

Thanks! Totally forgot that chocolate doom has the DEFAULT.txt too.
And I forgot that I should run SETUP.EXE by DOSbox, not independently.

Well, my question has been answered and solved, I'll lock this thread if you have nothing to add to it.

Share this post


Link to post
joe-ilya said:

Well, my question has been answered and solved, I'll lock this thread if you have nothing to add to it.

I can't think of anything else off the top of my head. I'm glad you were able to resolve your issue.

Share this post


Link to post

Boom includes an app called keycode.exe which prints the corresponding number on the screen when you hit each key. I've often used it as reference since I like to edit default.cfg instead of going into Setup.

Share this post


Link to post
joe-ilya said:

@Memfis
I can't use it now, I have to be an admin and that happens rarely. But yeah, copy your "DEFAULT" or "MOUSE" if you use the WASD keys.

You don't need to be admin to run setup.exe. That's probably just Windows being stupid because lots of install programs are named "setup.exe". You should be able to override the escalation somehow.

My best advice would be to run it in dosbox. Trying to run old DOS programs on modern Windows is pretty hopeless.

You could also use the Chocolate Doom setup tool which of course edits and saves the same file format (default.cfg)

Share this post


Link to post
fraggle said:

That's probably just Windows being stupid because lots of install programs are named "setup.exe". You should be able to override the escalation somehow.

Will it help to simply rename the file to something different than "setup.exe"?

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
×