These are the files which should be in this package: The Docs ------------ RPGSPC09.TXT - Official Hexen RPG Specs v0.9 HEXSPC09.DOC - Official Hexen Specs v0.9 PLAYINFO.TXT - A VERY short player documentation file. Basically Outdated ------------ RSD.TXT - Old draft of the RPG specs. This probably isn't that useful to RPG WAD authors, but contains more player documentation then any other file. This file is not "official", but I decided that the the player docs were accurate enough for inclusion. (100% accurate, in fact) NOTE: Unfortunately, not much of the rest is that accurate, so don't actually trust any chapter other then chapter 2.0 to be accurate. RPGOLD.WAD - Very first attempt at making an RPG WAD. This has the look and feel of an RPG WAD, and even though it has several bugs and was created WAY before I even though of the RPG specs, it does serve to illustrate some of the basic principals behind an RPG WAD. The Source ------------ GIVAWAYS.ACS - Lists of numbers (experience per monster, gold per weapon, etc.) SPECIALS.ACS - Lists of specials used in scripting. RPGLIB.ACS - RPGLIB, the RPG WAD script library; the only #include you need! COMMON.ACS - Automatically includes WVARS WVARS.ACS - All of the world variables can be put in here. DEFS.ACS - Misc. definitions used in scripting. The Compiler ------------ ACC.EXE - Script compiler EZ-RPG ------------ EZRPG.BAT - Automatically run Hexen with the correct -files. Will maintain a new set of savegames for your charector, and you will need to load one of them when Hexen starts. BTW, the old savegames aren't deleted, they are backed up while you play the Hexen RPG, and are restored after, and vice-versa for your Hexen RPG savegames. NOTE: The "directory already exists" messages are perfectly normal. Don't worry. The WADS ------------ RPGBASE.WAD - The foundation on which the entire RPG spec is built. RPGCREAT.WAD - Creates your stats for you. RPGDEMO.WAD - Demonstrates the power of the RPG WAD spec. Misc. ------------ RPGINFO.TXT - Information on the information file of an RPG WAD. BASESTUP.LMP - Include this in the MAPINFO lump of all RPG WADs! Comments: Put all WAD files into your Hexen directory.