September 15, 2025Sep 15 Is it possible to extract the game's files? such as Characters, stages, etc. The character files and stages are inside the game's OGA.apf file, However i can't get to them. The game seems to use some kind of FSM for the files within the .apf and the game's setup.dat. .apf file https://drive.google.com/file/d/16Q1NcDW6FXQkjWmuD-5bjdnlkjr_HQ-N/view?usp=sharing setup .dat file https://drive.google.com/file/d/1tN8L5-uXMS6vGWscmE9x5WiB6yH9LGqA/view?usp=sharing edit : the game also might be using zlib compression on some of it's files? edit2 : the game might be using FST(s) alongside the FSM(s)? within the .apf stage, character, estoric folders should be found, and inside these folders many .pac files should be found Edited September 22, 2025Sep 22 by cheeselake0 more information about the apf file
April 12Apr 12 Localization Solution Hey, sorry for the long wait, just finally decided to sit down and do this so here you go: https://github.com/smiRaphi/UniPyX (https://github.com/smiRaphi/UniPyX/commit/69fa01b841d7ebd7635726e6325b3c810a9c55bd) In case you get an error like this: "AssertionError: 5 not implemented (<stuff>)", tell me which file exactly that happened with and I'll try to fix that Edited April 12Apr 12 by NeoGT404
April 13Apr 13 Author 20 hours ago, NeoGT404 said: Hey, sorry for the long wait, just finally decided to sit down and do this so here you go: https://github.com/smiRaphi/UniPyX (https://github.com/smiRaphi/UniPyX/commit/69fa01b841d7ebd7635726e6325b3c810a9c55bd) In case you get an error like this: "AssertionError: 5 not implemented (<stuff>)", tell me which file exactly that happened with and I'll try to fix that No problem, Thank you. It works nicely on python 3.13, Is it possible to add support for the games' model and animation formats?. (gmf and gaf respectively) K:\UniPyX-main>py -3.13 unipyx.py K:\UniPyX- mains\ACE_1P.gmf K:\UniPyX-mains UniPyX Downloading gamearch ['vol-cosmo'] Traceback (most recent call last): File "K:\UniPyX-main\unipyx.py", line 59, in <module> extract(inp,out,quiet=False,rs=True) ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "K:\UniPyX-main\lib\main.py", line 792, in main_extract if rs: assert ts,'Unknown file type' ^^ AssertionError: Unknown file type
April 13Apr 13 Localization No my tool is exclusively focused on extracting stuff, besides that, I'm not well versed in 3d formats, sorry
Create an account or sign in to comment