Skip to content

Commit 598256d

Browse files
committed
Add initial files for GoMudUI, including license, README, configuration, scripts, and UI components. Set up project structure with necessary JSON and Lua files for functionality and user interface.
1 parent dd4441a commit 598256d

File tree

141 files changed

+25224
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+25224
-4
lines changed

LICENSE renamed to LICENSE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
MIT License
21

3-
Copyright (c) 2025 GoMudEngine
2+
The MIT License (MIT)
3+
4+
Copyright (c) 2025 Morquin
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 57 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,57 @@
1-
# MudletUI
2-
Mudlet UI for stock GoMud
1+
# GoMudUI
2+
3+
A modern, feature-rich Mudlet UI package for the Official GoMud engine. This UI package enhances your GoMud gaming experience with a clean, intuitive interface and powerful functionality.
4+
5+
## Features
6+
7+
- **Modern UI Components**: Clean and intuitive interface elements for better gameplay experience
8+
- **Customizable Settings**: Extensive configuration options to tailor the UI to your preferences
9+
- **Event-Driven Architecture**: Efficient handling of game events and updates
10+
- **Container Management**: Advanced container tracking and management system
11+
- **Informational Displays**: Real-time game information and status updates
12+
- **Self-updating**: The UI is self-updating to the newest release on Github
13+
14+
## Installation
15+
16+
### Option 1: In-Game Installation
17+
1. Connect to GoMud
18+
2. Type `install ui` in the game
19+
3. Follow the on-screen prompts to complete the installation
20+
21+
### Option 2: Manual Package Installation
22+
1. Download the latest `.mpackage` file from the [releases page](https://github.com/yourusername/GoMudUI/releases)
23+
2. Open Mudlet
24+
3. Go to Settings → Package Manager
25+
4. Click "Import" and select the downloaded `.mpackage` file
26+
5. Restart Mudlet to ensure all components are properly loaded
27+
28+
### Option 3: Building from Source
29+
1. Clone or fork the repository:
30+
```bash
31+
git clone https://github.com/yourusername/GoMudUI.git
32+
cd GoMudUI
33+
```
34+
2. Install [Muddler](https://github.com/demonnic/muddler) (a build tool for Mudlet packages)
35+
3. Run Muddler to build the package:
36+
```bash
37+
muddler
38+
```
39+
4. The built `.mpackage` file will be in the `build` directory
40+
5. Import the package using Mudlet's Package Manager as described in Option 2
41+
42+
## Configuration
43+
44+
The UI can be customized through the settings panel. More settings are available using the "ui" command in Mudlet.
45+
46+
## Contributing
47+
48+
Contributions are welcome! Please feel free to submit a Pull Request.
49+
50+
## License
51+
52+
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
53+
54+
## Credits
55+
56+
Created by Morquin, inspired by [Durd](https://github.com/MentalThinking) of Asteria
57+
Copyright (c) 2025

build/GoMudUI.mpackage

1.75 MB
Binary file not shown.

0 commit comments

Comments
 (0)