OSDN Git Service

got 8086 port of wolf3d to work and sod to work
[proj16/16.git] / 16 / sod8086 / readme / release.txt
1 We are releasing this code for the entertainment of the \r
2 user community.  We don't guarentee that anything even \r
3 builds in here.  Projects just seem to rot when you leave \r
4 them alone for long periods of time.\r
5 \r
6 This is all the source we have relating to the original \r
7 PC wolfenstein 3D project.  We haven't looked at this \r
8 stuff in years, and I would probably be horribly embarassed \r
9 to dig through my old code, so please don't ask any questions \r
10 about it. The original project was built in borland c++ 3.0.  \r
11 I think some minor changes were required for later versions.\r
12 \r
13 You will need the data from a released version of wolf or spear \r
14 to use the exe built from this code.  You can just use a \r
15 shareware version if you are really cheap.\r
16 \r
17 \r
18 Some coding comments in retrospect:\r
19 \r
20 The ray casting refresh architecture is still reasonably \r
21 appropriate for the game.  A BSP based texture mapper could \r
22 go faster, but ray casting was a lot simpler to do at the time.\r
23 \r
24 The dynamically compiled scaling routines are now a Bad Thing.  \r
25 On uncached machines (the original target) they are the fastest \r
26 possible way to scale walls, but on modern processors you just \r
27 wind up thrashing the code cash and wrecking performance.  \r
28 A simple looping texture mapper would be faster on 486+ machines.\r
29 \r
30 The whole page manager caching scheme is unecessarily complex.\r
31 \r
32 Way too many #ifdefs in the code!\r
33 \r
34 \r
35 Some project ideas with this code:\r
36 \r
37 Add new monsters or weapons.\r
38 \r
39 Add taller walls and vertical motion.   This should only be \r
40 done if the texture mapper is rewritten.\r
41 \r
42 Convert to a 32 bit compiler.  This would be a fair amount \r
43 of work, but I would hate to even mess with crusty old 16 \r
44 bit code.  The code would get a LOT smaller.\r
45 \r
46 Make a multi-player game that runs on DOOM sersetup / ipxsetup drivers.\r
47 \r
48 \r
49 Have fun...\r
50 \r
51 John Carmack\r
52 Technical Director\r
53 Id Software\r