May 9May 9 note: the zip file contains multiple Megascene.xpf files Im trying to extract sprites from this game (i think the sprite data is in the .xpf file?) but i tried to do a script, it always fails on me 😞 so if anyone can, please do it Many thanks  Multiple Samples of Different Megascene xpf files (Various).zip Edited May 15May 15 by Conboiii Needed Multiple Samples (not just one)
May 15May 15 Author On 5/10/2026 at 4:39 PM, NeoGT404 said: please upload more than one sample already added more (changing the zip file to have multiple samples in there)
May 16May 16 Localization Solution added support for it in my extractor:Â https://github.com/smiRaphi/UniPyXÂ (https://github.com/smiRaphi/UniPyX/commit/fc336002f6eefa285821f988ba2f665a2fcc84b8) Without proper file names tho since I've no clue how the game links file names with file entries, I think the first couple of entries are directories, after that file names (with some sort of id/offset, seems always start at more than the amount of files) after that a file offset & some sort of linking table (the 2 can be switched around tho) here's the hexpat in case anyone else wants to have a try:Â https://github.com/smiRaphi/UniPyX/blob/main/dev/helpers/wowp_xpf.hexpat
May 16May 16 Author 11 hours ago, NeoGT404 said: added support for it in my extractor:Â https://github.com/smiRaphi/UniPyXÂ (https://github.com/smiRaphi/UniPyX/commit/fc336002f6eefa285821f988ba2f665a2fcc84b8) Without proper file names tho since I've no clue how the game links file names with file entries, I think the first couple of entries are directories, after that file names (with some sort of id/offset, seems always start at more than the amount of files) after that a file offset & some sort of linking table (the 2 can be switched around tho) here's the hexpat in case anyone else wants to have a try:Â https://github.com/smiRaphi/UniPyX/blob/main/dev/helpers/wowp_xpf.hexpat thank you
May 16May 16 Author 12 hours ago, NeoGT404 said: added support for it in my extractor:Â https://github.com/smiRaphi/UniPyXÂ (https://github.com/smiRaphi/UniPyX/commit/fc336002f6eefa285821f988ba2f665a2fcc84b8) Without proper file names tho since I've no clue how the game links file names with file entries, I think the first couple of entries are directories, after that file names (with some sort of id/offset, seems always start at more than the amount of files) after that a file offset & some sort of linking table (the 2 can be switched around tho) here's the hexpat in case anyone else wants to have a try:Â https://github.com/smiRaphi/UniPyX/blob/main/dev/helpers/wowp_xpf.hexpat something to add (includes .db files just in case) XPF + .DB (probably need db files).zip
Create an account or sign in to comment