Home / OldFiles
Name Modified Size InfoDownloads / Week
Parent folder
TigerMUD_Setup.msi 2005-11-20 1.3 MB
TigerMUD_Developers_Guide.txt 2005-04-06 16.2 kB
TigerMUD_Install_Guide_WinXP.txt 2004-11-10 7.3 kB
Readme_TigerMUD_Windows_Setup.txt 2004-11-09 5.7 kB
TigerMUD1.6.1.zip 2004-11-07 810.6 kB
TigerMUD1.6.zip 2004-11-07 810.6 kB
TigerMUD1.5.zip 2004-10-08 91.9 kB
TigerMUD1.41.zip 2004-09-28 42.9 kB
TigerMUD1.4.zip 2004-09-27 42.9 kB
TigerMUD1.3.zip 2004-09-19 50.3 kB
TigerMUD1.2.zip 2004-09-14 37.2 kB
TigerMUD1.1.zip 2004-09-11 36.2 kB
tigermud10.ZIP 2004-09-10 33.5 kB
Totals: 13 Items   3.3 MB 0
TigerMUD installation and configuration on Windows.
by Adam Miller

(These steps were tested on November 8, 2004 on Windows XP. The product versions are listed to provide a known-good reference platform. Other versions may work just as well.)

Report bugs and ask questions in the discussion forum at the TigerMUD project Web page:
http://sourceforge.net/projects/tigermud/


TortoiseCVS Install and Config
==============================
Download and install TortoiseCVS 1.8.5 from:
http://www.tortoisecvs.org/download.shtml

Create a c:\TigerMUD folder (or wherever you want), right-click the new folder, and then click CVS Checkout...

The TortoiseCVS Checkout Module dialog appears.
===============================================
Here, you must choose between the next two procedures: 
1. Setting up anonymous read-only source code access.
2. TigerMUD dev team setup for read/write source code access.

1. For anonymous (read-only) source code access:
---------------------------------------------
For CVSROOT string, paste in: 
-d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/tigermud
This action will populate other fields accordingly.
Module=TigerMUD
Click OK, then all the latest code will download into your folder.

2. For TigerMUD developer team members (read/write access):
--------------------------------------------------------
For CVSROOT string, paste in: 
:ssh:username@cvs.sourceforge.net:/cvsroot/tigermud
where <username> is replaced with your Sourceforge account username. This action will populate other fields accordingly.
Module=. (yes, just a period)
Click OK, then you will be prompted for your Sourceforge password, then all the latest code will download into your folder.

MySQL Install and Config
========================
Download the following packages from here:
http://dev.mysql.com/downloads/

MySQL 4.1.7 server (Windows Essentials (x86))
MySQL Connector/ODBC 3.5
MySQL Administrator 1.0.14
MySQL Query Browser 1.1.1

Install MySQL 4.1.7 (Windows Essentials (x86))
==============================================
Custom setup, choose MySQL Server and Client Programs
check Configure MySQL Now

MySQL Server Instance Configuration Wizard appears.
==================================================
choose Detailed Configuration
choose Server Machine
choose Non-Transactional Database Only
choose Manual Setting - set concurrnt connections to 500
leave default value of port 3306
choose Standard Character Set
choose Install As Windows Service - Service Name=MySQL - check Launch MySQL Server automatically
choose Modify Security Settings - pick a root password and then confirm - check Root may only connect from localhost
Ensure you get a success message after the setup program completes

Install MySQL Connector/ODBC 3.5
================================
no prompts to choose, just use defaults.

Install MySQL Administrator 1.0.14
==================================
choose Complete Setup

Install MySQL Query Browser 1.1.1
=================================
choose Complete Setup

Run MySQL Administrator
=======================
username=root
password=<the root password you chose above>
hostname=localhost
port=3306

In the left pane click Restore
On right pane, click Open Backup File
Navigate down to mudmysql_import.sql and choose it
check Create database(s) if they don't exist
Target Schema=Original Schema
Backyp type=SQL files
File Charset=utf8
Click Start Restore
Check that you get a success message

Run MySQL Query Browser
=======================
connection information same as MySQL Administrator
Schema=tigermud

In the right pane, double-click one of the tables under the tigermud schema and click Ctrl-Enter.
You should get a view of all the data in that table.
You can edit this data by clicking the Edit button at the bottom of the screen. This lets you modify cells, then click Apply Changes when you're done.

Modify your TigerMUD.xml file
=============================
Open the TigerMUD.xml file in the tigermud source folder and specify the database servername, database username (root in this example), and the password for that user account. For better security, create a separate user for the TigerMUD database and use that. Save the xml file.

SharpDevelop Install and Config
===============================
Download SharpDevelop 1.0.1.1649 from here:
http://www.icsharpcode.net/OpenSource/SD/Download/
Run the setup package. There are no special options to select, so just use the default setup values.

When you run SharpDevelop the first time, choose Create new code completion database. Choose Use SharpDevelop application directory. Click Start database creation. It will take a minute to create the database.

When SharpDevelop opens, dismiss the Tip fo the Day and click 'Open Combine'.
Navigate to your tigermud source code folder and choose the .cmbx file.

Compile and Run TigerMUD
========================
In the SharpDevelop window with the tiermud combine file open, click the run button, ro just press F5. This compiles and runs tigermud. Watch the server console to ensure TigerMUD successfully finds the tigermud.xml file and connects to the database. If all succeeds, then tigermud will indicate that it is waiting for connections.

Connect to TigerMUD
===================
The default TigerMUD port is 8000 (configured with the tigermud.xml file). To connect, click Start, Run, and type 'telnet localhost 8000'. 

Happy Mudding!!!!!

Report bugs and ask questions in the discussion forum at the TigerMUD project Web page:
http://sourceforge.net/projects/tigermud/
 











Source: Readme_TigerMUD_Windows_Setup.txt, updated 2004-11-09