User Tools

Site Tools


mbbsemu:howto:majormud

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mbbsemu:howto:majormud [2023/12/26 21:39] drutrombbsemu:howto:majormud [2023/12/26 21:44] (current) drutro
Line 15: Line 15:
 [[https://download.mbbsemu.com/modules/WCCMMUD/WCCMMUD_1.11p_DOS_MBBSEmu_v2.zip|MajorMUD 1.11p for DOS]] (MBBSEmu Ready, no installer) [[https://download.mbbsemu.com/modules/WCCMMUD/WCCMMUD_1.11p_DOS_MBBSEmu_v2.zip|MajorMUD 1.11p for DOS]] (MBBSEmu Ready, no installer)
  
-===== 2. Configure MBBSEmu & MajorMUD ===== 
  
-Once installed, you will need to configure MBBSEmu properly to run MajorMUD. The process itself is simple, but there are several options you will need to set depending on your environment. 
  
-MBBSEmu has one JSON file used to control the application settings within MBBSEmu itself, this file is **[[mbbsemu:configuration:appsettings.json|appsettings.json]]**. Settings and options specified within this file are applied globally within MBBSEmu. +===== 2. Registering MajorMUD on MBBSEmu =====
- +
-For MajorMUD, we'll need to make a couple additional configuration changes to make MajorMUD work "out of the box".  +
- +
-The first is that MajorMUD requires users to have the key "PAYING" in order to enter the game. You can either change the MajorMUD configuration in the **WCCMMUD.MSG** file, or add the key to all users that log into MBBSEmu. +
- +
-To make the change to MBBSEmu, add "PAYING" to the array of values in **appsettings.json** for **Account.DefaultKeys**. It should look like this: +
- +
-<markdown> +
-``` +
-  "Account.DefaultKeys":+
-     "DEMO", +
-     "NORMAL", +
-     "USER", +
-     "PAYING" +
-   ] +
-``` +
-   </markdown> +
- +
-===== 3. Registering MajorMUD on MBBSEmu =====+
  
 Activation Codes for MajorMUD (as with most modules for The MajorBBS) are keyed off your boards unique Registration Number. This number is internally referred to as **BTURNO** within The MajorBBS. On a traditional MajorBBS instance, Registration Number is generated and stored in plaintext within the **GALGSBL.DLL** file after you first install The MajorBBS on a new system. Activation Codes for MajorMUD (as with most modules for The MajorBBS) are keyed off your boards unique Registration Number. This number is internally referred to as **BTURNO** within The MajorBBS. On a traditional MajorBBS instance, Registration Number is generated and stored in plaintext within the **GALGSBL.DLL** file after you first install The MajorBBS on a new system.
Line 74: Line 53:
 **NOTE 2**: MBBSEmu only runs the __DOS__ version of MajorMUD 1.11p, not the __WG3NT__ version. Activation Codes for the __WG3NT__ version will not work on the __DOS__ versions of MajorMUD.  **NOTE 2**: MBBSEmu only runs the __DOS__ version of MajorMUD 1.11p, not the __WG3NT__ version. Activation Codes for the __WG3NT__ version will not work on the __DOS__ versions of MajorMUD. 
  
-===== 4. Starting MBBSEmu & MajorMUD =====+===== 3. Starting MBBSEmu & MajorMUD =====
  
 There are two methods you can use to run MajorMUD via MBBSEmu. There are two methods you can use to run MajorMUD via MBBSEmu.
Line 144: Line 123:
 ``` ```
 </markdown> </markdown>
 +
 +
 +====== Archive ======
 +===== Configure account keys for MBBSEmu & MajorMUD =====
 +
 +The MBBSEmu-ready MajorMUD package should already have account keys ready for use; however, the below section is archived here future reference.
 +
 +Once installed, you will need to configure MBBSEmu properly to run MajorMUD. The process itself is simple, but there are several options you will need to set depending on your environment.
 +
 +MBBSEmu has one JSON file used to control the application settings within MBBSEmu itself, this file is **[[mbbsemu:configuration:appsettings.json|appsettings.json]]**. Settings and options specified within this file are applied globally within MBBSEmu.
 +
 +For MajorMUD, we'll need to make a couple additional configuration changes to make MajorMUD work "out of the box"
 +
 +The first is that MajorMUD requires users to have the key "PAYING" in order to enter the game. You can either change the MajorMUD configuration in the **WCCMMUD.MSG** file, or add the key to all users that log into MBBSEmu.
 +
 +To make the change to MBBSEmu, add "PAYING" to the array of values in **appsettings.json** for **Account.DefaultKeys**. It should look like this:
 +
 +<markdown>
 +```
 +  "Account.DefaultKeys": [
 +     "DEMO",
 +     "NORMAL",
 +     "USER",
 +     "PAYING"
 +   ]
 +```
 +   </markdown>
mbbsemu/howto/majormud.1703626740.txt · Last modified: 2023/12/26 21:39 by drutro