Register to post in forums, or Log in to your existing account
 

Play RetroMUD
Post new topic  Reply to topic     Home » Forums » CMUD General Discussion
Oracle
Apprentice


Joined: 29 May 2002
Posts: 121

PostPosted: Thu Jan 10, 2008 6:50 pm   

CMUD vs CMUD Pro
 
I'm an old ZMUD using with quite a few indept scripts and was considering converting over to CMUD. I've looked at CMUD and like what I see, just need some help trying to determine the advantage/disadvantage between CMUD and CMUD Pro. Seems the biggest differences is SSH Support, which I don't see the need for, unless someone can give some great examples.

Any other information will be helpful.
Reply with quote
Guinn
Wizard


Joined: 03 Mar 2001
Posts: 1127
Location: London

PostPosted: Thu Jan 10, 2008 7:22 pm   
 
Unlikely you'll need SSH for normal mudding. I think generally if you don't know whether you need SSH then you don't.
_________________
CMUD Pro, Windows Vista x64
Core2 Q6600, 4GB RAM, GeForce 8800GT
Because you need it for text... ;)
Reply with quote
Vijilante
SubAdmin


Joined: 18 Nov 2001
Posts: 5182

PostPosted: Thu Jan 10, 2008 7:55 pm   
 
CMudPro also includes support for the extra zMapper enhancements without requiring the purchase of zMapper.
_________________
The only good questions are the ones we have never answered before.
Search the Forums
Reply with quote
Tech
GURU


Joined: 18 Oct 2000
Posts: 2733
Location: Atlanta, USA

PostPosted: Thu Jan 10, 2008 8:39 pm   
 
I believe (and Zugg please correct me) it will do a similar thing for the standalone database component. I.e. the one in CMUD gets re-written, there'll be a stand alone enhanced version and CMUD Pro can use the enhancements to the database program without purchase.

I also believe Pro will be the only with SFTP access, but I'm less sure about that.
_________________
Asati di tempari!
Reply with quote
Zugg
MASTER


Joined: 25 Sep 2000
Posts: 23379
Location: Colorado, USA

PostPosted: Thu Jan 10, 2008 9:17 pm   
 
Quote:
I also believe Pro will be the only with SFTP access, but I'm less sure about that.

Yes, that is true because SFTP requires SSH. But normal FTP will eventually be available in regular CMUD.
Reply with quote
Guinn
Wizard


Joined: 03 Mar 2001
Posts: 1127
Location: London

PostPosted: Thu Jan 10, 2008 11:45 pm   
 
Hm, I'd only put FTP into CMUDPro personally - it's not a standard MUD client feature imo
_________________
CMUD Pro, Windows Vista x64
Core2 Q6600, 4GB RAM, GeForce 8800GT
Because you need it for text... ;)
Reply with quote
ralgith
Sorcerer


Joined: 13 Jan 2006
Posts: 715

PostPosted: Fri Jan 11, 2008 2:48 am   
 
Nor would it be useful in any way to mudding that I can see. Unless there are still a few MUDs using MUD-FTP to allow uploading of certain files via the MUD itself (for builders without shell access...) however OLC has obsoleted this feature on every MUD I know.
_________________
CrossOver: Windows Compatibility on Mac and Linux CMUD Advocate
Reply with quote
Drake_Discworld
Newbie


Joined: 03 Feb 2008
Posts: 1

PostPosted: Sun Feb 03, 2008 3:54 pm   
 
ralgith wrote:
Nor would it be useful in any way to mudding that I can see. Unless there are still a few MUDs using MUD-FTP to allow uploading of certain files via the MUD itself (for builders without shell access...) however OLC has obsoleted this feature on every MUD I know.


Personally i'd find it quite usefull for managing my scripts between diffrent computers, hot them on an FTP and auto download them, so i'd like to see it in the basic Cmud
Reply with quote
Fizban1216
Apprentice


Joined: 03 Feb 2007
Posts: 170

PostPosted: Sun Feb 03, 2008 7:04 pm   
 
I agree FTP seems rather, well unnecessary for a mud client, the few people that would use it can simply download a separate FTP Client like Filezilla or WinSCP. In fact I still don't see that CMUD Pro will work well at all, it's SSH use is INCREDIBLY limited by the fact that it is line based and restricts sending characters to the mudin the manner something like PuTTy can. One example is trying to edit a file through pico using zmud's SSH it's just a PITA.
Reply with quote
Dharkael
Enchanter


Joined: 05 Mar 2003
Posts: 593
Location: Canada

PostPosted: Sun Feb 03, 2008 11:34 pm   
 
CMUD can be operated in character mode.
_________________
-Dharkael-
"No matter how subtle the wizard, a knife between the shoulder blades will seriously cramp his style."
Reply with quote
Fizban1216
Apprentice


Joined: 03 Feb 2007
Posts: 170

PostPosted: Mon Feb 04, 2008 12:10 am   
 
Not efficiently from my findings, there's still issues sending CTRL-LETTER to the server as you can do in PuTTy.
Reply with quote
Zugg
MASTER


Joined: 25 Sep 2000
Posts: 23379
Location: Colorado, USA

PostPosted: Mon Feb 04, 2008 8:26 pm   
 
Character mode works fine in CMUD and CMUDPro. You just need to change some settings. Turn on the Character Mode option and make sure you click on the main window so that it has keyboard focus instead of the command line.

