mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 01:06:32 +01:00
Copy doc tools from develop
This commit is contained in:
parent
bd65641755
commit
6af2fc6819
127 changed files with 2927 additions and 1427 deletions
|
|
@ -11,7 +11,7 @@ to pick ideas or even get a starting game to build on. These instructions are ba
|
|||
released as of *Aug 12, 2018*.
|
||||
|
||||
If you are not familiar with what Evennia is, you can read
|
||||
[an introduction here](Evennia-Introduction).
|
||||
[an introduction here](./Evennia-Introduction).
|
||||
|
||||
It's not too hard to run Arx from the sources (of course you'll start with an empty database) but
|
||||
since part of Arx has grown organically, it doesn't follow standard Evennia paradigms everywhere.
|
||||
|
|
@ -28,7 +28,7 @@ Instructions](Getting-Started) for your OS. The difference is that you need to `
|
|||
If you are new to Evennia it's *highly* recommended that you run through the
|
||||
instructions in full - including initializing and starting a new empty game and connecting to it.
|
||||
That way you can be sure Evennia works correctly as a base line. If you have trouble, make sure to
|
||||
read the [Troubleshooting instructions](Getting-Started#troubleshooting) for your
|
||||
read the [Troubleshooting instructions](./Getting-Started#troubleshooting) for your
|
||||
operating system. You can also drop into our
|
||||
[forums](https://groups.google.com/forum/#%21forum/evennia), join `#evennia` on `irc.freenode.net`
|
||||
or chat from the linked [Discord Server](https://discord.gg/NecFePw).
|
||||
|
|
@ -58,7 +58,7 @@ Cd to the root of your directory and clone the released source code from github:
|
|||
A new folder `myarx` should appear next to the ones you already had. You could rename this to
|
||||
something else if you want.
|
||||
|
||||
Cd into `myarx`. If you wonder about the structure of the game dir, you can [read more about it here](Directory-Overview).
|
||||
Cd into `myarx`. If you wonder about the structure of the game dir, you can [read more about it here](./Directory-Overview).
|
||||
|
||||
### Clean up settings
|
||||
|
||||
|
|
@ -84,7 +84,7 @@ except ImportError:
|
|||
```
|
||||
|
||||
> Note: Indents and capitalization matter in Python. Make indents 4 spaces (not tabs) for your own
|
||||
> sanity. If you want a starter on Python in Evennia, [you can look here](Python-basic-introduction).
|
||||
> sanity. If you want a starter on Python in Evennia, [you can look here](./Python-basic-introduction).
|
||||
|
||||
This will import Arx' base settings and override them with the Evennia-default telnet port and give
|
||||
the game a name. The slogan changes the sub-text shown under the name of your game in the website
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue