Chaosforge Forum

  • April 18, 2024, 09:23
  • Welcome, Guest
Please login or register.



Login with username, password and session length
Pages: [1]

Author Topic: Power Mod Color Change  (Read 2731 times)

Thexare

  • Elder
  • Captain
  • *
  • *
  • Offline Offline
  • Posts: 281
  • I think I need a new favorite gun now...
    • View Profile
Power Mod Color Change
« on: February 25, 2011, 03:03 »

Magenta is used for Exotics. Power Mods aren't exotic.

Perhaps we could switch that to Red instead? It's not currently used by any mods, and it is a color associated with power usually.
Logged
Former Human Corporal
1/42 M, 7/60 S, 3/30 A
[ 6 / 1 / 0 / 0 / 0 ]

Tavana

  • Elder Chaos Guard
  • Brigadier General
  • *
  • *
  • Offline Offline
  • Posts: 663
    • View Profile
Re: Power Mod Color Change
« Reply #1 on: February 25, 2011, 03:30 »

This can be changed via the file colors.lua in the DoomRL directory. Open it in notepad and you'll see the following near the bottom:

Code: [Select]
Colors = {
-- floor_dark  = GREEN,
-- floor_light = BLUE,
-- former = BLUE,
-- demon  = GREEN,
}

Add in the line:
Code: [Select]
mod_power = [COLOR], and you should have your change. :)

For reference, the "--" bit means that those lines are comments, and not actually active. So don't add those in front of your line. Also, you should replace [COLOR] with your preferred color. It should look like this:

Code: [Select]
Colors = {
-- floor_dark  = GREEN,
-- floor_light = BLUE,
-- former = BLUE,
-- demon  = GREEN,
mod_power = [COLOR],
}
Logged
Common words do not mean common understanding. Language is mercurial. Meanings are never constant.

Kornel Kisielewicz

  • God Hand
  • Apostle
  • *
  • *
  • Offline Offline
  • Posts: 4562
    • View Profile
    • http://chaosforge.org/
Re: Power Mod Color Change
« Reply #2 on: February 25, 2011, 05:08 »

...what doesn't change the fact that this isn't such a bad suggestion.

Edit: ... aaand done. Will be light red next version ;)
« Last Edit: February 25, 2011, 05:12 by Kornel Kisielewicz »
Logged
at your service,
Kornel Kisielewicz

Nameless

  • First Sergeant
  • *
  • Offline Offline
  • Posts: 115
  • Proud owner of 22/22 bronzes: "It's a start!"
    • View Profile
Re: Power Mod Color Change
« Reply #3 on: February 25, 2011, 07:49 »

If we're suggesting default colour changes: it's sometimes a hassle that large health globes and berserk packs share dark red while both being common. Thematically appropriate or not, they'd be easier to identify if berserk packs were changed to light blue or brown (the backpack can be 'unique' light green).
Logged

rchandra

  • Elder
  • Major
  • *
  • *
  • Offline Offline
  • Posts: 359
    • View Profile
Re: Power Mod Color Change
« Reply #4 on: February 25, 2011, 13:04 »

...what doesn't change the fact that this isn't such a bad suggestion.

Edit: ... aaand done. Will be light red next version ;)

did you read that out of my colour file? DoomRL, Spyware edition.
But yeah, it's a good choice (thank you!), except that it makes "power mod pack" seem like "power med pack" in the inventory.  I've been thinking I should change mine to brown or dark green, but red is too appropriate for it.
Logged
0.9.9.1-4: Arch-Vile Br. General [25/25/17/5/1]
0.9.9.5-7: Hell Baron Major [ 21 16 12 4 1 0 ]

Simon-v

  • Composer
  • Elder Chaos Guard
  • Captain
  • *
  • *
  • Offline Offline
  • Posts: 272
  • Only Human
    • View Profile
    • The Life and Works of One Simon Volpert
Re: Power Mod Color Change
« Reply #5 on: February 26, 2011, 16:29 »

If we're suggesting default colour changes: it's sometimes a hassle that large health globes and berserk packs share dark red while both being common. Thematically appropriate or not, they'd be easier to identify if berserk packs were changed to light blue or brown (the backpack can be 'unique' light green).
Actually, dark gray works extremely well for berserk packs. As a bonus, they look more like they did in Doom.
Logged
Pages: [1]