OSDN Git Service

README-jp.txtのBOMを削除した
[starfighter-jp/starfighter-jp.git] / README.txt
1 Copyright (C) 2015, 2016 onpon4 <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. Most of
27   this work was done by the previous project at SourceForge; the current
28   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   "Classic" difficulty approximates it as closely as possible.
34
35 * Much of the dialog has been changed. There are various reasons for
36   this; some of these include fixing bad writing, making the dialog
37   match new music queues, and giving the characters more personality.
38
39 * In many places, the interface has been considerably improved. As an
40   example, the simplistic target arrow of the original has been replaced
41   with a system of several arrows, one for each ship.
42
43 * Typing "humansdoitbetter" in the title screen no longer enables
44   cheats. This is actually because the switch to SDL2 broke the original
45   feature, and rather than fixing it, I just replaced it with something
46   else. I'll let you figure out what the new method to access the cheat
47   menu is. :)
48
49
50 COMPILING FROM SOURCE
51
52 Project: Starfighter depends on the following libraries to build:
53
54 * SDL2 <http://libsdl.org>
55 * SDL2_image <http://www.libsdl.org/projects/SDL_image/>
56 * SDL2_mixer <http://www.libsdl.org/projects/SDL_mixer/>
57
58 Once you have all dependencies installed, simply run:
59
60     make
61
62 And optionally (as root):
63
64     make install
65
66 If this doesn't work, you may need to tweak the makefile.
67
68 To play, simply run the starfighter binary.