Player Colors?

bLu3_eYeS

New Member
Reaction score
31
It's what i currently know.What about the others ? Does some one know ?:)
Trigger:
  • Define Colors
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Set Player_Colors[1] = |c00ff0000
      • Set Player_Colors[2] = |c000000ff
      • Set Player_Colors[3] = |c0000ffff
      • Set Player_Colors[4] = |c00800080

Or what i got at the moment , is at last good ?
 

Zakyath

Member
Reaction score
238
Red: |CFFFF0303 |R (255,3,3)
Blue: |CFF0042FF |R (0,66,255)
Teal: |CFF1CB619 |R (28,230,185)
Purple: |CFF540081 |R (80,0,129)
Yellow: |CFFFFFF01 |R (255,255,1)
Orange: |CFFFE8A0E |R (254,138,14)
Green: |CFF20C000 |R (32,192,0)
Pink: |CFFE55BB0 |R (229,91,176)
Grey: |CFF959697 |R (149,150,151)
Light Blue: |CFF7EBFF1 |R (126,191,241)
Dark Green: |CFF106246 |R (16,98,70)
Brown: |CFF4E2A04 |R (74,42,4)

Cred to: Whoever wrote it. Random link on google.
 

R 3 T R O

New Member
Reaction score
12
|cffff0303

|cff0042ff

|cff1cb619

|cff540081

|cffffff01

|cfffe8a0e

|cff20c000

|cffe55bb0

|cff959697

|cff7ebff1

|cff106246

|cff4e2a04

EDIT: awh he beat me to it lol on the same minute also =)
 

tooltiperror

Super Moderator
Reaction score
231
Ah, player colors. I had so many plans to create interesting and crazy color and string systems, but I never finished any.

If you look at this post, you'll see stringColor by Darthfett.

Examine this part of his code...

JASS:
//globals
    constant string P_RED       = "|cffff0303"
    constant string P_BLUE      = "|cff0042ff"
    constant string P_TEAL      = "|cff1ce6b9"
    constant string P_PURPLE    = "|cff540081"
    constant string P_YELLOW    = "|cfffffc01" 
    constant string P_ORANGE    = "|cfffeba0e"
    constant string P_GREEN     = "|cff20c000"
    constant string P_PINK      = "|cffr55bb0"
    constant string P_GRAY      = "|cff959697"
    constant string P_LIGHTBLUE = "|cff7ebff1"
    constant string P_DARKGREEN = "|cff107246"
    constant string P_BROWN     = "|cff4e2a04"


Just ignore the [ljass]constant string P_[/ljass] prefix, and just look at the [ljass]COLOR = "|cff######"[/ljass] part. Or, optionally, use this library with vJASS.

More interestingly, if you want, you could create your own Jass library to use on the fly.

JASS:
//globals
    constant string P_RED       = "|cffff0303"
    constant string P_BLUE      = "|cff0042ff"
    constant string P_TEAL      = "|cff1ce6b9"
    constant string P_PURPLE    = "|cff540081"
    constant string P_YELLOW    = "|cfffffc01" 
    constant string P_ORANGE    = "|cfffeba0e"
    constant string P_GREEN     = "|cff20c000"
    constant string P_PINK      = "|cffr55bb0"
    constant string P_GRAY      = "|cff959697"
    constant string P_LIGHTBLUE = "|cff7ebff1"
    constant string P_DARKGREEN = "|cff107246"
    constant string P_BROWN     = "|cff4e2a04"

 function colorize takes string color, string str returns string
     if StringCase(color,false) == red then
       return P_RED+str+"|R"
     endif
     return ""
 endfunction


Then making a colored string would be simple as [ljass]call BJDebugMsg(colorize("This will be in red","red"))[/ljass].

In theory, a system similar to this would be possible in GUI, I think. Of course, you could just use that Jass Library and custom scripts, but this would also work.

Trigger:
  • Init
    • Events
    • Conditions
    • Actions
      • Set Red_Colorizer[1] = |cffFF0000
      • Set Red_Colorizer[3] = |R


Trigger:
  • Example
    • Events
      • Player - Player 1 (Red) types a chat message containing Hurrah! as An exact match
    • Conditions
    • Actions
      • Set Red_Colorizer[2] = Lolol
      • Game - Display to (All players) the text: (Red_Colorizer[1] + (Red_Colorizer[2] + Red_Colorizer[3]))


