Issues with your account? Bug us in the Discord!
Starshatter 4.0.0 Released
Biggles
<font color=#AAFFAA>The Man Without a Face</font>
Destroyer Studios and Matrix Games are pleased to announce that Starshatter 4.0.0 is now available for purchase and immediate download direct from the Matrix Games online store!
[url]http://www.matrixgames.com/store.asp[/url]
Even better news for B5 fans is that the incomparable DamoclesX has resumed work on his epic mod for Starshatter - Babylon 5: Hold the Line. DamoclesX posted some snapshots of the Narn fleet in progress in this thread:
[url]http://www.matrixgames.com/forums/tm.asp?m=643669[/url]
Thanks for all the support you guys have given us over the years!
Sincerely,
--milo
[url]http://www.starshatter.com[/url]
[url]http://www.matrixgames.com/store.asp[/url]
Even better news for B5 fans is that the incomparable DamoclesX has resumed work on his epic mod for Starshatter - Babylon 5: Hold the Line. DamoclesX posted some snapshots of the Narn fleet in progress in this thread:
[url]http://www.matrixgames.com/forums/tm.asp?m=643669[/url]
Thanks for all the support you guys have given us over the years!
Sincerely,
--milo
[url]http://www.starshatter.com[/url]
Comments
Edit: Will we by any chance be seeing this in stores such as EB? If possible, I'd rather have a boxed version, but if not, I'll purchase via the site.
hats off to milo
starshatter is amazing!
What about the box/no-box question?
Out of curiosity: You do have lateral thrust controls, though at the moment they're boolean operations (with the exception of the throttle); either they're in use or they're not. I doubt it would be difficult to add axis controls that do the same thing, only by degrees rather than on/off. What I'm wondering, though, is whether the program is built around the concept of "[i]this[/i] is the joystick you're using" rather than "[i]this[/i] is the axis you're using" -- that is, if there's a joystick interface pointer rather than several axis interface pointers (note: I've never worked with DX7, so I don't actually know how it would work). I know this is all rather esoteric; mind enlightening me?
There is an outside possibility that Starshatter might one day be available in retail stores, but no guarantee of that.
Regarding the joystick issue, Starshatter uses an internal abstraction called a MotionController that represents a joystick, gamepad, mouse, or keyboard, or any combination of the above. A class called MultiController samples several different MotionControllers and attempts to combine their inputs in a sensible manner. The MotionController interface allows for seven analog controls (3 translations, 3 rotations, and a throttle), plus 32 binary actions.
There is a subclass of MotionController that is responsible for dealing with DirectInput and Windows Multimedia joystick interfaces. This class reads the various analog inputs from the joystick or gamepad and maps them to control axes. At the moment, it is only possible to create a mapping between analog inputs and four control axes (pitch, yaw, roll, throttle). All other controls must be mapped to binary keys, triggers, or buttons.
Extending this model to support multiple joysticks and analog control of translation axes isn't really the hard part. The hard part is dealing with the user defined mapping of joysticks, and keyboard keys, and mouse buttons to actions in the game. There are a number of mapping objects, and a GUI that would have to be extended to support the additional flexibility.
I'm not saying that this will never happen, but so far the total number of people asking for this change, including yourself, is three.
Anyway, now to buy.