All of the files and support programs for alpha CoffeeMud v1.0 are contained in these files: CoffeeMud.zip -------------- All source .java, guides, and resource files for CoffeeMud telnet server application. Includes database.sql file for building the v1.0 database, build ms-dos batch file, and executable ms-dos batch file. MSAccessDatabase.zip -------------- A pre-populated CoffeeMud v1.0 Microsoft Access database. MUDGrinder.zip -------------- CoffeeMud v1.0 online area editor source .java files. This version ONLY works with CoffeeMud v1.0!!! --------------------------------------------------------------------- Installation instructions for CoffeeMud v1.0: 1. Unpack the CoffeeMud.zip file, restoring the exact directory structure as is! The guides and resources directories, and the coffeemud.ini file MUST be in the same place as the com directory, and coffeemud MUST be started from this directory. 2. If you plan to use the example access database, download it and unpack it somewhere. Doesn't matter where. If you plan to create your own database, use the database.sql sql script file located in the CoffeeMud.zip file to create a new database. Populate at least one room in the CMROOM table, and at least one row of the CMCHAR table. Put whatever you like for most fields, but make the CMCLAS field in the CMCHAR table 'Archon'. 3. Create an odbc or jdbc data source, and point it to your CoffeeMud database. Modify the coffeemud.ini with your data source information. 4. start coffeemud from the same directory as the com directory. Make sure "." is in your classpath! Start with "java com.planet_ink.coffee_mud.application.MUD" 5. Have fun, use at your own risk. There is no support or warranty or anything for this version!