- Joined
- Jan 18, 2010
- Messages
- 11,422
So this is my first PND release to the repo: Fachoda-Complex.pnd
Since It's being actively worked on by rixed, I will try to keep this up to it's current version.
Fachoda-Complex is a flight simulator/arcade game for Linux, tailored for small hardware configs.
I have two executables, a low-res 400x240 upscaled (600mhz min) and hi-res 800x480 (native resolution) which needs at least 800mhz to work properly, there will be ground clipping issues if you run any slower.
Since this is a flight sim game, it has a ton of keys to deal with, I made them as Pandora friendly as I could. The Nubs/mouse is used for control, but can be configured in keyboard mode to use the D-pad.
Default Key Bindings
[/CODE]
The in game feature to change the key binding yourself is pretty hacky and you have to set all the keys at once and isn't friendly if you make mistakes.. If you do make a mistake, for now you need to delete the .fachoda-keys file in the appdata directory and try it again.
Edit: Thanks Pickle, Mcobit, Notaz and Rixed for helping a n00b out porting this. Also Notaz thanks for the new update on the SDL, it made the game more playable having the option for mouse(nub) mode.
Since It's being actively worked on by rixed, I will try to keep this up to it's current version.
Fachoda-Complex is a flight simulator/arcade game for Linux, tailored for small hardware configs.
I have two executables, a low-res 400x240 upscaled (600mhz min) and hi-res 800x480 (native resolution) which needs at least 800mhz to work properly, there will be ground clipping issues if you run any slower.
Since this is a flight sim game, it has a ton of keys to deal with, I made them as Pandora friendly as I could. The Nubs/mouse is used for control, but can be configured in keyboard mode to use the D-pad.
Default Key Bindings
Code:
Quit = ESC
Motor +5% = START
Motor -5% = SELECT
External views = 5
Travelling view = 6
Internal views = 4
Zoom out = 7
Zoom in = 8
View next plane = 2
View previous plane = 3
View your plane or closest ennemy = 1
View next bomb = v
Rise your head = PAGEUP (Y)
Lower your head = PAGEDOWN (X)
Turn left your head = HOME (A)
Turn right your head = END (
Look ahead = w
Look backward = s
Look at left = ,
Look at right = .
Look up = a
Look at the instrument panel = z
Gear = g
Flaps = f
Brakes = b
Autopilot = p
Buy a plane = 0
Nose down = UP
Nose up = DOWN
Roll left = LEFT
Roll right = RIGHT
Center stick = BACKSPACE
Fire = Right Trigger / Left Mouse
Change weapon = Left Trigger / Right Mouse
Pause = Enter
See Highscores = TAB
Accelerated mode = x (Sluggish on Pandora)
Set navpoint to home base = n
Map mode = m
Suicide = F12
Flag the map at plane's position = c
Emergency UP! = h
Gun this plane = j
The in game feature to change the key binding yourself is pretty hacky and you have to set all the keys at once and isn't friendly if you make mistakes.. If you do make a mistake, for now you need to delete the .fachoda-keys file in the appdata directory and try it again.


Edit: Thanks Pickle, Mcobit, Notaz and Rixed for helping a n00b out porting this. Also Notaz thanks for the new update on the SDL, it made the game more playable having the option for mouse(nub) mode.
Last edited by a moderator: