Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Entire forum
➜ MUDs
➜ MUD Design Concepts
➜ Mushclient for IPod Touch/ IPhone
Mushclient for IPod Touch/ IPhone
|
Posting of new messages is disabled at present.
Refresh page
Pages: 1
2
Posted by
| Twisol
USA (2,257 posts) Bio
|
Date
| Reply #15 on Thu 03 Feb 2011 08:14 PM (UTC) |
Message
| I think it's really interesting that there's been so much interest in a decent mobile MUD client. Perhaps there's an untapped market lying in wait? |
'Soludra' on Achaea
Blog: http://jonathan.com/
GitHub: http://github.com/Twisol | Top |
|
Posted by
| Nick Gammon
Australia (23,122 posts) Bio
Forum Administrator |
Date
| Reply #16 on Fri 04 Feb 2011 12:43 AM (UTC) |
Message
| I think we need to define our terms here. If you mean "a client that can play an existing MUD game like Achaea", I think it is pushing it.
As an experiment I tried to fit smallish text across an iPhone screen (in the IDE) and got up to about 50 characters at a font smaller even than the carrier name (which is usually pretty small). Even using something tiny like 8-point Courier the text is pretty tiny (unreadable, you might say). Even then I only fit in about 75 characters.
The problem is a lot of traditional MUDs have text pre-formatted at 80 characters width, and a lot of things (like score, who lists etc.) assume you have at least 80 characters.
Then you have to dedicate some of the screen to an input area, implement scrolling, etc.
It could be done, but it would be so clunky that I think it would just be for interest.
But if you are talking about a "multi-player RPG game" then it is more feasible. You probably need to start from scratch with designed-in limitations (eg. room descriptions designed to be no more than about 40 characters or 2 lines).
You would probably offer limited actions (like N/S/E/W, plus "fight", "equip", "attack" as buttons). You might have a minimap somewhere.
But then someone will object that it isn't a MUD game (not a text game anyway) and that you are just implementing something completely different.
My recent experimenting with microprocessors (with a 4 x 20 character display) shows you can get *something* to work, but with pretty severe design restrictions. |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | Top |
|
Posted by
| Bast
(78 posts) Bio
|
Date
| Reply #17 on Fri 04 Feb 2011 03:20 PM (UTC) |
Message
| There are a few people on Aardwolf using the Blowtorch client on Android. The author has a character on the mud and even has mccp enabled in the client. I haven't used it. Those who use it say it is pretty good.
Bast |
Bast
Scripts: http://github.com/endavis | Top |
|
Posted by
| Mymyc
(25 posts) Bio
|
Date
| Reply #18 on Mon 21 Mar 2011 06:09 PM (UTC) |
Message
| I know a guy playing Achaea compiled tintin++ on his mobile device. It was a nokia with arm cpu though. | Top |
|
Posted by
| Plamzi
(4 posts) Bio
|
Date
| Reply #19 on Sun 10 Apr 2011 05:45 AM (UTC) |
Message
| Maybe no-one's watching this thread anymore, but I'd like to say that the design obstacles to mobile MUD clients are surmountable and have been overcome already. I believe both Blowtorch for Android and MUDMaster for iPhone make normal mudding possible. Those of you who believe otherwise, should try them and stick with them for at least a day or so.
Also, there has been a full MUD GUI in the iPhone App Store since Sept. 2009 and hundreds of people have played it normally ever since. I really don't see a reason why MUSHClient can't make another strong entry in the GUI app department, although it would have to pick and choose carefully what GUI elements to support.
Full disclosure: I'm the dev of MUDMaster and Bedlam for iPhone. | Top |
|
Posted by
| Nick Gammon
Australia (23,122 posts) Bio
Forum Administrator |
Date
| Reply #20 on Sun 10 Apr 2011 07:28 AM (UTC) |
Message
|
Plamzi said:
I really don't see a reason why MUSHClient can't make another strong entry in the GUI app department, although it would have to pick and choose carefully what GUI elements to support.
That's very kind of you, perhaps I should try a simplified version.
Meanwhile, I tried MUDMaster, to see what you have done, and I certainly got it to work. However if I may make a few constructive suggestions, perhaps you would get a higher user rating ...
- The default font is proportionally spaced, which makes things like who lists, scores, etc. look weird because they are usually designed for fixed-space fonts. Maybe default to Courier or Monaco or something?
- To increase the appeal on iPads, make it a proper iPad app, which would make better use of screen real-estate. As it is, I just hit the x2 button, which just doubles the size of everything.
- On the iPad at least, maybe an option to keep the keyboard onscreen? Since MUDs are by nature a text game, I found I had to keep hitting the keypad icon every time I wanted to do something.
- The instructions on the iTunes store mention hitting "?" on the home screen to configure. However under the new iPad/iPhone OS, things multi-task. What this means is that you never get back to the home screen. So I couldn't find a way of getting to it (eg. to go to another MUD, or to configure it). Even leaving the app, and starting another, and going back to it, didn't work. I was still just in the middle of my game. Even quitting the game didn't help.
Still, you have shown it can be done! That's great to see. Maybe people can start playing MUDs on the train on the way to work. |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | Top |
|
Posted by
| Plamzi
(4 posts) Bio
|
Date
| Reply #21 on Sun 10 Apr 2011 08:00 AM (UTC) Amended on Sun 10 Apr 2011 08:09 AM (UTC) by Plamzi
|
Message
| Nick,
Thanks for the feedback. We may be moving off-topic but here are some responses:
* The default font was chosen because it fits a lot more text per line. It's easy enough to change to a mono-space font but the only such font available OOB is Courier, and as you can see, readability dramatically drops when you switch to it (because you need to zoom out more).
* On the iPad, last time I checked, there was a $3 app called iPad MUD Client. It claims to offer about the same functionality and I simply can't beat their pricetag.
* You can easily keep the keyboard toggled by hitting "Send" at the top instead of "Go". It's a design choice that I think you'll grow to appreciate.
* You can type 'apphelp' in a session to see the help file and 'appmenu' to go back to main menu at any time. All these commands are covered in the help file, which should have opened when you first started the app.
* To quit an app fully under iOS4+, you have to 2tap Home button while at main menu, press and hold the app icon in task manager, and hit the delete icon that shows up. That's the way the OS works, and apps can't do anything about that... There's no real multitasking on the platform (sigh) and Steve saying so just makes it hard for devs like me to explain to their customers why their app behaves the way it does.
As for the rating, if you get in the iPhone app dev game, you'll quickly realize how little that means. I've had anything from 5 full stars to 2 (the calculation system is that whacky). I don't think it's possible to maintain a high rating on a mobile MUD app - even if it's the best client for the platform, many people will be comparing it to their favorite desktop client - and that, any dev knows, is unfair. | Top |
|
Posted by
| Nick Gammon
Australia (23,122 posts) Bio
Forum Administrator |
Date
| Reply #22 on Sun 10 Apr 2011 12:27 PM (UTC) |
Message
|
Plamzi said:
* The default font was chosen because it fits a lot more text per line. It's easy enough to change to a mono-space font but the only such font available OOB is Courier ...
Yes I see what you mean, and that is probably one of the problems for MUD games on iPhones in general. You have chosen a compromise that does indeed show quite a bit, particularly of things like room descriptions. No offence, I think it is a limitation of the platform itself. Probably not as bad on the iPad.
I was thinking a bit of having something more geared to a custom server (like Bedlam) where you can then make sure that fixed-pitch fonts are not required, keep descriptions short, minimize the amount of typing required and so on.
But then if you start throwing in icons, images, buttons etc. people will say "but it's not a text MUD".
I'm wondering if the game industry isn't on the cusp of moving in some new direction - what that is, I can't really say. Portal for example, has some interesting ideas.
Let's say you have played World of Warcraft for a few years and are bored with it. Does that mean you will play Warhammer, Age of Conan, Rift, or some of the other MMO games? Or is that just "more of the same"? |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | Top |
|
Posted by
| Nick Gammon
Australia (23,122 posts) Bio
Forum Administrator |
Date
| Reply #23 on Sun 10 Apr 2011 12:29 PM (UTC) |
Message
|
Plamzi said:
* To quit an app fully under iOS4+, you have to 2tap Home button while at main menu, press and hold the app icon in task manager, and hit the delete icon that shows up.
I didn't know that. I bet a lot of other people don't either. Well all the more reason to have a little icon (maybe an X in the corner) that takes you back to the game's menu so you can connect to another MUD. |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | Top |
|
Posted by
| Plamzi
(4 posts) Bio
|
Date
| Reply #24 on Sun 10 Apr 2011 04:10 PM (UTC) |
Message
|
Nick Gammon said:
Plamzi said:
* To quit an app fully under iOS4+, you have to 2tap Home button while at main menu, press and hold the app icon in task manager, and hit the delete icon that shows up.
I didn't know that. I bet a lot of other people don't either. Well all the more reason to have a little icon (maybe an X in the corner) that takes you back to the game's menu so you can connect to another MUD.
Yeah, that's a good idea. The reason I haven't done so already is that I want the user to be able to hide the UI fully. That's a fundamental feature of the app as far as I'm concerned. If I can only figure out a way to show that X contextually, only when the user might need it, that would be ideal. But having something always taking up space on the screen is a big sacrifice for me, so I'm holding off.
Compare the MUDMaster UI to the one of MobileMUD and the TMC game client - it's a very different approach to the challenge of a small screen size. I realize it means people have to read the help file to get to learn about all the hidden functionality and that few people read help files, but I built the client that I would want to use, and I think anyone who does read the help file (http://www.eyecandid.com/mudmaster/help.html) ends up quite satisfied.
I have some comments regarding mobile GUI's but I'll have to share them another time. | Top |
|
Posted by
| Glispion
(19 posts) Bio
|
Date
| Reply #25 on Sun 21 Sep 2014 11:15 PM (UTC) |
Message
| I use the blowtorch client on my tiny phone...It allows me to check in on breaks at work and anywhere else I find myself away from the computer with nothing to do. I am able to play just as I would on a computer except for extra stuff like a GMCP map. The custom buttons and triggers you can make takes most of the repeated syntax away so typing isn't a chore. | Top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
99,057 views.
This is page 2, subject is 2 pages long:
1
2
Posting of new messages is disabled at present.
Refresh page
top