Search found 3 matches

by Ademan
Tue Jul 09, 2013 7:50 pm
Forum: MechWarrior 2
Topic: Another controls and mapping question thread, sorry
Replies: 12
Views: 26468

Re: Another controls and mapping question thread, sorry

Hey folks, hopefully this post isn't too late to help someone out. As it turns out you can reference most or all of the greyed out keys by prefixing them with a * So throttle_plus { + keyboard W } which doesn't work, is valid as: throttle_plus { + keyboard *W } I posted code for a very basic WASD/Me...
by Ademan
Mon Jul 08, 2013 10:44 pm
Forum: Frequently Asked Questions
Topic: Cockpit Control Configuration: The Back End
Replies: 3
Views: 27040

Re: Cockpit Control Configuration: The Back End

I'm happy to report that to my knowledge all keys marked UNKNOWN on the keyboard diagram are accessible as *X where X is the key I'm successfully using: throttle_plus { + keyboard *W - keyboard Shift } throttle_minus { + keyboard *S - keyboard Shift } torso_tilt { - mouse Up/Down } torso_pan { + mou...
by Ademan
Sun Aug 05, 2012 10:25 pm
Forum: MechVM
Topic: Compiling MechVM on Linux
Replies: 3
Views: 11783

Re: Compiling MechVM on Linux

Hi theAntiBob, Where did you get your makefile? I hacked together my own (it's terrible) and was able to build it. I didn't end up depending on any gtk/glib things. I also had to remove ExceptionBase (it's only used in one place!). I made a handfull of other changes ( the errors with chars,reserved,...