Page 1 of 1
Graphic names
Posted: Sat Jun 05, 2021 3:27 pm
by AmberOnline
This is confusing for me, I modified my .wad and made a custom status bar. Although, there is this graphic I'm not familiar with. What is the name of this graphic in Doom2.wad so I can successfully modify it? The dimensions of the file would also help.
Re: Graphic names
Posted: Sat Jun 05, 2021 3:35 pm
by Jarewill
That is one of Doom's flat graphics, so you shouldn't replace it.
Instead you can create a MAPINFO file and write this
GameInfo definition:
Code: Select all
GameInfo
{
BorderFlat = "COMP03_1" //Replace with your flat of choice
}
I don't know how it will handle anything that isn't a flat (a 64x64 texture) but you can try.
However this does not replace the green edges around the flats and I have no clue how to do that.