Compare commits
13 Commits
kaizen/fix
...
1433fb4145
| Author | SHA1 | Date | |
|---|---|---|---|
| 1433fb4145 | |||
| b38e0deaf8 | |||
| 1a6953dc9f | |||
| 9b9bb8eab5 | |||
| b1844be82d | |||
| 8fd4d5b234 | |||
| 5ac7427a6f | |||
| 37ba5ea608 | |||
| e0083e3767 | |||
| 8125d736c9 | |||
| c8e9cd8dc6 | |||
| 44a7ac0308 | |||
|
|
4e1680db1a |
4
.gitignore
vendored
4
.gitignore
vendored
@@ -63,6 +63,10 @@ lib/plrobjs/index
|
||||
!lib/plrobjs/U-Z/00
|
||||
!lib/plrobjs/ZZZ/00
|
||||
|
||||
#don't commit logs
|
||||
!log/*
|
||||
!syslog.CRASH
|
||||
|
||||
# also not autogenerated config file
|
||||
/lib/etc/config
|
||||
# or the list of last logins
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
Files for tbaMUD.
|
||||
|
||||
Files for Grenzland-MUD
|
||||
|
||||
Files for grenzland-mud, forked from tbamud
|
||||
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
(lib/text/background)
|
||||
|
||||
There once was a guy who played MUDs
|
||||
But the MUDs that he played were all duds
|
||||
"I'll write one," said he.
|
||||
And he brushed off his C.
|
||||
And soon played his game with his buds.
|
||||
The mists part and you find yourself in a
|
||||
world unlike the one you have just left.
|
||||
Reality twisted and turned, and the land
|
||||
has found itself in a new configuration.
|
||||
Enter the borderland of reality and find
|
||||
your own way.
|
||||
In the Grenzland.
|
||||
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
T B A M U D
|
||||
2 0 2 5
|
||||
|
||||
|
||||
G R E N Z L A N D M U D
|
||||
2 0 2 6
|
||||
|
||||
|
||||
Based on tbaMUD, by The Builder Academy
|
||||
|
||||
Based on CircleMUD by Jeremy Elson and DikuMUD by Hans-Henrik Staerfeldt,
|
||||
Katja Nyboe, Tom Madsen, Michael Seifert, and Sebastian Hammer
|
||||
|
||||
By what name do you wish to be known?
|
||||
|
||||
Oh hero, by what name shall you wish to be known?
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
(lib/text/policies)
|
||||
|
||||
This file should list, in no uncertain terms, the policies you must abide
|
||||
by on this MUD.
|
||||
Right now we are all adults and should be able to interact with
|
||||
each other without any larger issues.
|
||||
But the Grenzland maxim still is in force:
|
||||
We are here to play, don't piss into anyone else's beer.
|
||||
|
||||
Bug the higher-ups to make some policies and write them in this file, lest
|
||||
a political disaster ensue...
|
||||
No harassing, no doxxing, no sexism, racism, or other unacceptable
|
||||
isms towards your fellow players.
|
||||
|
||||
We definitely should add something more worked out in here.
|
||||
|
||||
|
||||
@@ -11,3 +11,4 @@
|
||||
Gods
|
||||
~~~~
|
||||
|
||||
kyonshi
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
This directory is for log files.
|
||||
@@ -9,7 +9,6 @@ set(TOOLS
|
||||
sign
|
||||
split
|
||||
wld2html
|
||||
webster
|
||||
)
|
||||
|
||||
# common includes and flags
|
||||
|
||||
Reference in New Issue
Block a user