Taste the Rainbow!

2»

Comments

  • So, today I'm going to be working on some code updates that'll let me (properly) integrate the extended colour palette pretty much wherever I desire in the game. So, I'm opening up suggestions to you guys, since it's pretty likely you'll be the ones using the features!

    Is there anywhere in the game where players are capable of assigning colours to things that would benefit from the extended colours? As an example, one suggestion from earlier in this thread was colours for stage performances.
    7c95dbc25a4a9ae292cccb899a49a79b18529207e135ebccd89c0877d386ebea
    ALL HAIL THE MIGHTY GLOW CLOUD.
  • edited November 2014
    Illusions perhaps? (Falsevision, improved illusions). Ooh! If you could integrate it with the Colourmaelstrom colours, that would be brilliant! (EDIT: Was it colourmaelstrom? It was that one glamours skill that had everything rainbowy and all the characters had random colours assigned)

    Maybe the ability to colour ambients? Somebody (Eritheyl) had complained that he hates greys and couldn't colour them and I ended up having to write some code to change the colour codes in incoming packets.

    I can't actually think of where it would be useful to colour everything other than the stage and illusions, though, but I kind of want to write something to make every character a different colour in-client and experience the rainbow now.
  • SelenitySelenity My first MC to stay in Serenwilde
    Well, I know this currently isn't available, but if you could put it in for books so us ASCII lovers can add color to our ASCII, that'd be great. Also, making stamps colorable so they're not all red. Thanks!
  • LavinyaLavinya Queen of Snark Australia
    Coloured letters at the very least would be pretty nifty! And seals if that could be worked (any tint will do, colour set in design perhaps?)



  • EveriineEveriine Wise Old Swordsbird / Brontaur Indianapolis, IN, USA
    Stamps/seals/chops are all red because that's the RL thing they are based on: http://en.wikipedia.org/wiki/Seal_(East_Asia)
    Everiine is a man, and is very manly. This MAN before you is so manly you might as well just gender bend right now, cause he's the manliest man that you ever did see. His manly shape has spurned many women and girlyer men to boughs of fainting. He stands before you in a manly manerific typical man-like outfit which is covered in his manly motto: "I am a man!"

    Daraius said: You gotta risk it for the biscuit.

    Pony power all the way, yo. The more Brontaurs the better.
  • EritheylEritheyl ** Trigger Warning **
    edited November 2014
    Luckily this is a fantasy world where anything is possible, including but surely not limited to a larger variety of ink colours.
    Lavinya said:
    Coloured letters at the very least would be pretty nifty! And seals if that could be worked (any tint will do, colour set in design perhaps?)
    I'd like it if we could pick a colour when actually affixing the seal, but 1) that would make it weird for tint consumption, and 2) a lot of existing designs are already described as red on red on red because of the current limitations. Still, a boy can dream!
    Crumkane, Lord of Epicurean Delights says, "WAS IT INDEED ON FIRE, ERITHEYL."

    -

    With a deep reverb, Contemptible Sutekh says, "CEASE YOUR INFERNAL ENERGY, ERITHEYL."
  • DaraiusDaraius Shevat The juror's taco spot
    Estarra seemed pretty firm about stamps being just red. But if colored letters are a possibility, I'd take that! Shevat beryl ink for all correspondence!
    I used to make cakes.

    Estarra the Eternal says, "Give Shevat the floor please."
  • I'm with @Daraius, I'd write everything in Black Swan in Australian Roses. Then realise I don't send letters to anyone because... awkward. Be sad, burn coloured letters code and all of its backups.

    No wait, that was yesterday. 



    PS. I'm not sure the way we handle books would permit this, letters perhaps? Might be a bigger project than we have time for during the Overhaul. Either way, pray hard to @Ieptix and remain steadfast in your faith.
  • Fireworks and other fun explosives.
    Genie bottles.
  • Just want to say thanks for making colour 8 default grey, now plays will look a bit better when using shadows.

    As for adding new colours in places, could you also put in the option for us to decide whether a colour is 'bold' or 'normal'? Like how colour 11 was yellow but thick/bold. It provided a nice contrast and if possible I'd like to returned somewhat.
    Retired.
  • Not sure about adding colours to letters myself; that'd make it possible to forge seals without much difficulty, unless there was code in place to try to catch people doing that... and people eventually always figure out a way around those things.
    image
  • Haezon said:
    Just want to say thanks for making colour 8 default grey, now plays will look a bit better when using shadows.

    As for adding new colours in places, could you also put in the option for us to decide whether a colour is 'bold' or 'normal'? Like how colour 11 was yellow but thick/bold. It provided a nice contrast and if possible I'd like to returned somewhat.
    Two things:

    1) The default colour for things hasn't changed. It should still be colour 7 (ANSI white) anywhere it's not specifically coloured otherwise.
    2) There isn't a bold/not bold distinction for most colours; beyond the 8 basic ANSI colours (0-7), for which there is an ANSI code to toggle on bold/high-intensity colours, the rest are defined purely by their RGB values. This should be plenty sufficient, though, since the palette is large enough to encompass both muted and bright variations of many colours - there are 216 of them outside the basic and greyscale ranges!
    7c95dbc25a4a9ae292cccb899a49a79b18529207e135ebccd89c0877d386ebea
    ALL HAIL THE MIGHTY GLOW CLOUD.
  • EritheylEritheyl ** Trigger Warning **
    edited November 2014
    Ieptix said:
    1) The default colour for things hasn't changed. It should still be colour 7 (ANSI white) anywhere it's not specifically coloured otherwise.
    It's totally grey. That's why I was unable to play until I could turn this newfangled business off.
    Crumkane, Lord of Epicurean Delights says, "WAS IT INDEED ON FIRE, ERITHEYL."

    -

    With a deep reverb, Contemptible Sutekh says, "CEASE YOUR INFERNAL ENERGY, ERITHEYL."
  • edited November 2014
    What client are you using?

    EDIT: To clarify my above post some, I call the colour "white" above but it is still generally rendered as a (light) grey. Is the trouble you're having that the colour is a very dark grey instead of a lighter one, e.g. compare colours 7 (white) and 8 (boldblack) in the COLOURS list?
    7c95dbc25a4a9ae292cccb899a49a79b18529207e135ebccd89c0877d386ebea
    ALL HAIL THE MIGHTY GLOW CLOUD.
  • EritheylEritheyl ** Trigger Warning **
    MUSH. Thought I had included that in my previous posts, mabad.
    Crumkane, Lord of Epicurean Delights says, "WAS IT INDEED ON FIRE, ERITHEYL."

    -

    With a deep reverb, Contemptible Sutekh says, "CEASE YOUR INFERNAL ENERGY, ERITHEYL."
  • Ieptix said:
    Haezon said:
    Just want to say thanks for making colour 8 default grey, now plays will look a bit better when using shadows.

    As for adding new colours in places, could you also put in the option for us to decide whether a colour is 'bold' or 'normal'? Like how colour 11 was yellow but thick/bold. It provided a nice contrast and if possible I'd like to returned somewhat.
    Two things:

    1) The default colour for things hasn't changed. It should still be colour 7 (ANSI white) anywhere it's not specifically coloured otherwise.
    2) There isn't a bold/not bold distinction for most colours; beyond the 8 basic ANSI colours (0-7), for which there is an ANSI code to toggle on bold/high-intensity colours, the rest are defined purely by their RGB values. This should be plenty sufficient, though, since the palette is large enough to encompass both muted and bright variations of many colours - there are 216 of them outside the basic and greyscale ranges!
    What I meant was the colour 8 was considered 'black' so not viewable on some backgrounds, but it's much better now with a dark grey to better show up on black backgrounds. It helps some of my play illusions be more visible (I like the inclusion of pink too).

    Is it possible then to make colours bright somehow? Like, an added command when choosing colour for something to decide whether it's bright or not?
    Retired.
  • EritheylEritheyl ** Trigger Warning **
    Haezon said:
    Ieptix said:
    Haezon said:
    Just want to say thanks for making colour 8 default grey, now plays will look a bit better when using shadows.

    As for adding new colours in places, could you also put in the option for us to decide whether a colour is 'bold' or 'normal'? Like how colour 11 was yellow but thick/bold. It provided a nice contrast and if possible I'd like to returned somewhat.
    Two things:

    1) The default colour for things hasn't changed. It should still be colour 7 (ANSI white) anywhere it's not specifically coloured otherwise.
    2) There isn't a bold/not bold distinction for most colours; beyond the 8 basic ANSI colours (0-7), for which there is an ANSI code to toggle on bold/high-intensity colours, the rest are defined purely by their RGB values. This should be plenty sufficient, though, since the palette is large enough to encompass both muted and bright variations of many colours - there are 216 of them outside the basic and greyscale ranges!
    What I meant was the colour 8 was considered 'black' so not viewable on some backgrounds, but it's much better now with a dark grey to better show up on black backgrounds. It helps some of my play illusions be more visible (I like the inclusion of pink too).

    Is it possible then to make colours bright somehow? Like, an added command when choosing colour for something to decide whether it's bright or not?
    You just pick the number for the brighter color? Don't really understand what you mean.
    Crumkane, Lord of Epicurean Delights says, "WAS IT INDEED ON FIRE, ERITHEYL."

    -

    With a deep reverb, Contemptible Sutekh says, "CEASE YOUR INFERNAL ENERGY, ERITHEYL."
  • edited November 2014
    Haezon said:
    Ieptix said:
    Haezon said:
    Just want to say thanks for making colour 8 default grey, now plays will look a bit better when using shadows.

    As for adding new colours in places, could you also put in the option for us to decide whether a colour is 'bold' or 'normal'? Like how colour 11 was yellow but thick/bold. It provided a nice contrast and if possible I'd like to returned somewhat.
    Two things:

    1) The default colour for things hasn't changed. It should still be colour 7 (ANSI white) anywhere it's not specifically coloured otherwise.
    2) There isn't a bold/not bold distinction for most colours; beyond the 8 basic ANSI colours (0-7), for which there is an ANSI code to toggle on bold/high-intensity colours, the rest are defined purely by their RGB values. This should be plenty sufficient, though, since the palette is large enough to encompass both muted and bright variations of many colours - there are 216 of them outside the basic and greyscale ranges!
    What I meant was the colour 8 was considered 'black' so not viewable on some backgrounds, but it's much better now with a dark grey to better show up on black backgrounds. It helps some of my play illusions be more visible (I like the inclusion of pink too).

    Is it possible then to make colours bright somehow? Like, an added command when choosing colour for something to decide whether it's bright or not?
    If colour 8 was not appearing in some cases, that would be a client issue - the colour 8 should (be default, without messing with your client settings) be rendered as a dark grey. The only fully black colour is 0 (in the basic set, at least - 232 is also black-black in the extended set).

    For colour selection, you have to choose the appropriate colour from the COLOURS list - this enumerates every possible colour that can be used.
    7c95dbc25a4a9ae292cccb899a49a79b18529207e135ebccd89c0877d386ebea
    ALL HAIL THE MIGHTY GLOW CLOUD.
  • edited November 2014
    @Eritheyl: It looks like the colour issue you were having was a bug in MUSH, which was fixed in the most recent version (4.95, though the website seems to not have been updated and still lists 4.94 as the most recent), per the announcement here:

    "Fixed problem with 256-colour ANSI sequences where under certain circumstances text would not be bolded correctly."

    EDIT: If you're able, could you upgrade to the new version (or install it in parallel or something to your current version) and let me know if the issue's fixed? I downloaded 4.94 on my computer and didn't have any issues, but I'm entirely unfamiliar with MUSHClient so there could easily be something I overlooked.
    7c95dbc25a4a9ae292cccb899a49a79b18529207e135ebccd89c0877d386ebea
    ALL HAIL THE MIGHTY GLOW CLOUD.
  • Eritheyl said:
    You just pick the number for the brighter color? Don't really understand what you mean.
    Colours 0-8 were different colours that fit with the standard text size and appearance. Colours 9-15 had a bolder outline and looked 'larger' compared to the first 8. It's not about colour it's about how they appeared when seen in game and how different they looked when put side by side.
    Retired.
  • That'd be some oddity of your client interpreting the ANSI sequences for the basic colours differently than intended, and the code to mark the differences there is only applicable to the basic set of colours, and not the extended colours.
    7c95dbc25a4a9ae292cccb899a49a79b18529207e135ebccd89c0877d386ebea
    ALL HAIL THE MIGHTY GLOW CLOUD.
  • Ieptix said:
    That'd be some oddity of your client interpreting the ANSI sequences for the basic colours differently than intended, and the code to mark the differences there is only applicable to the basic set of colours, and not the extended colours.
    Huh, curious. Alright then, it all looks the same as each other so we'll never know why it was different.
    Retired.
  • EritheylEritheyl ** Trigger Warning **
    edited November 2014
    Ieptix said:
    EDIT: If you're able, could you upgrade to the new version (or install it in parallel or something to your current version) and let me know if the issue's fixed? I downloaded 4.94 on my computer and didn't have any issues, but I'm entirely unfamiliar with MUSHClient so there could easily be something I overlooked.
    4.95 does not have this issue, looks grand! In case my earlier whining wasn't specific enough, I had the client's ANSI settings to force pure white as the default text, but the game config was instead overriding with that drab gray - but anything set to 15 in-game was still properly white. Bizarre. But, hurrah for mysteriously-masked-client-updates, and super sleuthing @Ieptix!

    Also, been thinkin'. Colored letters - if possible - require x number of magic ink per line - if possible - or one application per character, to make it more absurd. Syntax INK <letter> <color#> [FROM VIAL#/KEG#/RIFT].
    Crumkane, Lord of Epicurean Delights says, "WAS IT INDEED ON FIRE, ERITHEYL."

    -

    With a deep reverb, Contemptible Sutekh says, "CEASE YOUR INFERNAL ENERGY, ERITHEYL."
  • SynkarinSynkarin Nothing to see here
    Is there a way we can see what rgb value each color is?

    Everiine said:
    "'Cause the fighting don't stop till I walk in."
    -Synkarin's Lament.
  • edited November 2014
    I could post my masterlist if you're interested in it. It'd be relatively unofficial though, but eh, close enough.

    [spoiler]
    Color 0: 0 0 0
    Color 1: 127 0 0
    Color 2: 0 127 0
    Color 3: 127 127 0
    Color 4: 0 0 255
    Color 5: 127 0 127
    Color 6: 0 127 127
    Color 7: 192 192 192
    Color 8: 127 127 127
    Color 9: 255 0 0
    Color 10: 0 255 0
    Color 11: 255 255 0
    Color 12: 127 127 255
    Color 13: 255 0 255
    Color 14: 0 255 255
    Color 15: 255 255 255
    Color 16: 0 0 0
    Color 17: 0 0 95
    Color 18: 0 0 135
    Color 19: 0 0 175
    Color 20: 0 0 215
    Color 21: 0 0 255
    Color 22: 0 95 0
    Color 23: 0 95 95
    Color 24: 0 95 135
    Color 25: 0 95 175
    Color 26: 0 95 215
    Color 27: 0 95 255
    Color 28: 0 135 0
    Color 29: 0 135 95
    Color 30: 0 135 135
    Color 31: 0 135 175
    Color 32: 0 135 215
    Color 33: 0 135 255
    Color 34: 0 175 0
    Color 35: 0 175 95
    Color 36: 0 175 135
    Color 37: 0 175 175
    Color 38: 0 175 215
    Color 39: 0 175 255
    Color 40: 0 215 0
    Color 41: 0 215 95
    Color 42: 0 215 135
    Color 43: 0 215 175
    Color 44: 0 215 215
    Color 45: 0 215 255
    Color 46: 0 255 0
    Color 47: 0 255 95
    Color 48: 0 255 135
    Color 49: 0 255 175
    Color 50: 0 255 215
    Color 51: 0 255 255
    Color 52: 95 0 0
    Color 53: 95 0 95
    Color 54: 95 0 135
    Color 55: 95 0 175
    Color 56: 95 0 215
    Color 57: 95 0 255
    Color 58: 95 95 0
    Color 59: 95 95 95
    Color 60: 95 95 135
    Color 61: 95 95 175
    Color 62: 95 95 215
    Color 63: 95 95 255
    Color 64: 95 135 0
    Color 65: 95 135 95
    Color 66: 95 135 135
    Color 67: 95 135 175
    Color 68: 95 135 215
    Color 69: 95 135 255
    Color 70: 95 175 0
    Color 71: 95 175 95
    Color 72: 95 175 135
    Color 73: 95 175 175
    Color 74: 95 175 215
    Color 75: 95 175 255
    Color 76: 95 215 0
    Color 77: 95 215 95
    Color 78: 95 215 135
    Color 79: 95 215 175
    Color 80: 95 215 215
    Color 81: 95 215 255
    Color 82: 95 255 0
    Color 83: 95 255 95
    Color 84: 95 255 135
    Color 85: 95 255 175
    Color 86: 95 255 215
    Color 87: 95 255 255
    Color 88: 135 0 0
    Color 89: 135 0 95
    Color 90: 135 0 135
    Color 91: 135 0 175
    Color 92: 135 0 215
    Color 93: 135 0 255
    Color 94: 135 95 0
    Color 95: 135 95 95
    Color 96: 135 95 135
    Color 97: 135 95 175
    Color 98: 135 95 215
    Color 99: 135 95 255
    Color 100: 135 135 0
    Color 101: 135 135 95
    Color 102: 135 135 135
    Color 103: 135 135 175
    Color 104: 135 135 215
    Color 105: 135 135 255
    Color 106: 135 175 0
    Color 107: 135 175 95
    Color 108: 135 175 135
    Color 109: 135 175 175
    Color 110: 135 175 215
    Color 111: 135 175 255
    Color 112: 135 215 0
    Color 113: 135 215 95
    Color 114: 135 215 135
    Color 115: 135 215 175
    Color 116: 135 215 215
    Color 117: 135 215 255
    Color 118: 135 255 0
    Color 119: 135 255 95
    Color 120: 135 255 135
    Color 121: 135 255 175
    Color 122: 135 255 215
    Color 123: 135 255 255
    Color 124: 175 0 0
    Color 125: 175 0 95
    Color 126: 175 0 135
    Color 127: 175 0 175
    Color 128: 175 0 215
    Color 129: 175 0 255
    Color 130: 175 95 0
    Color 131: 175 95 95
    Color 132: 175 95 135
    Color 133: 175 95 175
    Color 134: 175 95 215
    Color 135: 175 95 255
    Color 136: 175 135 0
    Color 137: 175 135 95
    Color 138: 175 135 135
    Color 139: 175 135 175
    Color 140: 175 135 215
    Color 141: 175 135 255
    Color 142: 175 175 0
    Color 143: 175 175 95
    Color 144: 175 175 135
    Color 145: 175 175 175
    Color 146: 175 175 215
    Color 147: 175 175 255
    Color 148: 175 215 0
    Color 149: 175 215 95
    Color 150: 175 215 135
    Color 151: 175 215 175
    Color 152: 175 215 215
    Color 153: 175 215 255
    Color 154: 175 255 0
    Color 155: 175 255 95
    Color 156: 175 255 135
    Color 157: 175 255 175
    Color 158: 175 255 215
    Color 159: 175 255 255
    Color 160: 215 0 0
    Color 161: 215 0 95
    Color 162: 215 0 135
    Color 163: 215 0 175
    Color 164: 215 0 215
    Color 165: 215 0 255
    Color 166: 215 95 0
    Color 167: 215 95 95
    Color 168: 215 95 135
    Color 169: 215 95 175
    Color 170: 215 95 215
    Color 171: 215 95 255
    Color 172: 215 135 0
    Color 173: 215 135 95
    Color 174: 215 135 135
    Color 175: 215 135 175
    Color 176: 215 135 215
    Color 177: 215 135 255
    Color 178: 215 175 0
    Color 179: 215 175 95
    Color 180: 215 175 135
    Color 181: 215 175 175
    Color 182: 215 175 215
    Color 183: 215 175 255
    Color 184: 215 215 0
    Color 185: 215 215 95
    Color 186: 215 215 135
    Color 187: 215 215 175
    Color 188: 215 215 215
    Color 189: 215 215 255
    Color 190: 215 255 0
    Color 191: 215 255 95
    Color 192: 215 255 135
    Color 193: 215 255 175
    Color 194: 215 255 215
    Color 195: 215 255 255
    Color 196: 255 0 0
    Color 197: 255 0 95
    Color 198: 255 0 135
    Color 199: 255 0 175
    Color 200: 255 0 215
    Color 201: 255 0 255
    Color 202: 255 95 0
    Color 203: 255 95 95
    Color 204: 255 95 135
    Color 205: 255 95 175
    Color 206: 255 95 215
    Color 207: 255 95 255
    Color 208: 255 135 0
    Color 209: 255 135 95
    Color 210: 255 135 135
    Color 211: 255 135 175
    Color 212: 255 135 215
    Color 213: 255 135 255
    Color 214: 255 175 0
    Color 215: 255 175 95
    Color 216: 255 175 135
    Color 217: 255 175 175
    Color 218: 255 175 215
    Color 219: 255 175 255
    Color 220: 255 215 0
    Color 221: 255 215 95
    Color 222: 255 215 135
    Color 223: 255 215 175
    Color 224: 255 215 215
    Color 225: 255 215 255
    Color 226: 255 255 0
    Color 227: 255 255 95
    Color 228: 255 255 135
    Color 229: 255 255 175
    Color 230: 255 255 215
    Color 231: 255 255 255
    Color 232: 8 8 8
    Color 233: 18 18 18
    Color 234: 28 28 28
    Color 235: 38 38 38
    Color 236: 48 48 48
    Color 237: 58 58 58
    Color 238: 68 68 68
    Color 239: 78 78 78
    Color 240: 88 88 88
    Color 241: 98 98 98
    Color 242: 108 108 108
    Color 243: 118 118 118
    Color 244: 128 128 128
    Color 245: 138 138 138
    Color 246: 148 148 148
    Color 247: 158 158 158
    Color 248: 168 168 168
    Color 249: 178 178 178
    Color 250: 188 188 188
    Color 251: 198 198 198
    Color 252: 208 208 208
    Color 253: 218 218 218
    Color 254: 228 228 228
    Color 255: 238 238 238
    [/spoiler]
    image
Sign In or Register to comment.