player-guest

Results 2 issues of player-guest

So I see you are working on the multiple game support. Then let's talk about the implementing. I was finished the gitadora and popn music part and using the structure...

### Prerequirement Old game from the same company has patch, and look like this: xp3filter.tjs : ``` Storages.setXP3ArchiveExtractionFilter(function(hash, offset, buf/*xp3buffer*/, len) { buf.xor(0, len, 0xF7); }); ``` When you see...