A Tale in the Desert II Goes Open Beta
Teppy writes "Yesterday afternoon, A Tale in the Desert II launched its open beta. Sometimes called 'a strange psychology experiment', ATITD is a competitive, independently developed PC MMO game, previously covered on Slashdot, based on socialization. Windows and Linux clients are available for download from the official website. If Slashdot readers use the special code 'farmertaco' and visit a school of Art and Music, special goodies await." We've previously covered the first iteration of this unique, combat-free MMO.
Perhaps I am old, but any online game where you can't bunny hop, strafe jump, head shot, team kill or spawn kill just doesn't feel right.
:-)
And I don't even want to know if camping in this game involves a skill roll and tent pegs, please...
#hostfile 0.0.0.0 primidi.com 0.0.0.0 www.primidi.com 0.0.0.0 radio.weblogs.com
Ok guys, if you can get a linux client out, how about one for OS X? In the meantime, I'll keep playing Kingdom of Loathing.
While I enjoyed playing ATITD for my test area, I would never have subscribed to it, for the reason that it's boring to gather stuff, make it into stones/bricks/straw and then do stuff with that, etc. etc. etc. A game has to be fun for me to want to play it, and ATITD, the epitome of the grind (repeating something to death) just doesn't do it for me.
While I didn't try it, ATITD seemed to be one of those games which you could macro incredibly easily - you click to move around, and depending on where you are standing, you can do certain things (such as pick up slate or gather mud). Did anyone try macroing in ATITD?
I can't say I strongly disliked ATITD, it is a revolutionary game which showed that MMOs don't have to be about killing monsters or other people to be fun, but I fear that ATITD II will again be a niche game to those who don't mind the monotony of repeatedly doing the same thing.
Coincidentally, I wrote an article about this on Starglade recently - "Grinding Time".
aterr - an open source threaded discussion board.
Why do you act like a OS X port would be smarter? More gamers use Linux than OS X, and OS X is a lot harder to port to, with the byte order and all.
A mac port is currently in progress (written by the same guy who wrote the linux client), and supposedly very close to completion.
ArmEagle:
Yes Pluribus is his name and he's really great!
We all love him for his dedication to this game.
I know someone (that I work with) who has been helping with the OSX port, which is, as rumors indicate, close to done. From my understanding.
The whole process has been good for the client software as well. In the process of porting it, lots of things got cleaned up - something about gcc not being so friendly about inefficient coding practices as VC++ is. Perhaps I can convince that person to come post something nice and long about the wonderful joys of making the client byte-order independent.
It makes it hard to appreciate when you can only get 1 fps.
Is it the endless hours "training" (e.g., clicking endlessly over the same icon until it dies, then find next)? Or the repetitive quests? I honestly can't see why, but there must be something to them - because the moment they get bored with the game or become too powerful (if you don't get your character resetted before, which kinda makes your efforts useless), they switch to yet another MMORPG as fast as they can.
I haven't played any in quite a while. So perhaps i'm missing something.
Damn. Forgot to register. This was me, just in case anyone's wondering ;)
I used to think the same, I don't know if you've ever played one but you would have to play one for a while to find out. It's the roleplaying aspect for some, the social life for others, the ingame economy of some games (even if the game itself is broken) like SWG, etc.
the Political Inquirer
I've tried, more than once... the thing is that these kind of games become quickly boring for me the minute things stop becoming fun and more of a "job", if you know what i mean. Having to spend 3hs clicking and/or walking through nothing to reach some weird part of a map in order to advance in a quest or gaining HPs sucks.
The best games are new ones, adventuring with friends in large worlds :D
the Political Inquirer
You mean you don't use network byte order? Ye gods, man!
Maybe because they're all really just electronic skinner boxes .
I can see a lot of downloads for ATITD, but since this post is about ATITD II, it would be nice to know where to get that from. After all, the web site is either very unhelpful, or simply the wrong web site.
Karma: It's all a bunch of tree-huggin' hippy crap!
The title shortens to "a titty"? That is simply amazing!
-Dizzle
"I most likely AM so interested in myself."
Actually, the network code was already byte order clean, however lots of the internal buffering code, and actual graphics code made assumptions about the byteordering in memory which where incorrect. Those are just a matter of tracking them down...
As for using network byte-ordering for eveything in RAM that is just horribly nuts... (why should I byte swap every int and every pointer before it ever saved in RAM...) The game was written to be portable, but over its lifetime, it was never tested and audited to ensure that it work on anything except PC hardware)