Jetout by Unique [web]
JetOut 0.9 - Assembly 07 Compo version by Unique For XNA Windows -------------------------------------------------- Copyright Anssi Penttilä Hardware requirements --------------------- - This game requires Vertex and Pixel shader 2.0 capable graphics card Software requirements ---------------------- - XNA Game studio express. Recommended system ------------------ - Atleast 2.0 ghz CPU - with atleast 512 mt ram - Fast graphics card with atleast 64 mt ram ---------------------------------------------------------------------------------------- 1. Introduction --------------- JetOut is a simple futuristic racing game where the goal is simply to drive through the track as fast as possible. 2. Setting up the game settings ------------------------------- Currently you must set settings for the game by editing xml file called "Settings.xml" which can be found under: "@install_dir\Content\" directory. In this file you can make following changes: <ScreenWidth>x</ScreenWidth> where x means the horizontal resolution in pixels <ScreenHeight>y<ScreenHeight> where y means the vertical resolution in pixels <FullScreen>t</FullScreen> where t is true or false for example: <ScreenWidth>1280</ScreenWidth> <ScreenHeight>720</ScreenHeight> <FullScreen>true</FullScreen> Sets the game into 1280x720 widescreen mode in fullscreen. If you have performance problems you should try: <ScreenWidth>800</ScreenWidth> <ScreenHeight>600</ScreenHeight> <FullScreen>true</FullScreen> 3. Playing the game -------------------- as from now on GAMEPAD refers to XBOX360 controller 3.1 Main menu 3.1.1. Controls - Keyboard up arrow / GAMEPAD up : move selection up - Keyboard down arrow / GAMEPAD down : move selection down - Keyboard space/ENTER / GAMEPAD a : do selection - Keyboard esc / GAMEPAD back : Exit the game 3.2 One player - game 3.2.1. Controls - Keyboard up arrow / GAMEPAD right trigger : accelerate - Keyboard down arrow / GAMEPAD left trigger : brake / reverse - Keyboard left arrow / GAMEPAD left stick left : steer left - Keyboard right arrow / GAMEPAD left stick right : steer right - Keyboard right CTRL / GAMEPAD A button : use boost - Keyboard esc / GAMEPAD back : back to main menu 3.3. The players - game 3.3.1. Controls The controls are the same for the player one and the controls for player two are the following: - Keyboard w : accelerate - Keyboard s : brake / reverse - Keyboard a : steer left - Keyboard d : steer right - Keyboard left CTRL : use boost 4. Credits ---------- Programming, game design, modelling and graphics - Anssi Penttilä Music, Modelling, graphics - Aarni Gratseff Graphics - Lauri Gratseff Original game idea partially - Aarni Gratseff
[ back to the prod ]