Twilight Town: A Cyberpunk FPS does not define a SMALLFONT font, which causes this mod to throw an error in \zscript\handlers\aas_logger.zs, line 78. I was able to bandaid this by making the following edit:
override void f1(String s) { Console.MidPrint(Font.FindFont("smallfont"), s, true); } // previously Console.MidPrint("smallfont", s, true);
Of course, this likely just makes the intended feature silently fail instead, so you might want to look into some checking for available fonts for use with Console.MidPrint.
Twilight Town: A Cyberpunk FPS does not define a SMALLFONT font, which causes this mod to throw an error in \zscript\handlers\aas_logger.zs, line 78. I was able to bandaid this by making the following edit:
Of course, this likely just makes the intended feature silently fail instead, so you might want to look into some checking for available fonts for use with Console.MidPrint.