User Tools

Site Tools


modules:wccmmud

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
modules:wccmmud [2020/11/15 16:13] enusbaummodules:wccmmud [2023/12/26 20:22] (current) drutro
Line 1: Line 1:
 +====== MajorMUD (WCCMMUD) ======
 +**Current ISV:** Metropolis Gameport
  
 +**Original ISV:** [[isv:wcc|West Coast Creations]]
 +----
 +===== Description =====
 +
 +MajorMUD is an interactive, text-based adventure game which evolves around puzzle solving and character building. The game begins in the city of NewHaven, set on the far West side of the MajorMUD world. From NewHaven, users progress to the town of Silvermere, a city under siege from within it's walls.
 +
 +Users start by choosing one of several races, and one of many classes. Their character then becomes an adventurer in the Realm, each with special skills and abilities. Beginning in the city of NewHaven, with little money, no weapon, and no equipment, the user is free to try to advance his character and make his fortune.
 +
 +Users advancement happens many ways. A user can fight his way through hordes of monsters, or traverse the realm looking for puzzles to solve and wealth to find.
 +
 +===== Known Issues =====
 +  * [[https://github.com/mbbsemu/MBBSEmu/issues/570|#570 [WCCMMUD] Majormud - Character FSD editor - black highlight in wrong position]]
 +  * [[https://github.com/mbbsemu/MBBSEmu/issues/569|#569 [WCCMMUD] Majormud - Character FSD editor Exit options behave strangely]]
 +  * [[https://github.com/mbbsemu/MBBSEmu/issues/555|#555 [WCCMMUD] Majormud - Inventory line wrapping mismatch]]
 +  * [[https://github.com/mbbsemu/MBBSEmu/issues/554|#554 [WCCMMUD] Majormud - Full screen editor crashes when moving cursor up and down too fast]]
 +  * [[https://github.com/mbbsemu/MBBSEmu/issues/553|#553 [WCCMMUD] Majormud - Line & arrow formatting in full screen editor]]
 +  * [[https://github.com/mbbsemu/MBBSEmu/issues/545|#545 [WCCMMUD] Majormud - Game sysop's WCCMMUD.INI full screen editor crashes at 80 characters]]
 +  * [[https://github.com/mbbsemu/MBBSEmu/issues/544|#544 [WCCMMUD] MajorMUD - Extra line output during character creation]]
 +
 +
 +===== Screen Shots =====
 +
 +<carousel infinite=true&slidesToShow=1&slidesToScroll=1&dots=true&autoplay=true>
 +  * {{:modules:wccmmud:wccmmud1.png?nolink|MajorMUD menu}}
 +</carousel>
 +\\
 +===== Download =====
 +  * MajorMUD v1.11p
 +     * This is the latest compatible version of MajorMUD. You should probably be using this.
 +     * [[https://download.mbbsemu.com/modules/WCCMMUD/WCCMMUD_1.11p_DOS_MBBSEmu_v2.zip|MBBSEmu Ready Installer]]
 +  * MajorMUD v1.11g
 +     * This is a slightly older version and posted here only for reference. 
 +     * [[https://download.mbbsemu.com/modules/WCCMMUD/WCCWG7PW.ZIP|Original Installer]]
 +     * [[https://download.mbbsemu.com/modules/WCCMMUD/WCCMMUD_MBBSEmu.zip|MBBSEmu Ready Installer]]
 +
 +===== Compatibility =====
 +
 +^         Version^      Compatibility       ^
 +|   The MajorBBS 6.25| {{ :mbbsemu:redx.jpg?nolink&15 | APIs used by MajorMUD are not supported by The MajorBBS! }}|
 +|  Worldgroup 1.0| {{ :mbbsemu:greencheck.jpg?nolink&15 | APIs used by MajorMUD are supported by Worldgroup 1.0! }}|
 +|  Worldgroup 2.0| {{ :mbbsemu:greencheck.jpg?nolink&15 | APIs used by MajorMUD are supported by Worldgroup 2.0! }}|
 +|         MBBSEmu| {{ :mbbsemu:greencheck.jpg?nolink&15 | APIs used by MajorMUD are supported by MBBSEmu!}} |
 +
 +===== Installation Notes =====
 +  * Default configuration requires accounts to have "USER" key -- [[mbbsemu:configuration:appsettings.json|more info]]
 +
 +===== External Links =====
 +  * [[http://www.majormud.com/whatismud.html|MajorMUD Website]]
 +
 +===== MBBSEmu development notes =====
 +
 +Notes, tips, and tricks used by the MBBSEmu development team testing MajorMUD
 +
 +==== In-game sysop editing player exp and level ====
 +
 +  - add this line to ''WCCMMUD.INI''
 +  - ''CODEC_OF_TWINKS=78''
 +  - Make sure the account you are using has ''SYSOP'' and ''WCCSYSOP'' keys
 +  - Enter the MUD
 +  - ''SYS TWEAK EXPERIENCE ###''
 +  - ''SYS TWEAK LEVEL ###''
 +  - (I think this affects all users btw)
 +
 +(From user synactic in MBBSEmu Discord, #development channel, Jan 7 2022)
 +
 +==== In-game sysop testing room ====
 +
 +With tweaks enabled, you can do ''SYS E 238 1'' and it takes you to a special room where you can mess with exp and such.
 +
 +(From user synactic in MBBSEmu Discord, #development channel, Jan 8 2022)
 +
 +==== MajorMUD btrieve table structure ====
 +
 +Outlined by [[https://github.com/syntax53/Nightmare-Redux/blob/master/modFieldmaps.bas|this Nightmare editor source file]]
 +
 +==== Kyau's tips, tricks, sysop commands, hex edits, etc ====
 +
 +Kyau has [[https://kyau.net/wiki/MajorMUD:Documentation|extensive notes on system-level operations]]