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: 839 |
Thanked: 3,386 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: 839 |
Thanked: 3,386 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: 839 |
Thanked: 3,386 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.