Difference between revisions of "Mudlet Map Browser"
Jump to navigation
Jump to search
m (fix category) |
|||
Line 14: | Line 14: | ||
<!-- A description about what your script accomplishes. --> | <!-- A description about what your script accomplishes. --> | ||
− | Display Mudlet maps in a browser. | + | Display Mudlet maps (.dat format) in a web browser for hosting online or locally. |
= Usage = | = Usage = |
Revision as of 05:50, 9 May 2024
Game | non-mud specific |
By | Delwing |
Download | Github |
Dependencies | Mudlet 4.17 |
Description
Display Mudlet maps (.dat format) in a web browser for hosting online or locally.
Usage
- Create new repository using this one as template.
- Replace map.dat with your own map file
- Replace logo.svg and favicon.ico
- In page/i18n/en.json replace %title% and %description%
- Optionally you can also replace ones in page/index.html
- You can add npcs to be searchable in page/data/npc.json just as the one that it's there.
- Push
- Go to repository Settings -> Pages. In Build and deployment section set Source as Github Actions
- Visit your page under https://{repositoryOwner}.github.io/{repository}/ so in case if this example it is: https://delwing.github.io/online-mudlet-map-template/
See also: Mudlet Forums