Vadru93 / LevelMod

THPS3 LevelMod
Other
20 stars 2 forks source link

Workaround thps4.fnt dependency #117

Closed DCxDemo closed 1 year ago

DCxDemo commented 1 year ago

It currently requires thps4.fnt to be loaded, however, iirc it's only used in alcatraz scripts? Might be one reason why people can't run mod trying to run it without levelmod files. In my vision, however, it should be playable without extra levels either, effectively functioning as a QoL patch.

It's probably for the best to drop this reference altogether, or fix the font call to fallback to default thps3 loaded font (small.fnt for example) in case it's missing. Might also involve this issue: https://github.com/Vadru93/LevelMod/issues/112

https://github.com/Vadru93/LevelMod/blob/c7006f66ecaaa18b19f5268a4f73dac8863ba813/LevelMod/Data/Scripts/LevelMod/mainmenu.q#L25