OSDN Git Service

Project: Starfighter 1.4 オリジナル
[starfighter-jp/starfighter-jp.git] / README.txt
1 Copyright (C) 2015 Julian Marchant <onpon4@riseup.net>
2
3 Copying and distribution of this file, with or without modification,
4 are permitted in any medium without royalty provided the copyright
5 notice and this notice are preserved.  This file is offered as-is,
6 without any warranty.
7
8 ========================================================================
9
10
11 Thank you for downloading Project: Starfighter! This readme is just a
12 basic overview of the game and instructions for building; for
13 instructions on how to play the game, see docs/index.html.
14
15 Project: Starfighter is a space shoot 'em up game originally developed
16 by Parallel Realities in 2002, and released in 2003. You assume the role
17 of Chris Bainfield in his quest to put an end to WEAPCO, the weapons
18 corporation which has enslaved the galaxy.
19
20 If you played one of the versions of Project: Starfighter distributed by
21 Parallel Realities, you might notice some differences in this version
22 compared to the original:
23
24 * The graphics, sounds, and music are all completely different. This is
25   because most of the original media was not properly licensed, and
26   therefore needed to be replaced to make the game 100% libre and legal.
27   Most of this work was done by the previous project at SourceForge;
28   this project completed that work by adding music and replacing one
29   non-libre graphic that got into version 1.2 by mistake.
30
31 * There are several gameplay changes. These changes were mostly done to
32   balance the game better. However, if you want the original experience,
33   "original" difficulty approximates it as closely as possible (short of
34   implementing bugs on purpose).
35
36 * Typing "humansdoitbetter" in the title screen no longer enables
37   cheats. This is actually because the switch to SDL2 broke the original
38   feature, and rather than fixing it, I just replaced it with something
39   else. I'll let you figure out what the new method to access the cheat
40   menu is. :)
41
42
43 COMPILING FROM SOURCE
44
45 Project: Starfighter depends on the following libraries to build:
46
47 * SDL2 <http://libsdl.org>
48 * SDL2_image <http://www.libsdl.org/projects/SDL_image/>
49 * SDL2_mixer <http://www.libsdl.org/projects/SDL_mixer/>
50
51 Once you have all dependencies installed, simply run:
52
53     make
54
55 And optionally (as root):
56
57     make install
58
59 If this doesn't work, you may need to tweak the makefile.
60
61 To play, simply run the starfighter binary.