summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2001-11-05 02:47:58 +0000
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:36 +0200
commit06371ecc4597b34bf5f9ac3cd9bfa3c835c528f3 (patch)
tree9699d409030a11c26b7808005e58f66d0a21ec10 /README
parent442b6b52ea287efbd8e12b8b73327558fee58f34 (diff)
Re-fixed the menus and enabled another font drawing function.
Fixed Profile Loading/Saving (had to disable debug mode).
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index 2e880f3..e95ce1c 100644
--- a/README
+++ b/README
@@ -44,13 +44,18 @@ the CFLAGS line (the one that's uncommented) in the Makefile. Rename all game
files lowercase. Be sure to install SDL 1.2 (http://www.libsdl.org), nasm
0.98, and the latest OpenAL CVS (http://www.openal.org).
+Create the MPConfig and User_Profiles directories if they do not exist.
+(Note: Windows profiles probably do not work in Linux and vice versa)
+
If you have the regular edition, add -DREGULAR_EDITION to CFLAGS.
relnev:~/avp/AvP Demo 3 - Alien$ ls
-aenglish.txt alienavp_huds/ alienfastfile/ avp_rifs/
+aenglish.txt alienavp_huds/ alienfastfile/ avp_rifs/ MPConfig/
+User_Profiles/
relnev:~/avp/Gold Edition$ ls
avp_huds/ avp_rifs/ cd tracks.txt default.cfg fastfile/ language.txt
+MPConfig/ User_Profiles/
Support for the demo is not quite complete (some sounds are missing and some
text is incorrect/missing).