GAMEINFO background title color!?

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: GAMEINFO background title color!?

Re: GAMEINFO background title color!?

by Logan MTM » Wed Nov 24, 2021 1:46 pm

Yeah, same here! Thank you. :wink:

Re: GAMEINFO background title color!?

by Ludicrous_peridot » Wed Nov 24, 2021 1:03 pm

Sharing what has worked for me in hopes of that being useful:

STARTUPTITLE = " "
STARTUPCOLORS = "d000000", "000000"
backg1.png
backg2.png
This was actually black. I was aiming for empty black space, hence spaces in the title.
If I were to include a printable character it would output as red :)

Re: GAMEINFO background title color!?

by Logan MTM » Sat Nov 20, 2021 9:14 pm

Wish me luck because i really liked that. :mrgreen:
The STARTUP looks so damn BEAUTIFUL even though it's not totally black "00 00 01". :wub:
Besides, it's just a detail from a mod that wouldn't do anything to anyone's gameplay. I suppose!

Re: GAMEINFO background title color!?

by Rachael » Sat Nov 20, 2021 8:31 pm

You're welcome.

I'm leaving this open mainly to see if Graf wants to change the behavior of this or not, since it is clearly not expected behavior - but it's also been a part of ZDoom so long now that it might be unchangeable anyhow. He's going to have to make the call on that one.

Re: GAMEINFO background title color!?

by Logan MTM » Sat Nov 20, 2021 4:27 pm

Yes the suggestion already exists but it doesn't work with the color I tried. That's why I thought it wasn't possible.

Anyway, STARTUPCOLORS = "00 00 01", "00 00 01" deal the thing!

Thank you!

Re: GAMEINFO background title color!?

by Rachael » Sat Nov 20, 2021 4:20 pm

Yeah, that is because of the way it is coded.

There are a few lines of code that, when GAMEINFO startup colors are set to black, it retrieves the IWADINFO colors instead. That is by design, but I do not know if that is actually desirable.

Re: GAMEINFO background title color!?

by Logan MTM » Sat Nov 20, 2021 4:17 pm

Interesting... Doesn't work with Black!

STARTUPCOLORS = "00 00 00", "00 00 00"

Re: GAMEINFO background title color!?

by Rachael » Sat Nov 20, 2021 4:12 pm

Ooops, sorry - my bad.

STARTUPCOLORS="ff 00 00","00 00 01"

I (think) GZDoom will accept this format?

Re: GAMEINFO background title color!?

by Logan MTM » Sat Nov 20, 2021 4:09 pm

!?

The wick says this is expressed in HEX values. :|

Re: GAMEINFO background title color!?

by Rachael » Sat Nov 20, 2021 4:05 pm

Unless I am mistaken that is precisely what the second parameter does. Only caveat is if it's set to black it defaults to IWADINFO's color, so you have to set it a single tint off black.

Have you tried STARTUPCOLORS="#ff0000","#000001" ?

This sets it to a blue that is so dark it might as well be black, anyway.

GAMEINFO background title color!?

by Logan MTM » Sat Nov 20, 2021 4:02 pm

Hi everyone!

Is there any chance to set the background color of the area behind the title?

In this case, change the Grey to BLACK! :mrgreen:
Spoiler:
Something like:

STARTUPCOLORS = "<foreground color>", "<background color>", "<background title color>"

Top