The issue with Ctrl-Letter keys is that Windows is using some control keys as menu shortcuts (like Ctrl-C for copy, Ctrl-V for paste, etc). There is an option in CMUD to allow you to use Ctrl-Alt-Key to send Ctrl-Key to the MUD. It also helps to turn on the "Macros override menu shortcuts option".

But I use CMUD to connect to our Linux server and use the 'vi' editor all the time and it works fine. I've even used Emacs on occasion, but I'm no Emacs expert so I don't usually run it. Never used pico.

When I work on the TeSSH business client, I'll probably be improving how Ctrl-chars are used in character mode. For now, just use Ctrl-Alt-key instead of Ctrl-key.
Reply with quote
Zortek
Novice


Joined: 26 Jul 2002
Posts: 35
Location: USA

PostPosted: Sat May 31, 2008 6:03 am   
 
I do appreciate the SSH features that you have incorporated into CMudPro (thus the reason I purchased a license). You have demonstrated the talent to corner a market niche. You've got what the competitors don't have, TODAY...mature triggering and scripting.

Zugg wrote:
The issue with Ctrl-Letter keys is that Windows is using some control keys as menu shortcuts (like Ctrl-C for copy, Ctrl-V for paste, etc). There is an option in CMUD to allow you to use Ctrl-Alt-Key to send Ctrl-Key to the MUD. It also helps to turn on the "Macros override menu shortcuts option".

But I use CMUD to connect to our Linux server and use the 'vi' editor all the time and it works fine. I've even used Emacs on occasion, but I'm no Emacs expert so I don't usually run it. Never used pico.

When I work on the TeSSH business client, I'll probably be improving how Ctrl-chars are used in character mode. For now, just use Ctrl-Alt-key instead of Ctrl-key.

Any status or progress report on this topic? I am running into challenges in this specific area. Personally, I'd flip the toggles around if I could.

I frequently need to send Ctrl-K to my destination system; it is a feature or tool toggle. I would much rather have Ctrl-Alt-K activate the Macro Editor than Ctrl-K. Better yet, give me complete control over key mapping in addition to sweeping toggles.

I believe this will become a theme as you explore Meta-Char handling more thoroughly. Broad acceptance will only happen if the tool does not require the average user to alter decades of workflow or typing habit (or worse, deviate from application documentation). Having the ability to toggle/select if the user wants the meta cmds: Alt-Char, Ctrl-Alt-Char or Ctrl-Char (all, some, none) in any combination to be interpreted locally or sent on to the destination raw would eliminate many complaints/concerns. In an ideal world, there would be an advanced key-map where, individually, these decisions could be toggled or customized.

This is not just an issue for programmers, developers, and sys-admins. There are dozens of petrotechnical, engineering, simulation, modeling, and math applications that utilize broader key mappings or require meta-keys. End-users, that are just trying to perform a task, are far less forgiving than technologists are. A product that speaks to some of these concerns might get past Operational Acceptance Testing, but unsatisfactory User Acceptance Testing is a dead-on, procurement black-ball. Slipping a license in here and there at JSC, BP, or UT is cake, but securing the approvals for site licensing or bulk purchases is another matter entirely.

All of this assumes a broad demographic for TeSSH (e.g. competitor to PuTTY, TerraTerm, PrivateShell, Axessh, SecureCRT...or perhaps a low cost, low overhead alternative to commercial bundles like Hummingbird). I realize you are in the early initiation/planning phases and may wish to be careful how you socialize expectations. It could also be that you are approaching this with a crawl-walk-run methodology...I do not wish to make any assumptions.

Are you willing to share your zugg-thoughts on where you are thinking/hoping the feature set will go?

Z
Reply with quote
Fang Xianfu
GURU


Joined: 26 Jan 2004
Posts: 5155
Location: United Kingdom

PostPosted: Sat May 31, 2008 9:12 am   
 
Zortek wrote:
Better yet, give me complete control over key mapping in addition to sweeping toggles.

This would be a really awesome idea, I think, and I'm surprised it's not been suggested before.
_________________
Rorso's syntax colouriser.

- Happy bunny is happy! (1/25)
Reply with quote
Zugg
MASTER


Joined: 25 Sep 2000
Posts: 23379
Location: Colorado, USA

PostPosted: Mon Jun 02, 2008 8:58 pm   
 
I have improved this in v2.26 so that when the "Macros override Menu shortcuts" option is enabled (which is the default), then in Character Mode, pressing Ctrl-key will properly send Ctrl-key to the server, and pressing Alt-key will send ESC-key to the server. I don't really want to add a bunch of extra options unless they are really needed. If you have needs for other "meta characters", then let me know what they are. But I think this should make v2.26 a lot more useful as a "normal" telnet/ssh client.
Reply with quote
Zortek
Novice


Joined: 26 Jul 2002
Posts: 35
Location: USA

PostPosted: Mon Jun 02, 2008 9:34 pm   
 
Zugg wrote:
But I think this should make v2.26 a lot more useful as a "normal" telnet/ssh client.

Heroic, thanks. I'll keep my eyes out for 2.26.

Z
Reply with quote
Display posts from previous:   
Post new topic   Reply to topic     Home » Forums » CMUD General Discussion All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

© 2009 Zugg Software. Hosted by Wolfpaw.net