arcusmaximus / KirikiriTools

Tools for the Kirikiri visual novel engine
MIT License
299 stars 29 forks source link

Is it possible to force kirikiri games to use unpacked script files? #4

Closed UserUnknownFactor closed 4 years ago

UserUnknownFactor commented 4 years ago

I mean in a native generic way. If not, can you, please, make an interceptor for game read operations that reads from external file instead of .xp3 and fallback to reading from .xp3 if the external file doesn't exist.

For example if game tries to read from scenario\script1.ks inside data.xp3 it will redirect read operation to .\data\scenario\script1.ks file.

uyjulian commented 4 years ago

There is universal patch exists that will redirect read request. https://github.com/xmoeproject/KrkrExtract