Howdy Folks,
I've not yet had time to dig deeply into X Rebirth yet, but I'm looking forward to it greatly. I had just a few questions that I couldn't seem to find answers to yet. My joystick is in the crapper, so I'll be using mouse control for now.
Can I map my mouse buttons? I have a 5 button mouse, and I would like to be able to do something with my thumb buttons.
Can I get numerical displays for my shield and hull strength? Bars are fine, and I would like to keep them also, but a percentage is always best for me.
Is there a way for finer speed control, and speed matching?
Thanks for any help!
Remapping commands to mouse, and missing commands
Moderator: Moderators for English X Forum
-
- Posts: 14
- Joined: Fri, 15. Apr 11, 03:06
-
- Posts: 2
- Joined: Sat, 16. Nov 13, 11:59
"Can I map my mouse buttons? I have a 5 button mouse, and I would like to be able to do something with my thumb buttons. "
My problem is similar. Sins I haven't found a way to rebind the mouse buttons, every time I use my push-to-talk button in teamspeak (which I have bound to mouse button 4 (one of the thumb buttons)) I also fire missiles in X Rebirth.
Anyone know of a way to rebind the mouse buttons?
My problem is similar. Sins I haven't found a way to rebind the mouse buttons, every time I use my push-to-talk button in teamspeak (which I have bound to mouse button 4 (one of the thumb buttons)) I also fire missiles in X Rebirth.
Anyone know of a way to rebind the mouse buttons?
-
- Posts: 2
- Joined: Fri, 31. Dec 10, 21:36
Search C:\Users\"username"\Documents\Egosoft\X Rebirth\7181892
Not sure if that 7181892 folder is same for everyone but it was only folder in there, and that folder should contain inputmap.xml file, i opened it with notepad++ and managed to unbind/rebind mouse4 button, it used to be Fire missile and reason i wanted to unbind is that its my push to talk key in teamspeak. That INPUT_KEYCODE_R means "R" key on your keyboard, thats bind for Fire Missile. I hope they add all those missing keybinds in ingame options someday.
Not sure if that 7181892 folder is same for everyone but it was only folder in there, and that folder should contain inputmap.xml file, i opened it with notepad++ and managed to unbind/rebind mouse4 button, it used to be Fire missile and reason i wanted to unbind is that its my push to talk key in teamspeak.
Spoiler
Show
<state id="INPUT_STATE_FIRE_SECONDARY_WEAPON" source="INPUT_SOURCE_KEYBOARD" code="INPUT_KEYCODE_R"/>
-
- Posts: 2
- Joined: Mon, 2. Apr 07, 22:51
-
- Posts: 2
- Joined: Sat, 16. Nov 13, 11:59
Nice, I managed to unbind missile fire for button 4 on the mouse thanks to Prismaa's tip. As Prismaa suspected my folder had another name but it was in the same place and contained the input.xml file.Prismaa wrote:Search C:\Users"username"\Documents\Egosoft\X Rebirth\7181892
Not sure if that 7181892 folder is same for everyone but it was only folder in there, and that folder should contain inputmap.xml file, i opened it with notepad++ and managed to unbind/rebind mouse4 button, it used to be Fire missile and reason i wanted to unbind is that its my push to talk key in teamspeak.That INPUT_KEYCODE_R means "R" key on your keyboard, thats bind for Fire Missile. I hope they add all those missing keybinds in ingame options someday.SpoilerShow<state id="INPUT_STATE_FIRE_SECONDARY_WEAPON" source="INPUT_SOURCE_KEYBOARD" code="INPUT_KEYCODE_R"/>