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
Last revisionBoth sides next revision
mbbsemu:howto:majormud [2023/03/10 15:33] enusbaummbbsemu:howto:majormud [2023/12/26 21:44] drutro
Line 13: Line 13:
 [[https://github.com/mbbsemu/MBBSEmu/releases|Latest Version of MBBSEmu]] for your selected platform [[https://github.com/mbbsemu/MBBSEmu/releases|Latest Version of MBBSEmu]] for your selected platform
  
-[[https://download.mbbsemu.com/modules/WCCMMUD/WCCMMUD_1.11p_MBBSEmu.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. 
- 
-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 ===== ===== 3. Registering MajorMUD on 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.txt · Last modified: 2023/12/26 21:44 by drutro