View Single Post
Posts: 838 | Thanked: 3,384 times | Joined on Mar 2009
#1
I just pushed fachoda-complex to the extras-devel. It is optified and has proper menu shortcut.

Fachoda-complex is a flight simulator/arcade game for Linux, tailored for small hardware configs.

It’s free software so you can freely use, copy, modify and re-distribute it under the terms of the GPLv3.

Homepage: http://rixed.github.com/fachoda-complex/
There are also manual and tutorial.

Maemo sources: https://github.com/aapo/fachoda-complex
Video (N900): https://www.youtube.com/watch?v=w8GY...ature=youtu.be

What is issue then? There are no playable settings for keys. Game has 'challenging' configuration for setting keys, and I haven't yet checked what are most important keys.
(bug filed already: https://github.com/rixed/fachoda-complex/issues/39). Can you help with configurations, so we can start playing?

I pasted current keys from sourcecode, comments are mine. Function keys marks them which can't accessed at this moment.
Code:
    { SDLK_BACKSPACE, "Quit" },
    { SDLK_y, "Yes" },
    { SDLK_n, "No" },

    { SDLK_w, "Motor +5%" },
    { SDLK_e, "Motor -5%" },

    { SDLK_r, "External views" },
    { SDLK_t, "Travelling view" },
    { SDLK_y, "Internal views" },
    { SDLK_F1, "Zoom out" }, // in external views
    { SDLK_F2, "Zoom in" },  // in external views
    { SDLK_o, "View next plane" },
    { SDLK_p, "View previous plane" },
    { SDLK_s, "View your plane or closest ennemy" },
    { SDLK_m, "View next bomb" },
    { SDLK_a, "Rise your head" },
    { SDLK_z, "Lower your head" },
    { SDLK_LEFT, "Turn left your head" },
    { SDLK_RIGHT, "Turn right your head" },
    { SDLK_d, "Look ahead" },
    { SDLK_x, "Look backward" },
    { SDLK_F3, "Look at left" }, //almost same than turn left
    { SDLK_F4, "Look at right" }, //almost same than turn right
    { SDLK_F5, "Look up" },  //almost same than turn up
    { SDLK_F6, "Look at the instrument panel" },

    { SDLK_g, "Gear" },
    { SDLK_f, "Flaps" },
    { SDLK_b, "Brakes" },
    { SDLK_h, "Autopilot" },
    { SDLK_c, "Buy a plane" },
    { SDLK_v, "Nose down" },
    { SDLK_n, "Nose up" },
    { SDLK_F4, "Roll left" },  //
    { SDLK_F6, "Roll right" }, //
    { SDLK_F6, "Center stick" }, //
    { SDLK_SPACE, "Fire" },
    { SDLK_j, "Change weapon" },

    { SDLK_q, "Pause" }, //
    { SDLK_F1, "See Highscores" }, //not so important
    { SDLK_F8, "Accelerated mode" }, //not so important
    { SDLK_F9, "Set navpoint to home base" }, //
    { SDLK_k, "Map mode" }, //
    { SDLK_F9, "Suicide" }, //not so important
    { SDLK_l, "Flag the map at plane's position" },//

    { SDLK_F8, "Emergency UP! (...?)" }, //
    { SDLK_F7, "Gun this plane (...?)" }//
 

The Following 20 Users Say Thank You to AapoRantalainen For This Useful Post: