Chaosforge Forum

  • March 28, 2024, 02:03
  • Welcome, Guest
Please login or register.



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

Author Topic: BB Screenshot colors are wrong  (Read 1797 times)

tehtmi

  • Programmer
  • Local Inquisitor
  • Lieutenant Colonel
  • *
  • *
  • Offline Offline
  • Posts: 458
    • View Profile
BB Screenshot colors are wrong
« on: February 03, 2010, 15:54 »

This is what a BB screenshot looks like:


BB Screenshot created.                                                         
 BB Screenshot created.                                                         
      ###############    #####      ###### ####################                 
    ==================  =======    ============================                 
   ===================  ======     =============================               
  ====================   =====     =============================               
 #================...    ...=       =================....######                 
 #=============....#######..#########.=====..#########...#....#######           
 #========.........#....%#..#.......#..===...#..|.|..#...#....#.....#           
 #======...........#.....#..#.....%.#..==....#..|....#...#....#.....#   ..=     
 #====.............###/###.%###/#####..==..%.####/####...###+#####/##....===   
 #==..........................%.....%....%..%..............................=   
 #===.......#########/####..######/##..==....####/####...#######/####....===   
 #====..>...#     #..%...#..#  .....#..==%...#|}+@|.|#...#..........#  ....     
 #===.......#   ../...%.%#..#.......#..==....#|"|"|"|#...#..%%......#    .     
 #====......# ....#......#..#########.====...#########...#..........#           
 #====......# ### ########...      ..======....      ....############           
  =========..            ...=     ==============    =.....                     
   ===========           =====     =============   ========                     
     ========            =====     =============   ========                     
       ===               ====        ==========     =======                     
                                        #####         ####                     
 Tim!                       Armor : green armor [1/1] (100%)                   
 Health: 28%  Exp:  6/71%   Weapon: modified chaingun (1d6)x4 [15/40] (A1)     
 cautious                                                    Hell's Armory     


This is what I think it should look like:


BB Screenshot created.                                                         
 BB Screenshot created.                                                         
      ###############    #####      ###### ####################                 
    ==================  =======    ============================                 
   ===================  ======     =============================               
  ====================   =====     =============================               
 #================...    ...=       =================....######                 
 #=============....#######..#########.=====..#########...#....#######           
 #========.........#....%#..#.......#..===...#..|.|..#...#....#.....#           
 #======...........#.....#..#.....%.#..==....#..|....#...#....#.....#   ..=     
 #====.............###/###.%###/#####..==..%.####/####...###+#####/##....===   
 #==..........................%.....%....%..%..............................=   
 #===.......#########/####..######/##..==....####/####...#######/####....===   
 #====..>...#     #..%...#..#  .....#..==%...#|}+@|.|#...#..........#  ....     
 #===.......#   ../...%.%#..#.......#..==....#|"|"|"|#...#..%%......#    .     
 #====......# ....#......#..#########.====...#########...#..........#           
 #====......# ### ########...      ..======....      ....############           
  =========..            ...=     ==============    =.....                     
   ===========           =====     =============   ========                     
     ========            =====     =============   ========                     
       ===               ====        ==========     =======                     
                                        #####         ####                     
 Tim!                       Armor : green armor [1/1] (100%)                   
 Health: 28%  Exp:  6/71%   Weapon: modified chaingun (1d6)x4 [15/40] (A1)     
 cautious                                                    Hell's Armory     


This should be really easy to fix: just change the color tags the game generates.  Here is a list that matches the currently used color tags (without [ and ]) with my suggested replacements:

color=#F66->color=red
color=red->color=maroon
color=blue->color=navy
color=#BBB->color=silver
color=#777->color=gray
color=brown->color=olive
color=green==color=green
color=yellow==color=yellow
color=#66F->color=blue
color=#6F6->color=lime
color=#6FF->color=aqua
color=#F66->color=fuchsia (NOTE: #F66 is currently used twice)
color=purple==color=purple
color=#FFF==color=white


Gray, silver and white may be the same, but I would use the named versions for consistency.

Thanks to Malgond for suggesting these colors for the wiki (as justified here).
Logged
Pages: [1]