Armageddon General Discussion Board

General => General Discussion => Topic started by: Ceryni on June 16, 2007, 10:07:28 AM

Title: New player: Ansi colours?
Post by: Ceryni on June 16, 2007, 10:07:28 AM
Is there a way to fiddle with the ANSI colouring?
I’ve turned on ANSI colouring in the menu, however every single word in game is Uniform white and is absolute HELL to try and decipher the differences between people, descriptions, titles and even my prompt.

Please tell me if there’s a way to set certain things to colours, EG: Objects to green font, Players to red font or whatever.
Title: New player: Ansi colours?
Post by: Southie on June 16, 2007, 10:22:52 AM
Unfortunately (and this is a fairly contentious topic around here with some of us) Armageddon does not have system-defined color schemes.

Depending on what MUD client you use, you can add them yourself with triggers. I use some light coloring to highlight combat messages, for example.

But don't worry too much. After a little getting used to, it's easy enough to tell what's what.
Title: New player: Ansi colours?
Post by: Angela Christine on June 16, 2007, 10:25:49 AM
Having ansi on will highlight when someone gets hit in combat, nothing else.


Here is an old topic about using client programs to customize your colors:  http://www.zalanthas.org/phpBB2/viewtopic.php?p=36845&highlight=color+colour+trigger+client#36845
Title: New player: Ansi colours?
Post by: Cutthroat on June 16, 2007, 10:26:04 AM
What Southie said.

If you use zMUD the triggers can be relatively simple.

For example, I use a trigger that picks up "* +[*+]" and changes it to a brownish color. That helps me differentiate between the title of the room and exits from the room's description.

As you play through the game you'll be able to collect little strings for yourself and set up triggers for them.

And of course, welcome to Armageddon!
Title: New player: Ansi colours?
Post by: Shiroi Tsuki on June 16, 2007, 11:28:08 AM
Having come from what I now consider to have been an overly colorful mud, I can tell you with every confidence that you'll get used to it.  I'm actually even really fond of it now, because what I do have highlighted then jumps off the page instead of being lost in a mish-mash of assorted colors.

And welcome!
Title: New player: Ansi colours?
Post by: Tarx on June 16, 2007, 11:39:35 AM
Having my own highlights for everything makes it easier.  I've got things color-coded the way I want them color-coded.  I know myself and the way I think with color, so I put some things in colors that are associated with them.

Welcome to Armageddon, too!
Title: New player: Ansi colours?
Post by: Only He Stands There on June 16, 2007, 03:59:19 PM
Shameless plug for coloring via ZMud. (http://www.zalanthas.org/phpBB2/viewtopic.php?t=15939&postdays=0&postorder=asc&start=32)
Title: New player: Ansi colours?
Post by: spawnloser on June 16, 2007, 07:34:44 PM
If you want help coloring in MushClient, let me know.
Title: New player: Ansi colours?
Post by: Mood on June 16, 2007, 08:47:55 PM
Quote from: "spawnloser"If you want help coloring in MushClient, let me know.

I, for one, would appreciate it.
Title: New player: Ansi colours?
Post by: Ceryni on June 16, 2007, 09:03:55 PM
I already know basic MUSHClient colour triggers but if I could work some out for advanced things, like colouring players in rooms, that would be great.
Title: New player: Ansi colours?
Post by: spawnloser on June 17, 2007, 12:47:28 AM
First thing's first... I have offered in the past to give out the basic worldfile I have here for Arm.  This would come with a few basic aliases that can be used as a guide for making more, as well as a healthy amount of colorizing.  What is colorized is the prompt that I use, parts of score and state as well as much communication.

A couple tips for coloring in MUSHClient, though... There is a field called 'Trigger' which is what comes from the mud that must be colorized.  If you do not use wildcards, the line to be colorized must MATCH EXACTLY.  If part of your prompt gets in the way, or you press enter half-way through the line, the line will not be colorized.  Wildcards simplify this.  One example of a few things that my color triggers respond to...
*dissolve the psychic link.
*foreign presence contacts you mind.
*foreign presence withdraw from your mind.
*suffer from use of the Way.

What I do then is just to go to the section in add/edit trigger that says 'Change colour and style to:" and using the dropdown, change the color.  If you change the color to "Other", you then click on the foreground and background buttons to the right... they are not labelled, but you'll figure it out easy enough.

The only thing I could suggest for coloring players is to have the trigger event be...
The * is *.

Any other questions, feel free to ask.
Title: New player: Ansi colours?
Post by: BlackMagic0 on June 17, 2007, 01:55:38 AM
:oops: Does anyone use GMUD?.. And know a way to add colors, and what not? Other then change the normal background/ all the text colors?...

If I missed a post of someone saying how, sorry.. But I seen Mush and Zmud..
Title: New player: Ansi colours?
Post by: Only He Stands There on June 17, 2007, 02:02:10 AM
GMud has no coloring capabilities, no.
Title: New player: Ansi colours?
Post by: Yokunama on June 17, 2007, 03:08:21 AM
Quote from: "BlackMagic0":oops: Does anyone use GMUD?.. And know a way to add colors, and what not? Other then change the normal background/ all the text colors?...

If I missed a post of someone saying how, sorry.. But I seen Mush and Zmud..

If you give mudmaster a chance, I could help you with setting up some color.
Title: New player: Ansi colours?
Post by: Morfeus on June 17, 2007, 03:16:48 AM
Quote from: "Yokunama"If you give mudmaster a chance, I could help you with setting up some color.

MudMaster is nice and free. Certainly worth giving a chance if you are looking for something new.
Title: New player: Ansi colours?
Post by: BlackMagic0 on June 17, 2007, 12:31:17 PM
Quote from: "Yokunama"
Quote from: "BlackMagic0":oops: Does anyone use GMUD?.. And know a way to add colors, and what not? Other then change the normal background/ all the text colors?...

If I missed a post of someone saying how, sorry.. But I seen Mush and Zmud..

If you give mudmaster a chance, I could help you with setting up some color.

Possible, I'll look into it... Where can I find mudmaster? :?:
Title: New player: Ansi colours?
Post by: Mook on June 17, 2007, 01:38:32 PM
google.com
Title: New player: Ansi colours?
Post by: Mood on June 18, 2007, 02:44:12 PM
Quote from: "spawnloser"First thing's first... I have offered in the past to give out the basic worldfile I have here for Arm.  This would come with a few basic aliases that can be used as a guide for making more, as well as a healthy amount of colorizing.  What is colorized is the prompt that I use, parts of score and state as well as much communication.

I would certainly appreciate this, too. Also, thanks for all of the help.
Title: New player: Ansi colours?
Post by: spawnloser on June 18, 2007, 02:54:37 PM
Anyone who would like the worldfile that I have offered for MUSHClient, send me a PM with the email address you would like me to send it to.
Title: New player: Ansi colours?
Post by: spawnloser on June 19, 2007, 04:34:31 AM
I received 3 PMs, have responded to them and emailed the worldfile to those that have asked.  If the email is not received, or if you believe that you sent me a PM that was not responded to, please let me know.
Title: New player: Ansi colours?
Post by: Ceryni on June 19, 2007, 02:52:21 PM
Big thanks to spawnloser!  :D