Unknown2005-02-13 19:44:54
I've been looking for an application like this for a while now, does anyone know a good one?
Basically a normal proxy, you can have it sit on a unix machine, you can connect to it, have it connect to a MUD, etc, just it'd have a scripting engine that can be used to process text with ansi codes in it... shouldn't be THAT hard to write actually, save handling the ansi codes decently. Hmm.
The only script I know about that's somewhat like this is SMC (the Solace Mud Client), which unfortunately is a PHP script and therefore utterly slow.
Or does anyone know a mud client that can be used as a proxy? I need to be able to connect with my local client to it, I hate playing without macros.
Basically a normal proxy, you can have it sit on a unix machine, you can connect to it, have it connect to a MUD, etc, just it'd have a scripting engine that can be used to process text with ansi codes in it... shouldn't be THAT hard to write actually, save handling the ansi codes decently. Hmm.
The only script I know about that's somewhat like this is SMC (the Solace Mud Client), which unfortunately is a PHP script and therefore utterly slow.
Or does anyone know a mud client that can be used as a proxy? I need to be able to connect with my local client to it, I hate playing without macros.
Unknown2005-02-14 13:00:29
I'm not exactly sure what you want the scriptable proxy to do for you, but I've been looking at a lot of what MUSHclient is capable of doing and it has the ability to pre-process text through plug-ins. If you wanted to filter your MUD text before triggers, you may be able to do it this way. I'm pretty much convinced that anything that you want to do can be done in MUSHclient. (It's just that some things require more knowledge and effort than others.)
Unknown2005-02-14 15:39:18
Aye, that's an interesting feature and on my to-do list *grin*
I'm looking for a proxy though. Or a client that can serve as one. It needs to run on a remote machine.
I'm looking for a proxy though. Or a client that can serve as one. It needs to run on a remote machine.