@thenomain said in Alternative Formats to MU:
@faraday
I still consider Evennia a MUD-like because, as you said earlier, it's not a game installation, but a framework in which you can create a game.
I would personally say that Evennia is an engine/framework for creating MU* games, some of which are "MUSH-like" or "MUD-like" depedning on your goals. I think our developers are pretty evenly split between either play style (with a few going far away from either or combining elements of each).
The built-in interpreter, that you can code from the inside, is what I use to classify a MUSH-like game.
Hey, if that is the only definition, then Evennia can (now) fulfill it. Just activate the in-game-python Evennia contrib module and you can essentially code and script your game in-Python from inside the game. Now, it's not safe for use by untrusted users. I wouldn't personally want to code a game over a telnet-like connection when I could use real development tools outside the game. But it's real Evennia softcode if that's your cup of tea.
@thatguythere said in Alternative Formats to MU:
@arkandel said in Alternative Formats to MU:
For me RP needs to be real time. Again, it doesn't mean this is the only 'valid' way to do it, but that's what would work for me.
This would be the biggest sticking point for me to move away from telnet. If the RP is not real time I lose interest. I tend to wander a bit waiting for a pose if it is longer than 5 minutes. With MUSH this is when i get my house work done peeking back every couple of minutes until things pick up. Sadly with web based this would be were I found a video to watch and the scene would likely be forgotten about.
Out of curiosity, why do you feel telnet is needed for real-time interaction? Modern web browser clients with websockets or ajax/comet can (and do) also produce real-time game play. I can see the argument for long-time mud-clients having more features than their browser equivalents, but telnet has nothing to do with that? Maybe you are referring to "forum RP" when you say "web"?
.
Griatch