Subject: "Not sure what you read in my post, but here is some more info." Previous topic | Next topic
Printer-friendly copy Email this topic to a friend CF Website
Top General Discussions New Player Q&A Topic #4662
Show all folders

KoeKhaosFri 06-Jan-17 01:56 PM
Member since 04th Mar 2003
400 posts
Click to send email to this author Click to send private message to this author Click to view this author's profile Click to add this author to your buddy list
#4668, "Not sure what you read in my post, but here is some more info."
Edited on Fri 06-Jan-17 02:15 PM

          

Both clients are easy to install and use and require no coding. You will, however, always need to make use of the clients basic scripting to make use of it for anything other than pure telnet. All of them are extremely simple and not really comparable to coding in complexity. For example my most basic script I have for my first characters is at the bottom after links. I removed anything more advanced but it should show how simple it can be. Here are some links to popular Mud clients.

Zmud/CMud This is the most popular MUD client there is and possibly most feature full. It is not free though.
http://www.zuggsoft.com/index.php?p=cmud

wintin++/tintin++ Simple, free, powerful, cross-platform, purely text base so no GUI, but it's for playing a text game so I don't really need a GUI slowing it down. I currently use this.
http://tintin.sourceforge.net/index.php

I used to use this back in the day so I don't know how well it works anymore, but it's a graphical interface like Zmud/Cmud. If I recall, that actual scripting system is taken from tintin++.
http://mm2k6.sourceforge.net/mm2k6/

Other popular ones I don't know too much about.
MUSH Client
http://www.gammon.com.au/mushclient/mushclient.htm
JMUD
https://sourceforge.net/projects/jmud/
GGMUD
https://sourceforge.net/projects/ggmud/

My most basic scripts for wintin++ if you are interested. All of these can literally just be typed into wintin++ as you see them. You would just follow the steps below.

1. Copy each line below into wintin++ by right-clicking on the window and clicking paste.
2. Type #var character Dudeman or whatever your characters name is.
3. type #write CF when you are done to save it as CF.
4. Any time you open wintin++ you simply type #read CF and the type connect. That's it.

You can also set this to PLAIN instead of HTML if you want but if using plain I would suggest using notepad++ for reading, which also has a powerful search in files option for finding keywords in your docs. Just edit the directory for logging to wherever you want to log to, just note that each \ or . requires another \ in front of them as shown. E.g. #log append {C:\\CF\\Logs\\$character$date\.html}. More simply you could just do #log append $character and skip the date but you could end up with a maybe 50MB or larger single file as all of your logs would be in one file. The way I have it set is each day gets a new date on the end of the file name so one file per day. Everything below here can be copied and pasted into wintin++ in one go.

#CONFIG LOG HTML

#VARIABLE character Dudeman
#VARIABLE container knapsack
#VARIABLE date -2015-11-01
#VARIABLE food bread
#VARIABLE water canteen

#ALIAS water {get $water $container; drink $water; put $water $container}

#ALIAS fillw {get $water $container; fill $water;put $water $container}

#ALIAS food {get $food $container; eat $food}

#ALIAS connect {#session CF carrionfields.net 4449; #split; #format date -%Y-%M-%D; #log append {C:\\Users\\Admin\\Desktop\\Logs\\$character$date\.html}}

  

Alert | IP Printer Friendly copy | Reply | Reply with quote

TopicClients and logging [View all] , dudeman, Fri 06-Jan-17 09:31 AM
Reply Now you didn't read two other replies, did you?, Kstatida, 08-Jan-17 06:35 PM, #7
Reply Wintin++ and zmud/cmud are probably the most popular. , KoeKhaos, 06-Jan-17 09:54 AM, #1
     Reply RE: Wintin++ and zmud/cmud are probably the most popula..., dudeman, 06-Jan-17 11:47 AM, #2
          Reply JMC is the most simple client out there NT, Kstatida, 06-Jan-17 01:07 PM, #3
          Reply JMC., Murphy, 06-Jan-17 01:10 PM, #4
          Reply Not sure what you read in my post, but here is some mor..., KoeKhaos, 06-Jan-17 02:15 PM #5
               Reply RE: Not sure what you read in my post, but here is some..., dudeman, 08-Jan-17 10:32 AM, #6
                    Reply RE: Not sure what you read in my post, but here is some..., Mudlet (Anonymous), 12-Jan-17 06:09 PM, #8
                    Reply Logging has had nasty bugs in Mudlet for a long time it..., KoeKhaos, 13-Jan-17 11:57 AM, #9
Top General Discussions New Player Q&A Topic #4662 Previous topic | Next topic