Difference between revisions of "TwilightMMORL"

From RogueBasin
Jump to navigation Jump to search
(Web-site link + further gameplay details.)
(Added information on the ssh interface)
Line 13: Line 13:
}}
}}


TwilightMMORL is a multiplayer PvE roguelike played over telnet, with the potential for many players to be playing together at once. It features a large, expansive overworld in addition to randomly generated dungeons. Race/Class/Concentration combinations allow for unique fighting styles. The diverse set of monsters to fight provides a wide range of gameplay to experience.
TwilightMMORL is a multiplayer PvE roguelike-ish played over telnet/ssh, with the potential for many players to be playing together at once. It features a large, expansive overworld in addition to randomly generated dungeons in which players may contend for the top spot on the high score list. Race/Class/Concentration combinations allow for unique fighting styles. The diverse set of monsters to fight provides a wide range of gameplay to experience. It is under continual development, but since the client acts only as a dumb terminal, development changes appear in-game with no user interaction required.


== Gameplay ==
== Gameplay ==


TwilightMMORL is played by connecting to g1.twilightmmorl.com on port 8001 with a telnet-compatible client like [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY]. Guides for registering your character and playing the game are provided in-game. TwilightMMORL is under continual development, but since the client acts only as a dumb terminal, development changes appear in-game with no user interaction required.
Twilight is played in real-time, with each turn lasting 250 milliseconds. Movement and attacking is done with the numpad or vi keys, whilst both equipping and using special items are done with the 'e' key (also covers spells cast from scrolls). Basic auto-attack and auto-travel features are provided. The world map is pregenerated and unchanging between updates, but there is also a special random dungeon to enter where players can compete for high scores.


Twilight is played in real-time, with each turn lasting 0.25 seconds.  Movement and attacking is with classic numpad or vi keys, whilst both equipping and using special items are done with the 'e' key (also covers spells cast from scrolls).  Players can hold down keys for continuous commands, or use basic auto-attack and auto-explore features.  The world map is pregenerated and unchanging between updates, but there is also a special random dungeon to enter where players can compete for high scores.
== Connecting to TwilightMMORL ==


Note that when using PuTTY, local line editing must be forced off in your putty configuration (under "Terminal").
g1.twilightmmorl.com provides two interfaces for clients to connect to to play TwilightMMORL:
 
* Telnet on port 8001
* SSH on port 8002
 
In general, connecting to the ssh interface will give a superior gameplay experience, as the ssh protocol's compression saves bandwidth and reduces latency. In the future, the telnet interface may become deprecated.
 
On Unix-like systems, telnet and ssh clients are usually provided by default, and the relevant commands are:
 
* telnet g1.twilightmmorl.com 8001
* ssh -p 8002 g1.twilightmmorl.com
 
On Windows systems, a client such as [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY] is prefered, but Windows telnet may also be used:
 
* Start -> Run -> "telnet g1.twilightmmorl.com 8001"
 
To connect with PuTTY, simply enter the appropriate protocol, hostname, and port information, and click Open. Note that when using PuTTY to connect to the telnet inferface, local line editing must be forced off in your PuTTY configuration (under "Terminal").
 
Guides for registering your character and playing the game are provided in-game.


== Screenshots ==
== Screenshots ==
http://people.msoe.edu/~brayshaj/files/twilight/01.png
http://people.msoe.edu/~brayshaj/files/twilight/01.png
http://people.msoe.edu/~brayshaj/files/twilight/02.png
http://people.msoe.edu/~brayshaj/files/twilight/02.png

Revision as of 17:07, 5 February 2009

TwilightMMORL
Stable game
Developer Moomast3r
Theme Fantasy, multiplayer
Influences None, really
Released July, 2008 ({{{relver}}})
Updated September, 2008 ({{{updver}}})
Licensing Freeware
P. Language C
Platforms Anything with telnet
Interface ASCII, Keyboard
Game Length Indefinite
Official site of TwilightMMORL


TwilightMMORL is a multiplayer PvE roguelike-ish played over telnet/ssh, with the potential for many players to be playing together at once. It features a large, expansive overworld in addition to randomly generated dungeons in which players may contend for the top spot on the high score list. Race/Class/Concentration combinations allow for unique fighting styles. The diverse set of monsters to fight provides a wide range of gameplay to experience. It is under continual development, but since the client acts only as a dumb terminal, development changes appear in-game with no user interaction required.

Gameplay

Twilight is played in real-time, with each turn lasting 250 milliseconds. Movement and attacking is done with the numpad or vi keys, whilst both equipping and using special items are done with the 'e' key (also covers spells cast from scrolls). Basic auto-attack and auto-travel features are provided. The world map is pregenerated and unchanging between updates, but there is also a special random dungeon to enter where players can compete for high scores.

Connecting to TwilightMMORL

g1.twilightmmorl.com provides two interfaces for clients to connect to to play TwilightMMORL:

  • Telnet on port 8001
  • SSH on port 8002

In general, connecting to the ssh interface will give a superior gameplay experience, as the ssh protocol's compression saves bandwidth and reduces latency. In the future, the telnet interface may become deprecated.

On Unix-like systems, telnet and ssh clients are usually provided by default, and the relevant commands are:

  • telnet g1.twilightmmorl.com 8001
  • ssh -p 8002 g1.twilightmmorl.com

On Windows systems, a client such as PuTTY is prefered, but Windows telnet may also be used:

  • Start -> Run -> "telnet g1.twilightmmorl.com 8001"

To connect with PuTTY, simply enter the appropriate protocol, hostname, and port information, and click Open. Note that when using PuTTY to connect to the telnet inferface, local line editing must be forced off in your PuTTY configuration (under "Terminal").

Guides for registering your character and playing the game are provided in-game.

Screenshots

01.png 02.png