home *** CD-ROM | disk | FTP | other *** search
/ Fujiology Archive / fujiology_archive_v1_0.iso / !FALCON / !BONUS / GAMES / WOLF3D.ZIP / readme < prev    next >
Text File  |  2001-10-29  |  2KB  |  54 lines

  1. This is a October 28, 2001 Snapshot of "Wolfenstein 3D Linux" by Steven
  2. Fuller.  It is an unofficial Linux port of the id Software game, Wolfenstein
  3. 3D (1992).
  4.  
  5. I am releasing this snapshot to find out what still needs to be done to make 
  6. this port 'complete.'  So all feedback is welcome.
  7.  
  8. My Goal:
  9. Take the 1992 DOS game, and bring it to Linux.  Extra features will be kept
  10. at a minimum.
  11.  
  12. To compile, type: make
  13. Be sure to have SDL 1.2 (http://www.libsdl.org) installed.
  14.  
  15. To change which version of the game is used, edit version.h (change the
  16. #define WMODE <number> line, replacing <number> with: 0 for the Wolfenstein
  17. 3D Shareware (WL1), Wolfenstein 3D registered, all six episodes (WL6), the
  18. Spear of Destiny Demo (SDM), and Spear of Destiny (SOD).  Make sure you have
  19. the latest versions of the game).  Wolfenstein 3D, the first three episodes
  20. (WL3) is not supported; let me know if you have a copy (or you could pick up
  21. a copy of the full version...).  To find out where to get the
  22. demos/shareware, look in NOTES.
  23.  
  24. Sound support is there.  Edit the Makefile (find the line that has 'OBJS +=
  25. sd_null.o'.  Add a # in front of it, and remove the # from the next three
  26. lines.  Recompile and sound should work.)
  27.  
  28. If you have anything to contribute to NOTES (interesting facts, etc),
  29. please let me know.
  30.  
  31. Note:
  32. Config files are not implemented.  They should be implemented in the next
  33. release.
  34.  
  35. If you like your Wolf3D with OpenGL, be sure to check out WolfGL:
  36. http://www.sourceforge.net/projects/wolfgl/
  37.  
  38.  
  39. Thanks:
  40. * id Software
  41. * David Haslam
  42. * Ryan Gordon
  43. * Bill Heineman
  44. * Dan Olson
  45. * Leonardo Zide
  46. * Tatsuyuki Satoh
  47. * Chuck Mason
  48. * And everyone who has emailed me about this code! Thanks!
  49.  
  50. -----
  51. Steven Fuller
  52. relnev@icculus.org
  53. http://icculus.org/wolf3d/
  54.