Member Since []
1
[OP] 127 views 0 replies Posted by Unknown 9 years ago Mar 29, 2:49 am forums.robertsspaceindustries.com
Hello,

I wrote some code, but since the game keeps crashing on me I cannot test it. (already posted my crashing screenshots and specs at 'crash' department)


Can anyone test the code if it's any good?

I have an issue where I cannot get my 'q' and 'e' on my right Z rotate axis, but we really don't need q and e I think (Strafe left and right)
If anyone can come up with the code to make it work like I wanted it in my code (see all the // stuff), feel free to post some solutions.

I tried to get two TOGGLES, but target hates that. And putting my q and e on my right POV on it's L and R will swamp my left DX3-4 with stuff from the right POV then that need to move then anyway, so that's not really an option..


Things I haven't been able to test yet, if if the three normal DX axis still work or not. If not any solution is welcomed.

Another matter is the left POV mouse. It works in TARGET, and it even got 2 speeds!! :D
(Thanks for the pointing me in the right direction, Solarfly!! :) )
But a few months ago the game flipped when I touched any button or axis that had mouse code in it.
The cursor was placed outside the screen and the plane ofcourse tried to follow that resulting in plane flipping like crazy.
Check that out for me please. If they fixed that.

If not, try applying the code from this thread (the loading time of that site is terrible btw, lol):
You can set your mouse coorditnates to the middle of the screen!! That would get it out of it's far, far away place I think?
http://simhq.com/forum/ubbthreads.php/topics/3229659/1

One more thing... The TARGET mouse seem to only use the coordinated from it's own cursor. Where the physical mouse seem to use both coordinates to move on from where either left off. Needs looking aftter by a pro too I think. =='ing or sharing coordinates or getting lists from devices or something?
That is beyond my skills anyway.
But you can see what I mean when you use the HAT mouse, and then the Physical mouse and then the HAT mouse again. The cursor jumps from one place to the other :)

Here is what I cooked up so far:
(With thanks to all the TARGET pro's out there. Couldn't have done it without them. Lot's of copy-paste down here, lol. Beware of Syntax!! :) )