February 20Feb 20 Localization Does anyone have an idea to extract 3D models and other data from Medal of Honor: Airborne .xxx? https://drive.google.com/file/d/1bq6yRmmjcheQEudoD_wWxzvEwYtHtDV1/view?usp=sharing
February 24Feb 24 Localization It's just a standard UE3 package, gameextractor should do the trick, you can also try my extractor (https://github.com/smiRaphi/UniPyX) in the future for random files as it automatically detects what the input file is (if it's supported that is)
February 24Feb 24 Author Localization 5 hours ago, NeoGT404 said: It's just a standard UE3 package, gameextractor should do the trick, you can also try my extractor (https://github.com/smiRaphi/UniPyX) in the future for random files as it automatically detects what the input file is (if it's supported that is) I get an error: C:\Users\asd\Desktop\hex2obj_0.25b\UniPyX-main>unipyx.py Hus_M1_CountrAttck_AI.xxx Hus_M1 UniPyX Trying format UE3 Package Trying with gameextractor Downloading java Traceback (most recent call last): File "C:\Users\asd\Desktop\hex2obj_0.25b\UniPyX-main\unipyx.py", line 52, in <module> extract(inp,out,quiet=False,rs=True) ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\asd\Desktop\hex2obj_0.25b\UniPyX-main\lib\main.py", line 813, in main_extract if not extract(inp,out,x):break ~~~~~~~^^^^^^^^^^^ File "C:\Users\asd\Desktop\hex2obj_0.25b\UniPyX-main\lib\main.py", line 498, in extract r = f(inp,out,t) File "C:\Users\asd\Desktop\hex2obj_0.25b\UniPyX-main\lib\sub4.py", line 705, in extract4 p = subprocess.Popen([db.get('java'),'-jar',db.get('gameextractorserver')],stdout=-1,stderr=-1) ~~~~~~^^^^^^^^ File "C:\Users\asd\Desktop\hex2obj_0.25b\UniPyX-main\lib\dldb.py", line 61, in get def get(self,exei:str): return self.update(exei)[0] ~~~~~~~~~~~^^^^^^ File "C:\Users\asd\Desktop\hex2obj_0.25b\UniPyX-main\lib\dldb.py", line 98, in update self.ext(p,ex,e['x']) ~~~~~~~~^^^^^^^^^^^^^ File "C:\Users\asd\Desktop\hex2obj_0.25b\UniPyX-main\lib\dldb.py", line 127, in ext d = z.read(tx) File "C:\Users\asd\AppData\Local\Programs\Python\Python313\Lib\zipfile\__init__.py", line 1602, in read with self.open(name, "r", pwd) as fp: ~~~~~~~~~^^^^^^^^^^^^^^^^ File "C:\Users\asd\AppData\Local\Programs\Python\Python313\Lib\zipfile\__init__.py", line 1639, in open zinfo = self.getinfo(name) File "C:\Users\asd\AppData\Local\Programs\Python\Python313\Lib\zipfile\__init__.py", line 1567, in getinfo raise KeyError( 'There is no item named %r in the archive' % name) KeyError: "There is no item named 'graalvm-community-openjdk-25.0.2+10.1' in the archive"
Create an account or sign in to comment