diff options
| author | Steven Fuller <relnev@icculus.org> | 2001-08-25 06:44:15 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:36 +0200 |
| commit | 39a1a567725c8eb927fb6a94d7cd0745f1b46090 (patch) | |
| tree | e5a977f775808db0123c7fff63f2fa3c6f672b57 /README | |
| parent | acbc8ea8b8f3f1b50aac139d3aacabd68ec42ded (diff) | |
Fixed water drawing.
Added a better hack to the Text loader (for Alien demo).
Fixed water texture paths for Alien Demo.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -13,6 +13,8 @@ end users." Hopefully this status will change in the not-so-distant future. + + Obviously this README is totally incomplete, and will probably remain so for quite a while, so I'll just try to list a few important notes. @@ -28,6 +30,26 @@ You can find the original source code and other related tools at: http://www.avpnews.com/mods/tools/ +Yes, the code does currently do something. No, it's not ready for a release. +No, it is not vaporware. I hope to at least complete the single portion of +the game before making an official release. + + +If you are really itching to try this out, either install the Gold Ed. in +windows/vmware (read below to find out why), or download the AvP Alien demo. +If you are wanting to run the Alien demo (the installer is an .exe but you +can just use unzip to extract the files from the .exe), add -DALIEN_DEMO to +CFLAGS (the one that's uncommented). Rename all game files lowercase. + +relnev:~/avp/AvP Demo 3 - Alien$ ls +aenglish.txt alienavp_huds/ alienfastfile/ avp_rifs/ +relnev:~/avp/Gold Edition$ ls +avp_huds/ avp_rifs/ cd tracks.txt default.cfg fastfile/ language.txt + +Support for the demo is not quite complete (some sounds are missing and some +text is incorrect/missing). + + The source code that was released only works with Aliens vs Predator Gold. In the future I'd like this port to support Gold, Regular and the three demos. Plus, I am told that the Regular edition does seem to work by @@ -72,3 +94,6 @@ Last, but surely not least: Thanks go out to Chuck Mason for testing and the OpenAL code, Dan Olson for trying the code out with the Regular version, and Ryan C. Gordon for hosting this project. + +--- +Steven Fuller <relnev@icculus.org> |
