Go to file
onpon4 14a9dace7e Let Kline switch weapons on Venus (except in Classic difficulty).
It's a modified version of the weapon switching: if Kline's health
is less than 1500, the spread shot replaces the concentrated triple
shot.

This also keeps Kline with bullet weapons during the third phase.

The main purpose of this change is to make Kline consistent. He now
switches his secondary weapon, and that's about it. The way it was
in the original, it started out much easier than previous encounters,
then it went to slightly easier than previous encounters, then
something completely unlike previous encounters, and finally
something noticeably harder than previous encounters. Now, it starts
out exactly the same as previous encounters, and then gets
progressively harder.
2016-01-08 18:09:35 -05:00
data Removed the suggestion from the Comms screen that Phoebe's name is unknown. 2016-01-08 10:37:19 -05:00
docs Updated copyright notices, marked starfighter.desktop as trusted. 2016-01-03 17:49:32 -05:00
gfx Added transparent centers to the friend arrows. 2016-01-08 13:02:22 -05:00
misc Updated copyright notices, marked starfighter.desktop as trusted. 2016-01-03 17:49:32 -05:00
music Fixed a mistake in editing through_space.ogg. 2015-06-11 22:55:04 -04:00
sound Replaced all sound effects with the plain Ogg sound effects from 1.2. 2015-02-26 09:06:50 -05:00
src Let Kline switch weapons on Venus (except in Classic difficulty). 2016-01-08 18:09:35 -05:00
.gitignore Proper fix. 2015-04-05 17:26:37 -04:00
COPYING Added a copy of the GNU GPL. 2015-02-26 11:11:10 -05:00
LICENSES Added special target text for Kline. 2016-01-08 11:09:13 -05:00
Makefile Bumped version to 1.5. 2016-01-06 22:00:55 -05:00
README.txt Updated copyright notices, marked starfighter.desktop as trusted. 2016-01-03 17:49:32 -05:00

README.txt

Copyright (C) 2015 onpon4 <onpon4@riseup.net>

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.  This file is offered as-is,
without any warranty.

========================================================================


Thank you for downloading Project: Starfighter! This readme is just a
basic overview of the game and instructions for building; for
instructions on how to play the game, see docs/index.html.

Project: Starfighter is a space shoot 'em up game originally developed
by Parallel Realities in 2002, and released in 2003. You assume the role
of Chris Bainfield in his quest to put an end to WEAPCO, the weapons
corporation which has enslaved the galaxy.

If you played one of the versions of Project: Starfighter distributed by
Parallel Realities, you might notice some differences in this version
compared to the original:

* The graphics, sounds, and music are all completely different. This is
  because most of the original media was not properly licensed, and
  therefore needed to be replaced to make the game 100% libre and legal.
  Most of this work was done by the previous project at SourceForge;
  this project completed that work by adding music and replacing one
  non-libre graphic that got into version 1.2 by mistake.

* There are several gameplay changes. These changes were mostly done to
  balance the game better. However, if you want the original experience,
  "original" difficulty approximates it as closely as possible (short of
  implementing bugs on purpose).

* Typing "humansdoitbetter" in the title screen no longer enables
  cheats. This is actually because the switch to SDL2 broke the original
  feature, and rather than fixing it, I just replaced it with something
  else. I'll let you figure out what the new method to access the cheat
  menu is. :)


COMPILING FROM SOURCE

Project: Starfighter depends on the following libraries to build:

* SDL2 <http://libsdl.org>
* SDL2_image <http://www.libsdl.org/projects/SDL_image/>
* SDL2_mixer <http://www.libsdl.org/projects/SDL_mixer/>

Once you have all dependencies installed, simply run:

    make

And optionally (as root):

    make install

If this doesn't work, you may need to tweak the makefile.

To play, simply run the starfighter binary.