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.
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
insidedata.xp3
it will redirectread
operation to.\data\scenario\script1.ks
file.