.com.unity Forums
  The Official e-Store of Shrapnel Games

This Month's Specials

Air Assault Task Force- Save $8.00
Bronze- Save $10.00

   







Go Back   .com.unity Forums > Illwinter Game Design > Dominions 3: The Awakening

Reply
 
Thread Tools Display Modes
  #1  
Old March 11th, 2009, 02:01 PM

Loren Loren is offline
First Lieutenant
 
Join Date: Nov 2006
Posts: 739
Thanks: 1
Thanked 8 Times in 8 Posts
Loren is on a distinguished road
Default Re: Anyway to disable "e" button?

Quote:
Originally Posted by vfb View Post
I think Ctl-E for end turn is a really good suggestion.

Confirmation dialog boxes are really annoying, but I have hit 'e' instead of 'r' in SP. Depending on the scenario, there may not be time to close the window.
Second this.
Reply With Quote
  #2  
Old March 10th, 2009, 10:53 PM
Dedas's Avatar

Dedas Dedas is offline
Lieutenant Colonel
 
Join Date: Nov 2005
Location: Lund, Sweden
Posts: 1,377
Thanks: 72
Thanked 25 Times in 20 Posts
Dedas is on a distinguished road
Default Re: Anyway to disable "e" button?

I like it when games punish you for being clumsy or losing focus.
Reply With Quote
  #3  
Old March 11th, 2009, 02:16 AM
lebarjack's Avatar

lebarjack lebarjack is offline
Corporal
 
Join Date: Aug 2004
Location: Lille, France
Posts: 91
Thanks: 0
Thanked 2 Times in 1 Post
lebarjack is on a distinguished road
Default Re: Anyway to disable "e" button?

An even better solution would be to let user mapping they own favorite key to all these actions...
That would also solve other keyboard problems (ie: I cannot record battle order with my french keyboard)
Reply With Quote
The Following 2 Users Say Thank You to lebarjack For This Useful Post:
  #4  
Old March 11th, 2009, 07:41 AM
lch's Avatar

lch lch is offline
General
 
Join Date: Feb 2007
Location: R'lyeh
Posts: 3,861
Thanks: 144
Thanked 403 Times in 176 Posts
lch is on a distinguished road
Default Re: Anyway to disable "e" button?

What he said. The keycodes for the hotkeys are hardcoded, at the moment, the only possibility that you have for editing them are to hex edit the game binary itself.
__________________
Come to the Dom3 Wiki and help us to build the biggest Dominions-centered knowledge base on the net.
Visit my personal user page there, too!
Pretender file password recovery
Emergency comic relief
Reply With Quote
  #5  
Old March 11th, 2009, 10:21 AM

Mithras Mithras is offline
Corporal
 
Join Date: Oct 2008
Posts: 177
Thanks: 12
Thanked 15 Times in 12 Posts
Mithras is on a distinguished road
Default Re: Anyway to disable "e" button?

If playing SP a stop gap measure is to play two nations at once. Don't know if its apropriate but I might as well chuck it in there.
Reply With Quote
  #6  
Old April 27th, 2009, 08:04 PM

MaxWilson MaxWilson is offline
Major General
 
Join Date: Mar 2007
Location: Seattle
Posts: 2,497
Thanks: 165
Thanked 105 Times in 73 Posts
MaxWilson is on a distinguished road
Default Re: Anyway to disable "e" button?

Quote:
Originally Posted by Mithras View Post
If playing SP a stop gap measure is to play two nations at once. Don't know if its apropriate but I might as well chuck it in there.
Or turn on --comptrn, which is loads of fun anyway. I love to watch the computer EA Ermor fighting ineffectively against the computer Niefelheim, and occasionally intervening to smash an army or something.

-Max
__________________
Bauchelain - "Qwik Ben iz uzin wallhax! HAX!"
Quick Ben - "lol pwned"

["Memories of Ice", by Steven Erikson. Retranslated into l33t.]
Reply With Quote
  #7  
Old April 27th, 2009, 10:07 PM

Rookierookie Rookierookie is offline
Corporal
 
Join Date: Apr 2009
Posts: 141
Thanks: 3
Thanked 7 Times in 6 Posts
Rookierookie is on a distinguished road
Default Re: Anyway to disable "e" button?

In SP you could just turn off the program while it's resolving the turn.
Reply With Quote
  #8  
Old April 27th, 2009, 10:58 PM

Jagdpanther Jagdpanther is offline
Corporal
 
Join Date: Mar 2004
Location: Los Angeles, CA
Posts: 61
Thanks: 0
Thanked 1 Time in 1 Post
Jagdpanther is on a distinguished road
Default Re: Anyway to disable "e" button?

I didn't read all of this thread: Don't shoot me if this solution has already been mentioned.

Here is a little script called 'dom' that re-maps the keyboard 'e' to 'r' (so you have two 'r' keys) and makes the 'end' key an 'e'. (It's harder to accidentally hit it there.) When dom3 quits, the script re-maps the original key-bindings. Unfortunately, this mapping, when in use is system wide. (ie. have fun trying to IM when playing ;-) ) This is for Linux.

Code:
#!/bin/bash

xmodmap -e "keycode  26 = 0x0072"    # make e --> r
xmodmap -e "keycode 103 = 0x0065"    # make end --> e
dom3                                 # you might need the full path
xmodmap -e "keycode  26 = 0x0065"    # make e --> e 
xmodmap -e "keycode 103 = 0xff57"    # make end --> end
Reply With Quote
The Following User Says Thank You to Jagdpanther For This Useful Post:
  #9  
Old April 27th, 2009, 11:52 PM
Gandalf Parker's Avatar

Gandalf Parker Gandalf Parker is offline
Shrapnel Fanatic
 
Join Date: Oct 2003
Location: Vacaville, CA, USA
Posts: 13,736
Thanks: 341
Thanked 479 Times in 326 Posts
Gandalf Parker is on a distinguished road
Default Re: Anyway to disable "e" button?

Every system, linux or windows or mac, has various ways to reprogram a key. The trick is to do it on the script (or shortcut or icon) that takes you into Dom3, then have it change it back on the way out.

As for the linux system-wide thing, I dont think its system wide if you create a seperate user for playing Dom3.
Reply With Quote
  #10  
Old March 13th, 2009, 09:20 AM

Agema Agema is offline
First Lieutenant
 
Join Date: Aug 2007
Location: UK
Posts: 792
Thanks: 28
Thanked 45 Times in 31 Posts
Agema is on a distinguished road
Default Re: Anyway to disable "e" button?

Apart from the +/- key for fine tune adjustment and typing in some names during game setup, I'm not sure I've ever used the keyboard playing Dom3...
Reply With Quote
Reply

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 On

Forum Jump


All times are GMT -4. The time now is 09:40 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.