Bellgaffer commited on
Commit
188bc86
·
verified ·
1 Parent(s): 16770b1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ tags:
4
+ - majormud
5
+ - mud
6
+ - bbs
7
+ - game-assets
8
+ ---
9
+
10
+ # MajorSLOP! - Asset Pack
11
+
12
+ This repository contains the **.slop image pack** for [MajorSLOP!](https://github.com/AyaTheHusker/MajorSLOP), a visual proxy for MajorMUD that adds room images, entity portraits, 3D depth effects, and a browser-based interface to your MUD session.
13
+
14
+ ## What's in here?
15
+
16
+ - **Full1.11PBaked.slop** (~13 GB) - Complete image pack containing 46,000+ assets:
17
+ - Room background images (WebP)
18
+ - Depth maps for 3D parallax effects (PNG)
19
+ - Monster/NPC portraits
20
+ - Item images
21
+
22
+ ## Quick Start
23
+
24
+ 1. **Download** `Full1.11PBaked.slop` from this repo
25
+ 2. **Download MajorSLOP** from the [releases page](https://github.com/AyaTheHusker/MajorSLOP/releases) (or build from source)
26
+ 3. **Place the .slop file** in the `slop/` folder next to `MajorSLOP.exe`
27
+ 4. **Run MajorSLOP.exe** and click Start
28
+ 5. **Point MegaMud** at `127.0.0.1:9999` (Setup -> Comm Parameters)
29
+ 6. **Open your browser** to `http://127.0.0.1:8000`
30
+
31
+ ## What is MajorSLOP?
32
+
33
+ MajorSLOP sits between MegaMud and the BBS as a proxy. It reads the game data flowing through and renders:
34
+
35
+ - Full-screen room images with 3D depth parallax
36
+ - Monster and NPC portraits with HP bars
37
+ - Item images and loot displays
38
+ - Floating damage numbers and combat effects
39
+ - ANSI terminal emulator in the browser
40
+ - Chat panels for gossip, broadcast, telepath, etc.
41
+
42
+ Works with any MajorMUD BBS that MegaMud can connect to.
43
+
44
+ ## Requirements
45
+
46
+ - Windows (or Linux with Wine)
47
+ - MegaMud
48
+ - A MajorMUD BBS to connect to
49
+
50
+ ## License
51
+
52
+ The .slop asset pack is provided for personal use with MajorSLOP.