Background Image Gradient
Free Demo
Buy Now
Gimbal on Greenlight
Gimbal on Desura
Gimbal Ships
Launch Week Sale $10 Gimbal! May 17 2013
Expansion One Released It's finally here!
Check out all the cool new stuff!
May 13 2013
Official Play Sessions Thursdays @ 9:00 PM EST
Thursdays @ 9:00 PM GMT
Join the fun!
May 13 2013
Steam Greenlight Gimbal is now in the
Top 100
Keep it up, voters!
Jan 24 2013

Q: I didn't receive anything after ordering.

A: That's super easy to fix.

Send an email to support@gimbalgame.com and include some identifying information about your order, like the name or time or associated email address.

Q: My game crashes on start up.

A: Try reinstalling with all the pre-requisites first.

Next, test your ability to run XNA games with this program:

www.gimbalgame.com/downloads/XNAReqsTest.zip

You should see a light blue screen and white text:
XNA 3.1 Works!
Passes Shader Requirements=Tue

If Gimbal is still crashing, email support@gimbalgame.com.

Q: My ship doesn't fly straight.

A: Gimbal has a rigorous physics model. A small asymmetry in your design is causing an imbalance. You can trim out your ship by making small adjustments to your engines and/or fins. Your ship could also be aerodynamically unstable, which can be fixed by adding or moving fins to the rear.

To tweak a position of a part, select it and press the arrow keys.

For fine rotations, hold the SHIFT key while rotating.

Q: Can I use WASD instead of arrows keys?

A: Controls are unique to each ship. To change from Arrows to WASD, start editing the ship in the Designer, and then use the "Convert to WASD" function near the top of the screen.

New parts you place on your ship will have default (arrow key) bindings. To change those defaults, go to "Settings>Designer Defaults".

Q: Some or all servers show a 9999 ping and I can't connect.

Possible Causes
> UDP Port 11611 isn't open on the server side
> The server threw an error in the game loop and is a zombie
> Connection timeouts are just a few seconds. Sometimes a refresh simply times out.

Q: Can I run a dedicated server?

A: Yes. The Gimbal installation includes a dedicated server executable.

To start with, configure your "Server Options" by running Gimbal proper and then hosting a game. Be sure to set a Server Name. When you host, your options are saved in Gimbal/ServerOptions.xml. You May exit Gimbal.

Run Gimbal/GimbalServer.exe to start the stand alone server. It will run in a console window, and it will suck in the options from ServerOptions.xml. Make sure port 11611 (UDP) is open for your machine, and you server is live.

Q: Is there a way to see which way my ship is pointing without zooming in?

Indeed there is.

Settings>Advanced Settings

[x] Flight Direction Indicator

Q: I can't load ships and I get this error in the logs [Error loading vehicle: System.MissingFieldException]

A: A customer has reported fixing this problem by updating to the latest .Net 4 framework.

http://www.microsoft.com/en-us/download/details.aspx?id=17851

Q: Buttons don't line up with my mouse cursor.

A: It's a bug in XNA, but we can resize the Gimbal window manually and get around it.

First, make sure your screen has a native resolution of at least 1024x768. It is the minimum that Gimbal requires to display all the screen elements.

In the Gimbal installation directory, open ClientOptions.xml with Notepad. Find "XResolution" and "YResolution" and change them to the following values:

<XResolution>1024</XResolution>
<YResolution>768</YResolution>