]> icculus.org git repositories - taylor/freespace2.git/blob - README
updated
[taylor/freespace2.git] / README
1 Don't have the game?  Where to buy:
2 http://shop.store.yahoo.com/softwares4u/ga891.html
3
4 For more information about the game and its source code:
5 http://www.freespace2.com/
6 http://dynamic4.gamespy.com/~freespace/forums/
7 http://fs2source.warpcore.org/
8
9 06/16/2002
10
11 Current status:
12 - It currently uses SDL (http://www.libsdl.org) and OpenAL
13 (http://opensource.creative.com)
14
15 - The code requires GNU g++ 3.0 or g++ 3.1.  gcc 2.95 and earlier will not
16 work.
17
18 - The OpenGL code is complete minus one or two things, but it is unoptimized.
19
20 - Keyboard, mouse, and joystick work.
21
22 - Lots of debug messages.  Recompile with NDEBUG defined to get rid of them.
23
24 - Only the demo was tested.  The full version may or may not work (edit
25 pstypes.h to build the full version).  Mods, etc. have also not been tested.
26
27 - Networking (TCP) seems to work OK.  Linux<->Linux works great, Lin<->Win
28 not tested.
29
30 - Sound code is only partially implemented.
31
32 - Currently all files (*.vp) need to be in the current working directory.
33
34 - The Windows version might still compile, but wasn't tested.  (The
35 Linux-specific code is separated by a PLAT_UNIX define).  Fred2, etc., were
36 not touched.
37
38 ----------------------------------------------
39 Freespace 2 (http://www.freespace2.com)
40             - A game by Volition, Inc. (http://www.volition-inc.com)
41
42 Linux port hacked together by:
43 Dan Olson <theoddone33@linuxgames.com>
44 Steven Fuller <relnev@icculus.org>
45 Charles Mason <cemason@hotpop.com>
46
47 This project is NOT supported by Volition or Interplay.
48
49 http://www.icculus.org/projects/freespace2/
50
51 Based on the Freespace 2 source code:
52 Copyright (C) Volition, Inc. 1999.  All rights reserved.
53
54 All source code herein is the property of Volition, Inc. You may not sell
55 or otherwise commercially exploit the source or things you created based on
56 the source.