no mouse control
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
CUSTOM CONTROLS FOR ADVANCED USERS
We have provided several different control configurations with Edge of Chaos. Select control configurations from the Control Style list in the options screen. Advanced users can create their own custom control configurations if they wish to. You can bind any joystick or mouse axis, and joystick, mouse or keyboard buttons to any of the game's commands. For example, if you have a second joystick, you could configure it to control lateral thrusters for extra flexibility in combat.
To create a new configuration copy the default.ini file in the configs directory to a new file and give it an appropriate name. The filename must end in .ini, for example my_controls.ini. Edit this new file with a standard text editor such as Microsoft (R) Notepad. The configuration file lists all the game commands and their control bindings, in the following format:
[game function]
Name of Input Device, Name of Button or Axis
Name of alternative Input Device, Name of Alternative Button or Axis
For example the binding which fires ship's current weapon looks like this:
[icPlayerPilot.CurrentWeaponFire]
Joystick1, JoyButton1
Keyboard, Space
This allows you to fire the current weapon using the SPACEBAR or joystick fire button. If you wanted to fire your current weapon using the H key as well, you would add a line to the binding, as follows:
[icPlayerPilot.CurrentWeaponFire]
Joystick1, JoyButton1
Keyboard, Space
Keyboard, H
For more examples of control bindings, consult the default config file, called default.ini.
mine for example has:
...
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; I-War II in-flight commands
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Yoke
[icPlayerPilot.Yaw]
Keyboard, NumPad4, inverse
Keyboard, NumPad6
Mouse, MouseXAxis
[icPlayerPilot.Pitch]
Keyboard, NumPad5 ; tag_control
Keyboard, NumPad8, inverse
Mouse, MouseYAxis
...
Its simple to make your own just follow the examples.
Please Log in or Create an account to join the conversation.
_______________
"The art of flying is to throw yourself at the ground and miss." --Douglas Adams
_______________
Surgeon-General's Warning: Early test cases of Torn Stars have resulted in fatalities. The errors in the software should be gone by now. Hopefully.
Please Log in or Create an account to join the conversation.
This game controls are weird i had to do a lot of modifications...
Please Log in or Create an account to join the conversation.
- GrandpaTrout
- Offline
- King of Space
Please Log in or Create an account to join the conversation.