Interestingly, you could use 'real' variables to create a system of events to create colors.

Edit: Now that I think about it, you could even ignore creating Red_Colorizer[2] and just put in your own string anyway, but management gets really difficult.

EditEdit: Or, perhaps, you could use a loop.

EditEditEdit:

Trigger:
  • Init
    • Events
    • Conditions
    • Actions
      • Set cRed[1] = |cffFF0000
      • Set cRed[2] = |R
      • // Perhaps this interface is cleaner.
      • Game - Display to (All players) the text: (cRed[1] + (I love red. + cRed[2]))
 

LurkerAspect

Now officially a Super Lurker
Reaction score
118
If you download the DotA template (seen on the left-hand link bar), there are triggers with all the player colours and how they are used inside.
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Monovertex Monovertex:
    How are you all? :D
    +1
  • Ghan Ghan:
    Howdy
  • Ghan Ghan:
    Still lurking
    +3
  • The Helper The Helper:
    I am great and it is fantastic to see you my friend!
    +1
  • The Helper The Helper:
    If you are new to the site please check out the Recipe and Food Forum https://www.thehelper.net/forums/recipes-and-food.220/
  • Monovertex Monovertex:
    How come you're so into recipes lately? Never saw this much interest in this topic in the old days of TH.net
  • Monovertex Monovertex:
    Hmm, how do I change my signature?
  • tom_mai78101 tom_mai78101:
    Signatures can be edit in your account profile. As for the old stuffs, I'm thinking it's because Blizzard is now under Microsoft, and because of Microsoft Xbox going the way it is, it's dreadful.
  • The Helper The Helper:
    I am not big on the recipes I am just promoting them - I use the site as a practice place promoting stuff
    +2
  • Monovertex Monovertex:
    @tom_mai78101 I must be blind. If I go on my profile I don't see any area to edit the signature; If I go to account details (settings) I don't see any signature area either.
  • The Helper The Helper:
    You can get there if you click the bell icon (alerts) and choose preferences from the bottom, signature will be in the menu on the left there https://www.thehelper.net/account/preferences
  • The Helper The Helper:
    I think I need to split the Sci/Tech news forum into 2 one for Science and one for Tech but I am hating all the moving of posts I would have to do
  • The Helper The Helper:
    What is up Old Mountain Shadow?
  • The Helper The Helper:
    Happy Thursday!
    +1
  • Varine Varine:
    Crazy how much 3d printing has come in the last few years. Sad that it's not as easily modifiable though
  • Varine Varine:
    I bought an Ender 3 during the pandemic and tinkered with it all the time. Just bought a Sovol, not as easy. I'm trying to make it use a different nozzle because I have a fuck ton of Volcanos, and they use what is basically a modified volcano that is just a smidge longer, and almost every part on this thing needs to be redone to make it work
  • Varine Varine:
    Luckily I have a 3d printer for that, I guess. But it's ridiculous. The regular volcanos are 21mm, these Sovol versions are about 23.5mm
  • Varine Varine:
    So, 2.5mm longer. But the thing that measures the bed is about 1.5mm above the nozzle, so if I swap it with a volcano then I'm 1mm behind it. So cool, new bracket to swap that, but THEN the fan shroud to direct air at the part is ALSO going to be .5mm to low, and so I need to redo that, but by doing that it is a little bit off where it should be blowing and it's throwing it at the heating block instead of the part, and fuck man
  • Varine Varine:
    I didn't realize they designed this entire thing to NOT be modded. I would have just got a fucking Bambu if I knew that, the whole point was I could fuck with this. And no one else makes shit for Sovol so I have to go through them, and they have... interesting pricing models. So I have a new extruder altogether that I'm taking apart and going to just design a whole new one to use my nozzles. Dumb design.
  • Varine Varine:
    Can't just buy a new heatblock, you need to get a whole hotend - so block, heater cartridge, thermistor, heatbreak, and nozzle. And they put this fucking paste in there so I can't take the thermistor or cartridge out with any ease, that's 30 dollars. Or you can get the whole extrudor with the direct driver AND that heatblock for like 50, but you still can't get any of it to come apart
  • Varine Varine:
    Partsbuilt has individual parts I found but they're expensive. I think I can get bits swapped around and make this work with generic shit though

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top