Removed now unneeded placeholders, added stubs for "rulebooks" in documentation.
This commit is contained in:
parent
54b613befe
commit
a1b1b80449
|
@ -0,0 +1,9 @@
|
|||
#+TITLE: SilverMUD: Gamemaster's Guidebook
|
||||
#+SUBTITLE: SilverMUD First Edition
|
||||
#+AUTHOR: Barra Ó Catháin
|
||||
|
||||
* How To Run SilverMUD, The Software:
|
||||
|
||||
* How To Run SilverMUD, The Game:
|
||||
|
||||
* Creating Content:
|
|
@ -0,0 +1,15 @@
|
|||
#+TITLE: SilverMUD: Player's Guidebook
|
||||
#+SUBTITLE: SilverMUD First Edition
|
||||
#+AUTHOR: Barra Ó Catháin
|
||||
|
||||
* Getting Started:
|
||||
|
||||
* Basic Commands:
|
||||
|
||||
* Interacting With The World:
|
||||
|
||||
* The Character System:
|
||||
|
||||
* The Combat System:
|
||||
|
||||
* Commands In Depth:
|
|
@ -0,0 +1,10 @@
|
|||
#+TITLE: SilverMUD: Programmer's Guidebook
|
||||
#+SUBTITLE: SilverMUD First Edition
|
||||
#+AUTHOR: Barra Ó Catháin
|
||||
|
||||
* The Scheme Programming Language:
|
||||
|
||||
* The Basic Concepts Of SilverMUD Programming:
|
||||
|
||||
* Concepts In Detail:
|
||||
|
|
@ -14,6 +14,7 @@ SilverMUD, as a scratchpad for decisions before implementation.
|
|||
| 3 | Local Chat Message |
|
||||
| 4 | Player Chat Message |
|
||||
| 5 | Party Chat Message |
|
||||
| 6 | Player Emote Message |
|
||||
|-------+------------------------|
|
||||
|
||||
Further values remain open for possible additional message types.
|
||||
|
|
Loading…
Reference in New Issue