Drewol / unnamed-sdvx-clone

A game based on K-Shoot MANIA and Sound Voltex
MIT License
778 stars 93 forks source link

Fix LiqidWave 1.5.0 crash when trying to load `commonShared` module #659

Closed SkyLeite closed 8 months ago

SkyLeite commented 8 months ago

No idea why they're attempting to load a script in the textures directory of all places, but whatever.

Fixes #652

Drewol commented 8 months ago

I do not agree that this is something that should be fixed on the game logic/C++ side of things. Unless the skin has a very good reason for putting scripts outside the script folder.

SkyLeite commented 8 months ago

That's fair enough, I'm ok with deferring this as a skin issue in that case.