CDF Ghostship

CDF Ghostship

查看统计:
RageMouse 2014 年 10 月 30 日 上午 3:29
Invert mouse option is gone again: Workaround
Hello People!
One on the most annoying things in life, being left handed, is living in a place where all tools are made for right handed.
Same goes for a lack of the option: Invert mouse
Fortunately the default option for UDK (Unreal Development Kit) should work for you too.
If you want to invert the y-axis for your mouse, here's how:
Go to your installation folder:
.\CDFGhostship\Engine\Config
open BaseInput.ini, with a text editor
Insert line:
bInvertMouse=true
< >
正在显示第 1 - 5 条,共 5 条留言
ShaunTwilliams  [开发者] 2014 年 10 月 30 日 上午 3:50 
There will be some more options in the next update such as inverting mouse Y and some other stuff such to to enable or disable vsync etc
Paradise Decay 2014 年 11 月 16 日 下午 10:22 
引用自 RageMouse
Hello People!
One on the most annoying things in life, being left handed, is living in a place where all tools are made for right handed.
Same goes for a lack of the option: Invert mouse
Fortunately the default option for UDK (Unreal Development Kit) should work for you too.
If you want to invert the y-axis for your mouse, here's how:
Go to your installation folder:
.\CDFGhostship\Engine\Config
open BaseInput.ini, with a text editor
Insert line:
bInvertMouse=true

Worked great thanks. Do you have a workaround to re-bind keys?
Just like invert mouse.... I'm an arrow key player. WASD are very uncomfortable for me to play.
Cheers.
Palandus 2014 年 11 月 17 日 上午 12:43 
@Paradise Decay

In the \CDFGhostship\Engine\Config folder there is a file called: BaseInput.ini

If you scroll down (or use CTRL+F) you will eventually come to these:

Bindings=(Name="W",Command="MoveForward")
Bindings=(Name="S",Command="MoveBackward")
Bindings=(Name="A",Command="StrafeLeft")
Bindings=(Name="D",Command="StrafeRight")

Now the names of the arrow keys (based on the UDK Unreal Engine 3 Keybinding Guide; this game uses Unreal Engine 3) are: Up Arrow = Up, Down Arrow = Down, Left Arrow = Left, and Right Arrow = Right.

Reference = http://udn.epicgames.com/Three/KeyBinds.html#Special keys

So simply replace the above to:

Bindings=(Name="Up",Command="MoveForward")
Bindings=(Name="Down",Command="MoveBackward")
Bindings=(Name="Left",Command="StrafeLeft")
Bindings=(Name="Right",Command="StrafeRight")

And now, your arrow keys should control the same movement as the old WASD controls. Hope this helps!
最后由 Palandus 编辑于; 2014 年 11 月 17 日 上午 12:44
Paradise Decay 2014 年 11 月 17 日 上午 7:53 
Cheers!
Paradise Decay 2014 年 11 月 17 日 上午 8:08 
引用自 Bone
@Paradise Decay

In the \CDFGhostship\Engine\Config folder there is a file called: BaseInput.ini

If you scroll down (or use CTRL+F) you will eventually come to these:

Bindings=(Name="W",Command="MoveForward")
Bindings=(Name="S",Command="MoveBackward")
Bindings=(Name="A",Command="StrafeLeft")
Bindings=(Name="D",Command="StrafeRight")

Now the names of the arrow keys (based on the UDK Unreal Engine 3 Keybinding Guide; this game uses Unreal Engine 3) are: Up Arrow = Up, Down Arrow = Down, Left Arrow = Left, and Right Arrow = Right.

Reference = http://udn.epicgames.com/Three/KeyBinds.html#Special keys

So simply replace the above to:

Bindings=(Name="Up",Command="MoveForward")
Bindings=(Name="Down",Command="MoveBackward")
Bindings=(Name="Left",Command="StrafeLeft")
Bindings=(Name="Right",Command="StrafeRight")

And now, your arrow keys should control the same movement as the old WASD controls. Hope this helps!

Didn't work sorry. The invert mouse binding worked, but not the arrow keys. I ended up playing with the 360 pad.
< >
正在显示第 1 - 5 条,共 5 条留言
每页显示数: 1530 50