Alando1-doom / Toby-Accessibility-Mod-for-Doom

This is a Doom wad/mod designed to add accessibility features to assist blind/visually impaired players navigate the maps of the classic Doom games.
2 stars 1 forks source link

[Bug] Annoying console output #134

Open proydoha opened 1 week ago

proydoha commented 1 week ago

When game starts I can see annoying console output:

P_StartScript: Unknown script 0
P_StartScript: Unknown script 0
P_StartScript: Unknown script 0
P_StartScript: Unknown script 0
P_StartScript: Unknown script 0
P_StartScript: Unknown script 0

And in Toby Heretic its

P_StartScript: Unknown script "Ironlich"
P_StartScript: Unknown script "Knight"
P_StartScript: Unknown script "KnightGhost"
P_StartScript: Unknown script "Minotaur"
P_StartScript: Unknown script "Mummy"
P_StartScript: Unknown script "MummyGhost"

I would like to hunt it down and remove

Alando1-doom commented 6 days ago

I noticed this as well. Part of me thinks it might have something to do with the ACS scripts. It is possible there may be something with one or more of the ACS scripts that might be causing this weird behavior.