DRL > Discussion

Color bindings for fun and profit!

<< < (3/3)

Deathwind:
Great idea, those are being added to my config right now

Thomas:
I pinched these ones from Blade, mainly:


--- Code: ---*All of the default ones*

["You feel*"]                     = RED, (Covers "you need to run!" and "that gasoline smell?")
["*Jericho*"]                     = RED,
["*of a free*"]                   = BLUE,
   ["*suddenly*"]                    = BROWN, (Covers a lot of sudden things, like monsters teleporting and walls blowing up)
["Fire*"]                         = GREEN, (You need to know if you're about to move your crosshair or if you're
["Find a more constructive*"]     = GREEN, about to move yourself, especially if you're a hasty player like me.)
["*Denmark*"]                     = GREEN,
["*healthier!"]                   = GREEN (Fuckers always stealing my medpacks)
}

--- End code ---

I should probably also make the special level ones magenta, I'm always looking back in the previous messages for them just in case.

EDIT: I thought I didn't use any colour bindings, but I guess I just must be so used to my hot pink demons that I forgot about demon = MAGENTA.

GrimmC:
The most important imo:
--- Code: ---lhglobe = LIGHTCYAN
--- End code ---

No more confusion with berserk packs.

Brewtal Legend:
is there a way to change the color of the crates? whenever I enter a new level next to blue crates and water while wearing blue armor, I have a hell of a time trying to figure out where the doomguy actual is on the screen.

tehtmi:
The ids of the crates are "crate" (blue) and "ycrate" (brown). So, to get rid of blue crates, you can use

--- Code: ---crate_light = BROWN

--- End code ---
Or if you want to get rid of both you could do

--- Code: ---crate_light = LIGHTGRAY,
ycrate_light = LIGHTGRAY

--- End code ---

Also, there are lot of cool suggestions in this thread :)

Navigation

[0] Message Index

[*] Previous page

Go to full version