| The Following 20 Users Say Thank You to AapoRantalainen For This Useful Post: | ||
|
|
2012-04-12
, 13:04
|
|
Posts: 1,680 |
Thanked: 3,685 times |
Joined on Jan 2011
|
#3
|
| The Following 2 Users Say Thank You to vi_ For This Useful Post: | ||
|
|
2012-04-12
, 13:37
|
|
Posts: 915 |
Thanked: 3,209 times |
Joined on Jan 2011
@ Germany
|
#4
|
| The Following 3 Users Say Thank You to sulu For This Useful Post: | ||
|
|
2012-04-12
, 18:52
|
|
Posts: 838 |
Thanked: 3,384 times |
Joined on Mar 2009
|
#5
|
For your next trick get this to work.
mkdir zarch cd zarch/ wget http://thom.best.vwh.net/zarch-0.92-libc6.tar.gz tar zxvf zarch-0.92-libc6.tar.gz cd zarch-0.92 wget http://cc.oulu.fi/~rantalai/maemo5/qemu-i386.tar.gz tar zxvf qemu-i386.tar.gz ./qemu-i386 ./lib/ld-linux.so.2 --library-path ./lib ./xzarch
fork sndsrv: Invalid argument No useable fonts found ! Text output impossible
|
|
2013-03-21
, 19:33
|
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#7
|
| The Following 2 Users Say Thank You to Estel For This Useful Post: | ||
|
|
2013-03-22
, 11:54
|
|
Posts: 838 |
Thanked: 3,384 times |
Joined on Mar 2009
|
#8
|
| The Following 3 Users Say Thank You to AapoRantalainen For This Useful Post: | ||
|
|
2013-06-07
, 03:23
|
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#9
|
| The Following 2 Users Say Thank You to Estel For This Useful Post: | ||
|
|
2013-06-19
, 10:32
|
|
Posts: 838 |
Thanked: 3,384 times |
Joined on Mar 2009
|
#10
|
key_quit = backspace # Quit key_yes = y # Yes key_no = n # No key_throttle_more = w # Motor +5% key_throttle_less = e # Motor -5% key_view_external = r # External views key_view_still = t # Travelling view key_view_internal = y # Internal views key_zoom_out = u # Zoom out key_zoom_in = i # Zoom in key_view_next = o # View next plane key_view_previous = p # View previous plane key_view_self = s # View your plane or closest ennemy key_view_map = k # Map mode key_look_raise = a # Rise your head key_look_lower = z # Lower your head key_look_left = left # Turn left your head key_look_right = right # Turn right your head key_look_ahead = d # Look ahead key_look_back = x # Look backward key_look_at_left = [1] # Look at left key_look_at_right = [2] # Look at right key_look_up = [3] # Look up key_look_panel = [4] # Look at the instrument panel key_gears = g # Gear key_flaps = f # Flaps key_brakes = b # Brakes key_autopilot = h # Autopilot key_buy = c # Buy a plane key_pause = q # Pause key_scores = alt gr # See Highscores key_acceleration = [5] # Accelerated mode key_navpoint_to_base = j # Set navpoint to home base key_suicide = [6] # Suicide key_flag_map = l # Flag the map at plane's position key_nose_down = v # Nose down key_nose_up = n # Nose up key_roll_left = left shift # Roll left key_roll_right = m # Roll right key_center_stick = [7] # Center stick key_shoot = space # Fire key_alt_weapon = left ctrl # Change weapon
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.
{ 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 (...?)" }//