Something random but its about Doom 64 EX. Kaiser is a genius for doing this. So in Doom the way to change sector colors is to open the script for your map and add some code to change the sector. Which looks something like this.
script 4 enter
{
Sector_SetColor(13, 255, 130, 130, 0);
Sector_SetColor(36, 255, 130, 130, 0);
Sector_SetColor(101, 10, 10, 255, 0);
Sector_SetColor(64, 20, 255, 20, 0);
Sector_SetColor(65, 255, 130, 130, 0);
}
But on Doom 64 ex this is how you change the colors and how Kaiser made it so we can choose the colors on all parts of the sectors and made sector colors more friendly. I'm just amazed at these little things. Thought someone might appreciate that

I been using GzDoom lately btw. But I still have two DooM 64 ex maps I'm working on
