Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
Ribbiks

prb+ options screen, STCFN0XX graphics

Recommended Posts

hihi, in a wad I'm replacing the STCFN033 - STCFN095 text graphics, but it seems to botch up the options screens in prboom-plus (v2.5.1.4, haven't tested others). Namely, the recolorings that indicate numbers, which option you're selecting, etc, are all gone and it's just the flat graphics:

normal: :) :)




mine: :( :(




also it doesn't appear to be a problem in gzdoom.

Are there some other lumps I need to replace to get the distinctions back?

Share this post


Link to post

You need to copy the color translation lumps (CR******) from prboom-plus.wad into your wad and edit them. These are simple 256 byte files, each byte corresponds to a color index in the palette, the value used is the color to replace it with. So in your case, you want to edit the blue range (C0-CF) to translate to the correct colors. There's probably some obscue utility out there to do this, but it's pretty painless in a hex editor; SLADE3 has one built in.

ZDoom recolors its text using a different method, and doesn't use these lumps, so it's not an issue there. You'll definitely want to update them for Boom users, though. (I really wish the defaults just translated every color range to an appropriate one, rather than just red.)

Edit: Apparently SLADE only has a hex viewer. Hex editors are a dime a dozen, though, I use WindHex:

http://www.romhacking.net/utilities/291/

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  
×