mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 02:19:41 +00:00
Last commit before terrain
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@111 ea6a568a-9f4f-0410-981a-c910a81bb256
This commit is contained in:
parent
952333b2fb
commit
ea486dd770
3 changed files with 2 additions and 50 deletions
|
@ -217,7 +217,7 @@ struct ConfigManager
|
|||
bind(Keys.PhysMode, KC.T);
|
||||
bind(Keys.Nighteye, KC.N);
|
||||
bind(Keys.ToggleGui, KC.Mouse1);
|
||||
bind(Keys.Console, KC.F1);
|
||||
bind(Keys.Console, KC.F1, KC.GRAVE);
|
||||
bind(Keys.Debug, KC.G);
|
||||
|
||||
bind(Keys.Pause, KC.PAUSE, KC.P);
|
||||
|
|
|
@ -135,7 +135,7 @@ public:
|
|||
else if(res == CR_ERROR)
|
||||
history->addText("#FF2222" + out);
|
||||
else if(res == CR_MORE)
|
||||
history->addText("#1111FF... more input needed");
|
||||
history->addText("#1111FF... more input needed\n");
|
||||
|
||||
exit:
|
||||
command->setCaption("");
|
||||
|
|
|
@ -1,48 +0,0 @@
|
|||
; Don't write your own comments in this file, they
|
||||
; will disappear when the file is rewritten.
|
||||
[General]
|
||||
Data Directory=c:\Program Files\Bethesda Softworks\Morrowind\Data Files\
|
||||
Screenshots=0
|
||||
Default Cell=Assu
|
||||
Show Ogre Config=no
|
||||
First Run=yes
|
||||
|
||||
[Controls]
|
||||
Mouse Sensitivity X=0.2
|
||||
Mouse Sensitivity Y=0.2
|
||||
Flip Mouse Y Axis=no
|
||||
|
||||
[Bindings]
|
||||
; Key bindings. The strings must match exactly.
|
||||
Move Left=a,left
|
||||
Move Right=d,right
|
||||
Turn Left=
|
||||
Turn Right=
|
||||
Move Forward=w,up
|
||||
Move Backward=s,down
|
||||
Move Up=left_shift
|
||||
Move Down=left_ctrl
|
||||
Increase Main Volume=numpad_plus
|
||||
Decrease Main Volume=numpad_minus
|
||||
Increase Music Volume=2
|
||||
Decrease Music Volume=1
|
||||
Increase SFX Volume=4
|
||||
Decrease SFX Volume=3
|
||||
Mute Sound=m
|
||||
Toggle Fullscreen Mode=f
|
||||
Toggle Battle Music=space
|
||||
Toggle Physics Mode=t
|
||||
Toggle Nighteye=n
|
||||
OGRE Test Action=g
|
||||
Pause=pause,p
|
||||
Screen Shot=print_screen
|
||||
Quick Exit=q,escape
|
||||
|
||||
[Sound]
|
||||
Main Volume=0.7
|
||||
Music Volume=0.5
|
||||
SFX Volume=0.5
|
||||
Enable Music=yes
|
||||
|
||||
[Game Files]
|
||||
GameFile[0]=Morrowind.esm
|
Loading…
Reference in a new issue