Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default defineConfig({
{ text: 'Help', link: 'https://mume.org/help/' },
{ text: 'Rules', link: 'https://mume.org/rules/' },
{ text: 'Dictionary', link: 'https://mume.org/dictionary/' },
{ text: 'Boards', link: 'https://mume.org/resources/boards/' },
{ text: 'Boards', link: '/resources/boards/' },

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue (broader_impact): These new root-relative URLs ignore VitePress's configured base path. In GitHub Pages preview deployments, where VITE_BASE is a path such as /pr-123/, the Boards navigation points to the production-root /resources/boards/ and the newly added page images request /assets/..., so the navigation and images return 404.

Triggers: When the site is built for a GitHub Pages preview or any deployment with a non-root VITE_BASE.

Suggested fix: Use withBase('/resources/boards/') for the config navigation link and base-aware asset URLs (or VitePress-resolved image paths) in the new Markdown pages.

{ text: 'Download', link: 'https://mume.org/download/' },
{ text: 'Restricted', link: 'https://mume.org/restricted/' }
]
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ onUnmounted(() => {
<li><a href="https://mume.org/help/" target="_self" rel="external">Help</a></li>
<li><a href="https://mume.org/rules/" target="_self" rel="external">Rules</a></li>
<li><a href="https://mume.org/dictionary/" target="_self" rel="external">Dictionary</a></li>
<li><a href="https://mume.org/resources/boards/" target="_self" rel="external">Boards</a></li>
<li><a :href="withBase('/resources/boards/')" :class="{ current: isActive('/resources/boards') }">Boards</a></li>
<li><a href="https://mume.org/download/" target="_self" rel="external">Download</a></li>
<li><a href="https://mume.org/restricted/" target="_self" rel="external">Restricted</a></li>
</ul>
Expand Down
8 changes: 4 additions & 4 deletions docs/news/web.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ description: Archive of MUME web site news and major site update milestones.
| **11 September 2001** | MUME's web site redesign is almost completed. Some new pages: [A description of MUME](/about/), [A complete sample MUME session](/resources/session). |
| **29 August 2001** | While MUME approaches its tenth birthday its web site has (finally) gone under redesign! |
| **25 August 2001** | Updated the [links section](/links). |
| **27 June 2001** | New board: <a href="https://mume.org/resources/boards/FAQ/" target="_self" rel="external">FAQ</a>. |
| **11 April 2000** | The results of the latest MUME questionnaire are available <a href="https://mume.org/resources/answers-00.04" target="_self" rel="external">here</a>! |
| **27 June 2001** | New board: <a href="https://mume.org/resources/boards/faq/" target="_self" rel="external">FAQ</a>. |
| **11 April 2000** | The results of the latest MUME questionnaire are available [here](/resources/questionnaires/2000-04)! |
| **4 February 2000** | Fixed the Site Search and the Web Statistics (a y2k bug indeed!). |
| **18 January 2000** | New boards: <a href="https://mume.org/resources/boards/InCharacter/" target="_self" rel="external">Free People Chronicles</a> and <a href="https://mume.org/resources/boards/OrcsIncharacter/" target="_self" rel="external">Orkish Drumlore</a>. |
| **17 January 2000** | The <a href="https://mume.org/resources/boards/Starter's/" target="_self" rel="external">Starter's Board</a> and the <a href="https://mume.org/resources/boards/Tales/" target="_self" rel="external">Tales Board</a> are also available. |
| **18 January 2000** | New boards: <a href="https://mume.org/resources/boards/in-character/" target="_self" rel="external">Free People Chronicles</a> and <a href="https://mume.org/resources/boards/orcs-incharacter/" target="_self" rel="external">Orkish Drumlore</a>. |
| **17 January 2000** | The <a href="https://mume.org/resources/boards/starters/" target="_self" rel="external">Starter's Board</a> and the <a href="https://mume.org/resources/boards/tales/" target="_self" rel="external">Tales Board</a> are also available. |
| **15 January 2000** | The <a href="https://mume.org/news/game/" target="_self" rel="external">News Board</a>, announcing game news, is now available on the website. |
| **11 April 1999** | [MUME VII Released!](/about/m7) Web site modifications. |
| **2 February 1999** | Added a Java MUD Client. |
Expand Down
6 changes: 3 additions & 3 deletions docs/play/browser-legacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ Unless you have a specific need for them, please use our <a href="./">modern web

Choose a legacy client to launch in your browser:

* <a href="../play-mume/" target="_self" rel="external">DecafMUD</a> (2017) - HTML5/Javascript
* <a href="https://docs.mume.org/play-mume/" target="_self" rel="external">DecafMUD</a> (2017) - HTML5/Javascript
* <a href="./mumejc/">MUMEjc</a> (2013) - Requires Java 7+
* <a href="./mudjc/">MUDjc</a> (1999) - Requires Java

</div>
</div>

<div class="playnow">
<a href="../play-mume/" target="_self" rel="external">Play with DecafMUD</a>
<a href="https://docs.mume.org/play-mume/" target="_self" rel="external">Play with DecafMUD</a>
</div>

<div style="text-align: center; margin: 1.5rem 0;">
<a href="../play-mume/" target="_self" rel="external">
<a href="https://docs.mume.org/play-mume/" target="_self" rel="external">
<img src="/assets/images/playmume.png" srcset="/assets/images/playmume.png 1x, /assets/images/playmume@2x.png 2x" alt="Play MUME for free using the web client" style="width: 100%; max-width: 924px; height: auto;" />
</a>
</div>
Expand Down
22 changes: 22 additions & 0 deletions docs/play/browser.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: Free browser game | Multi-Users in Middle-earth
description: MUME is a browser roleplaying game based upon J.R.R. Tolkien's Middle-earth. Explore a text-based MMORPG for free.
---

<script setup>
import { onMounted } from 'vue'

onMounted(() => {
if (typeof window !== 'undefined') {
if (screen.width <= 700) {
window.location.href = 'https://docs.mume.org/play-mume/'
} else {
window.location.href = 'https://docs.mume.org/MMapper/demo'
}
}
})
</script>

<div style="left: 0; width: 100%; height: 0; position: relative; padding-bottom: calc(100vh - 140px);">
<p>If you are not redirected automatically, please follow this <a href="https://docs.mume.org/MMapper/demo/">link</a>.</p>
</div>
4 changes: 2 additions & 2 deletions docs/play/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ There are three ways to join the battle for Middle-earth:
<p>The web client is the least friction option, recommended if you want to get a quick feel of the game. You get the full power of a real-time map with no installation required. Also, it should work from most corporate, library, and school networks.</p>

<div class="playnow">
<a href="https://mume.org/play/browser" target="_self" rel="external">Play with MMapper Web</a>
<a href="./browser">Play with MMapper Web</a>
</div>

<div style="text-align: center; margin: 1.5rem 0;">
<a href="https://mume.org/play/browser" target="_self" rel="external">
<a href="./browser">
<img src="/assets/images/playmume.png" srcset="/assets/images/playmume.png 1x, /assets/images/playmume@2x.png 2x, /assets/images/mmapper-wasm@2x.webp 2x" alt="Play MUME for free using the web client" style="width: 100%; max-width: 924px; height: auto;" />
</a>
</div>
Expand Down
Binary file added docs/public/play/mudjc/mudjc.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions docs/resources/boards/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: Boards
description: Multi-Users in Middle-earth message boards including Game News, Starter's, FAQ, Tales, Free People Chronicles, and Orkish Drumlore.
---

<div style="text-align: center; margin-bottom: 2rem;">
<img src="/assets/images/fellowship_bw.jpg" srcset="/assets/images/fellowship_bw.jpg 1x, /assets/images/fellowship_bw@2x.jpg 2x" alt="Boards" style="width: 100%; max-width: 654px; height: auto;" />
</div>

# Boards

- <a href="https://mume.org/news/game/" target="_self" rel="external"><strong>Game News Board</strong></a>
A board with the latest news from the game!

- <a href="https://mume.org/resources/boards/starters/" target="_self" rel="external"><strong>The Starter's Board</strong></a>
A board with help for newcomers.

- <a href="https://mume.org/resources/boards/faq/" target="_self" rel="external"><strong>The FAQ Board</strong></a>
A board with frequently asked questions.

- <a href="https://mume.org/resources/boards/tales/" target="_self" rel="external"><strong>The Tales Board</strong></a>
MUME fun

- <a href="https://mume.org/resources/boards/in-character/" target="_self" rel="external"><strong>Free People Chronicles</strong></a>
A board where Free People characters are roleplaying.

- <a href="https://mume.org/resources/boards/orcs-incharacter/" target="_self" rel="external"><strong>Orkish Drumlore</strong></a>
A board where the Orc characters are roleplaying.
21 changes: 16 additions & 5 deletions docs/resources/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ description: Contents of the Multi-Users in Middle-earth Website.
- <a href="https://mume.org/search" target="_self" rel="external">Search</a>

### MUME Boards
- [Boards Overview](/resources/boards/)
- <a href="https://mume.org/news/game/" target="_self" rel="external">The Game News Board</a>
- <a href="https://mume.org/resources/boards/Starter's/" target="_self" rel="external">The Starter's Board</a>
- <a href="https://mume.org/resources/boards/FAQ/" target="_self" rel="external">FAQ Board</a>
- <a href="https://mume.org/resources/boards/Tales/" target="_self" rel="external">The Tales Board (MUME fun)</a>
- <a href="https://mume.org/resources/boards/InCharacter/" target="_self" rel="external">Free People Chronicles</a>
- <a href="https://mume.org/resources/boards/OrcsIncharacter/" target="_self" rel="external">Orkish Drumlore</a>
- <a href="https://mume.org/resources/boards/starters/" target="_self" rel="external">The Starter's Board</a>
- <a href="https://mume.org/resources/boards/faq/" target="_self" rel="external">FAQ Board</a>
- <a href="https://mume.org/resources/boards/tales/" target="_self" rel="external">The Tales Board (MUME fun)</a>
- <a href="https://mume.org/resources/boards/in-character/" target="_self" rel="external">Free People Chronicles</a>
- <a href="https://mume.org/resources/boards/orcs-incharacter/" target="_self" rel="external">Orkish Drumlore</a>

### Playing
- Via telnet at `mume.org` port `23` or `4242`
Expand All @@ -37,6 +38,16 @@ description: Contents of the Multi-Users in Middle-earth Website.
### Middle-earth
- <a href="https://mume.org/dictionary/" target="_self" rel="external">Middle-earth Dictionary</a>

### Polls & Questionnaires
- [Questionnaires Overview](/resources/questionnaires/)
- <a href="https://lookerstudio.google.com/reporting/3ee7c0b0-3eb6-4191-87a3-eec325e6488d/page/B99yD" target="_blank" rel="noopener noreferrer">March 2024 Poll #2744 (Looker Studio) ↗</a>
- [April 2000 Poll](/resources/questionnaires/2000-04)
- [February 1998 Poll](/resources/questionnaires/1998-02)
- [October 1995 Poll](/resources/questionnaires/1995-09)

### Frequentation
- <a href="https://mume.org/plots/" target="_self" rel="external">Frequentation Plots</a>

### Community
- [Undertakings by the MUME Community](/community/)
- [Some links to elsewhere…](/links)
Expand Down
162 changes: 162 additions & 0 deletions docs/resources/questionnaires/1995-09.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,162 @@
---
title: October 1995 MUME Questionnaire Results
description: Detailed results from the October 1995 Multi-Users in Middle-earth (MUME) player survey.
---

# October 1995 MUME Questionnaire Results

*194 answers were collected in this inaugural MUME questionnaire.*

<div class="card" style="display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); text-align: center; gap: 1rem; margin: 1.5rem 0 2rem 0; border-left: 3px solid darkgoldenrod;">
<div>
<div style="font-size: 1.5rem; color: goldenrod; font-weight: bold; font-family: 'Kelt';">194</div>
<div style="font-size: 0.8rem; color: #888;">Respondents</div>
</div>
<div>
<div style="font-size: 1.5rem; color: goldenrod; font-weight: bold; font-family: 'Kelt';">23.2</div>
<div style="font-size: 0.8rem; color: #888;">Mean Age</div>
</div>
<div>
<div style="font-size: 1.5rem; color: goldenrod; font-weight: bold; font-family: 'Kelt';">88.7%</div>
<div style="font-size: 0.8rem; color: #888;">Good/Excellent Rating</div>
</div>
<div>
<div style="font-size: 1.5rem; color: goldenrod; font-weight: bold; font-family: 'Kelt';">~906</div>
<div style="font-size: 0.8rem; color: #888;">Est. Total Players</div>
</div>
</div>

---

### 1. Demographics & Age Distribution

**Mean Age:** 23.19 years (Std Dev: 4.42)

| Age | Percentage | Age | Percentage | Age | Percentage |
| :---: | :---: | :---: | :---: | :---: | :---: |
| **&le;15** | 1.03% | **20** | 10.82% | **25** | 9.28% |
| **16** | 3.09% | **21** | 12.37% | **26** | 4.12% |
| **17** | 1.03% | **22** | 12.37% | **27** | 5.15% |
| **18** | 3.09% | **23** | 13.40% | **28** | 1.03% |
| **19** | 5.15% | **24** | 8.25% | **29–34** | ~1.0%–2.0% |
| | | | | **35+** | 1.03% |

> **Key Insight:** 49% of the MUME population was between 20 and 23 years old.

---

### 2. Gender & Marital Status

| Gender | Percentage | Marital Status | Percentage |
| :--- | :--- | :--- | :--- |
| **Male** | 94.33% | **Single** | 89.18% |
| **Female** | 5.67% | **Married** | 10.82% |

---

### 3. Profession & Play Location

| Profession | Percentage | Play Location | Percentage |
| :--- | :--- | :--- | :--- |
| **Student** | 70.10% | **Home** | 42.27% |
| **Employed** | 24.74% | **University** | 41.75% |
| **Other** | 3.09% | **School** | 8.25% |
| **Unemployed** | 2.06% | **Office** | 5.67% |
| | | **Other** | 2.06% |

---

### 4. Country of Residence

| Country | Percentage | Country | Percentage | Country | Percentage |
| :--- | :--- | :--- | :--- | :--- | :--- |
| **USA** | 47.94% | **Estonia** | 3.09% | **Italy** | 1.55% |
| **Sweden** | 20.62% | **Canada** | 2.06% | **Switzerland** | 1.55% |
| **Norway** | 7.22% | **Czech Rep.** | 1.03% | **Australia** | 0.52% |
| **Finland** | 4.64% | **Denmark** | 1.03% | **Germany** | 0.52% |
| **UK** | 4.64% | **Russia** | 1.03% | **Others** | &lt; 1.0% each |

---

### 5. How Players Discovered MUME

| Source | Percentage |
| :--- | :--- |
| **Friend** | 63.08% |
| **Other** | 16.41% |
| **Newsgroup** | 8.21% |
| **Another MUD** | 6.67% |
| **Web** | 3.59% |
| **Magazine** | 2.05% |

---

### 6. In-Game Statistics & Characters

* **Average Characters per Player:** 4.32 (Std dev: 2.72)
* *Global Population Estimate:* ~906 players (based on 3,915 database characters).
* **Ainur Owners (Gods):** 36.08%
* **Darkie Characters Owned:**
* Average: 1.51 per player.
* 30.41% of players owned zero darkies.
* For players owning at least one darkie, the average was 2.17.
* **Legend Characters (Level 21+):**
* Average: 1.56 per player.
* 32.99% owned zero legends.
* **Highest Mortal Level Reached:** Mean 26.48 (Std dev: 9.05)
* **Weekly Playtime:** Mean 20.86 hours/week (Std dev: 16.48)
* Active player population estimated at 827 players (averaging 22.68 hours/week).

---

### 7. Game & Management Satisfaction

| Rating | Game System | Management |
| :--- | :---: | :---: |
| **Bad (0)** | 2.06% | 11.34% |
| **Correct (1)** | 9.28% | 23.20% |
| **Good (2)** | 52.06% | 51.03% |
| **Excellent (3)** | 36.60% | 14.43% |
| **Average Score** | **2.23 (Good)** | **1.69 (Correct-Good)** |

---

### 8. Technology & Client Software

<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; margin: 1.5rem 0;">

<div class="card" style="padding: 1.25rem;">

#### Operating System

| OS | Percentage |
| :--- | :--- |
| **Unix-like** | 38.66% |
| **MS-DOS** | 19.59% |
| **Windows 3.x** | 8.76% |
| **MacOS** | 7.73% |
| **XWindows** | 7.22% |
| **Windows 95** | 5.15% |
| **Other / VMS / OS2** | ~12.8% |

</div>

<div class="card" style="padding: 1.25rem;">

#### MUD Client Software

| Client | Percentage |
| :--- | :--- |
| **None (Plain Telnet)** | 42.27% |
| **Cancan** | 22.68% |
| **Tintin** | 19.59% |
| **Powwow** | 6.70% |
| **Other** | 8.76% |

</div>

</div>

---

[&larr; Back to Questionnaires Overview](./)
Loading