diff options
author | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-03-06 09:33:00 +0100 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2024-03-06 18:05:31 +0000 |
commit | 790c57e165648bcf11d01960d0f8e50ebf1c3074 (patch) | |
tree | 1b351d0b431215cc7d1beb816c994cef93758efc | |
parent | b5acf91dfe7057b8effaf2f23afebb200448cd97 (diff) | |
download | tmwa-790c57e165648bcf11d01960d0f8e50ebf1c3074.tar.gz tmwa-790c57e165648bcf11d01960d0f8e50ebf1c3074.tar.bz2 tmwa-790c57e165648bcf11d01960d0f8e50ebf1c3074.tar.xz tmwa-790c57e165648bcf11d01960d0f8e50ebf1c3074.zip |
Restored README.md visibility
* Removed the <details> tag used to hide the main contents.
* Removed deprecation notice, since we're still running this server
and will need to maintain it until it has been replaced.
* Deleted the section about tmwa-monitor, since the tool is not just
deprecated but actually was deleted in
53a91a3fbf0929a99abcdfea23126f978c3ce71a.
This partly reverts da50c517000391c83305ff704e3059c900f28d5b.
-rw-r--r-- | README.md | 30 |
1 files changed, 2 insertions, 28 deletions
@@ -2,19 +2,10 @@  -This is TMWA, an MMORPG server used by The Mana World Legacy that uses a -protocol based on one of many projects that foolishly chose the name "Athena". +This is TMWA, an MMORPG server used by The Mana World that uses a protocol +based on one of many projects that foolishly chose the name "Athena". Specifically, it was forked from eAthena, a Ragnarok Online clone, in 2004. -# TMWA IS NO LONGER SUPPORTED! don't use this - -<br><br> - -<details> -<summary>click _here_ for the old readme</summary> - -<br> - Take a look at the [wiki](http://wiki.themanaworld.org/index.php/How_to_Develop) for user instructions. **Important note:** building from a github-generated tarball does not work! @@ -154,22 +145,6 @@ current working directory; this was the only thing that makes sense since the files are dependent on the server-data. However, a migration to installed files has begun. - -#### tmwa-monitor: -<DEPRECATED> -Formerly known as `eathena-monitor`. - -An unmaintained tool whose job was to keep restarting the servers -every time they crashed. It still builds in case anyone was using it, -but it proved inflexible and has't really been kept up-to-date with our -(TMW's) server-data, and besides, the server doesn't crash much now. -There are also a number of other Open Source programs that monitor -services already. - -There is a `run-all` script in the server-data repo that starts the -appropriate server for that config. On the main server, we instead -start the servers (and bots) individually in a tmux. - #### tmwa-admin: Formerly known as `ladmin` ("local"). @@ -275,4 +250,3 @@ The following skills are good to know required for various tasks: tasks. Particularly, reread the bit about review.) - C++11 (Not a low entry barrier. I'm not really expecting help with this, and since this is conflict heavy, please do the other tasks first). -</details> |