You are here: Flying Aardvark's website -> Flight Club -> FAQ
Yes. The cost is £10 (ten pounds sterling) or 15 euros. I accept cash, UK cheque and international money orders. Please include your email address with your payment and post it to:
Dan Burton, Flight Clubhouse, Flat 24 College Green, 55-57 Barrington Road, Brixton, London, SW9 7JG, ENGLAND Alternatively, if you are a *geek* you may compile your own version of Flight Club from the source code. See the next question (2).Yes. This is an open source project. You are free to download the source and use/test/develop it as you wish. If you get stuck after downloading the source read the next question.
The source code needs to be compiled. Are you a geek ? If not, you should probably read the first question above (1). If you are new to Java programming then welcome aboard ! You may download the java compiler (~40Meg) from java.sun.com. Install the SDK. It will come with instructions on how to do that. Remember to update your PATH enviroment variable. Next, in a DOS box/terminal go to the folder where you have unzipped the Flight Club source and type
javac -target 1.1 XCGameApplet.java
Look in the folder and you should now see the source files (*.java), the compiled object code (*.class) and a html file called hg_popup.htm. Open hg_popup in your browser. Bingo ! You now have your own copy of Flight Club running locally on your machine.
If the above sounds like lots of hassle then read the first question above (1).
No. Flight Club is written in Java which usually comes with the browser. Just make sure that Java is enabled in the advanced settings of your internet options/preferences.
Java applets run best on Windows in Internet Explorer 5+. Mac users should install the latest version of Mac OS Runtime for Java (MRJ). If on Linux try using either Konqueror or Mozilla as your browser.
You must click on the applet (to give it the focus) before you press 'y' to start playing the game.
Not yet, but have a look at the plans for phase two, code named Site Builder. Perhaps you (or your club ?) could make a donation to help fund the programming and hosting costs of phase two.
No, the applet uses my own 3d graphics routines.
I'd like to build a multi-player version to run over the LAN. However, given the arcade style speed of the game and the slowness of I/O over the NET I'm not sure it would work well over the NET. Remember, this is an open-source project. I would be very happy to see someone else take on the task of building the multi-player version of Flight Club. For the time being, my priority is writing the Site Builder applet.
Yes. Download the source code and edit the file GliderUser.java. Edit the keyPressed and KeyReleased routines - insert the required ascii codes in place of 122 ( for 'z') and 120 (for 'x'). Next, recompile the class. Job done !
I use emacs, a command shell and the java SDK 1.4.0. My OS was Windows but is now GNU/Linux. I have ranted about the virtues of going open-source. In my web log I talk about Mandrake's distribution of GNU/Linux.
Please send me an email with a link to your website and ask first. Basically, if the site is non-commercial and you respect the GNU General Public License then no problem; though a donation would be nice. ;-)
No, HangSim is already a very good simulator with realistic graphics. My little applet focuses on the decision making process involved in flying cross-country. Flight Club's graphics will always be *low-tech*; there will be a even fewer polygons when the game runs on PDA's and 3g phones !
The spacebar is niether a toggle nor something you hold down. Just hit it when you think you are in a thermal. If you are in a thermal the glider will start to circle. It will continue climbing until you press z
or x
; or until the cloud you are under decays. If you are not in lift the glider will shake its head and then resume normal flight.
By the way, if you are in ridge lift then pressing the spacebar will make your glider start to ridge soar.
Don't rely too much on the space bar. Pretty soon it will be available only in training mode. To compete in the league you must find those cores yourself.