mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 12:37:16 +02:00
Add breadcrumbs. Format markdown files to char width 100
This commit is contained in:
parent
10c1831aad
commit
78970e92b3
142 changed files with 10357 additions and 3417 deletions
|
|
@ -16,7 +16,8 @@ When you first connect to your game you are greeted by Evennia's default connect
|
|||
Enter help for more info. look will re-show this screen.
|
||||
==============================================================
|
||||
|
||||
Effective, but not very exciting. You will most likely want to change this to be more unique for your game. This is simple:
|
||||
Effective, but not very exciting. You will most likely want to change this to be more unique for
|
||||
your game. This is simple:
|
||||
|
||||
1. Edit `mygame/server/conf/connection_screens.py`.
|
||||
1. [Reload](Start-Stop-Reload) Evennia.
|
||||
|
|
@ -32,4 +33,4 @@ You can also customize the [Commands](Commands) available to use while the conne
|
|||
shown (`connect`, `create` etc). These commands are a bit special since when the screen is running
|
||||
the account is not yet logged in. A command is made available at the login screen by adding them to
|
||||
`UnloggedinCmdSet` in `mygame/commands/default_cmdset.py`. See [Commands](Commands) and the
|
||||
tutorial section on how to add new commands to a default command set.
|
||||
tutorial section on how to add new commands to a default command set.
|
||||
Loading…
Add table
Add a link
Reference in a new issue