Here's the gameinfo code I have for the STARTUP sequence if that'd help anyone. I've stripped most old assets and code since restarting the TC this year, so it's just a couple of levels and a titlemap sequence, with half of the scripts disabled.
Code: Select all
IWAD = "xeno.ipk3" //tried changing this to doom2.wad but no difference.
STARTUPTYPE = Hexen // Doesn't work if STARTUP is in a folder
STARTUPSONG = X_LOADIN
STARTUPCOLORS = "33 FF 6E", "3E 5C 67"
STARTUPTITLE = "Xenotomb"
Here's what the game starting up should show when the sequence works.
Spoiler:It's not too important that this works in the endgame for this project, but if it is a bug, it might affect other people. Cheers!