Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Trouble Witches

Featured Replies

  • Author
  • Localization

aluigi, posted Sat Mar 10, 2018 2:09 pm (33037)


They are just containers without information about the archived files.
You should have an index file somewhere, maybe a small file with the same name and different extension or maybe just an unique index file for all the archives.
  • Author
  • Localization

Delacroix, posted Sat Mar 10, 2018 5:59 pm (33045)


No such thing exists. Possible index in .exe?
  • Author
  • Localization

aluigi, posted Sat Mar 10, 2018 9:50 pm (33050)


yeah, that's possible even if it's quite rare, just few games in my experience.
Upload both the exe, a list of the files in the PC version may be useful too just to check if there are index files with other names.
  • Author
  • Localization

Delacroix, posted Thu Mar 15, 2018 2:42 pm (33278)


Code:
*edit by aluigi* ok taken


Remove this once you've gotten the archive, Luigi. Apologies for the delay.
  • Author
  • Localization

aluigi, posted Sat Mar 17, 2018 8:51 pm (33374)


Apparently there are no referecences to the files in xex (decrypted). No idea where is the TOC.
Anyway you can use this script for automatically extracting the xbox compressed files:
Code:
comtype xmemdecompress
findloc OFFSET string "\x0f\xf5\x12\xee"
do
    goto OFFSET
    get DUMMY long
    findloc NEXT_OFFSET string "\x0f\xf5\x12\xee" 0 ""
    if NEXT_OFFSET == ""
        get SIZE asize
    else
        math SIZE = NEXT_OFFSET
    endif
    math SIZE -= OFFSET
    clog "" OFFSET SIZE SIZE
    math OFFSET = NEXT_OFFSET
while NEXT_OFFSET != ""
It doesn't work on ID20000_SOUND.PACK because it contains RIFF files.
  • Author
  • Localization

Delacroix, posted Sat Mar 17, 2018 10:50 pm (33377)


Error 404...?

And thanks for your efforts! Once I do download this script (404 for now), I might give it a whirl to make the dub available at least, for PC. Maybe more stuff.
  • Author
  • Localization

aluigi, posted Sun Mar 18, 2018 10:43 am (33400)


Fixed :)
  • Author
  • Localization

Delacroix, posted Sun Mar 18, 2018 2:31 pm (33407)


How exactly do I extract the archives for the X360 ver? I can't seem to be able to do that. It just won't extract them. 0 files found in 0 seconds, it says.
  • Author
  • Localization

aluigi, posted Sun Mar 18, 2018 2:35 pm (33408)


Because your default.xex executable is still encrypted.
You must decrypt it with xextool, using the command-line in the readme of the tool is enough:
Code:
xextool -e u -c b -o default-hack.xex default.xex
  • Author
  • Localization

Delacroix, posted Sun Mar 18, 2018 3:35 pm (33410)


I seem to be having problems with the PC version using this script. Is it for X360 only?
  • Author
  • Localization

aluigi, posted Sun Mar 18, 2018 3:40 pm (33411)


Yes x360 only, the only samples I had.
I would avoid to spend time on the PC version too
  • Author
  • Localization

Delacroix, posted Sun Mar 18, 2018 5:27 pm (33413)


Thing is, I provided both. ;-) And I want to port as much as I can to the PC version. Starting from the dub. Investigate the TWOri.rar for it, if you would. Please.
  • Author
  • Localization

aluigi, posted Sun Mar 18, 2018 7:29 pm (33416)


Probably I downloaded only one of the files in the link.
Anyway currently I'm not interested, sorry.
  • Author
  • Localization

Acewell, posted Sun Mar 18, 2018 8:19 pm (33418)


Delacroix wrote:

bms script for the PC sample :)
Code:
get FOLDER basename
idstring "BM8P"
goto 0x0
findloc OFFSET string "BM8P"
for i
   goto OFFSET
   get DUMMY long
   findloc NEXT_OFFSET string "BM8P" 0 ""
   if NEXT_OFFSET == ""
      get SIZE asize
   else
      math SIZE = NEXT_OFFSET
   endif
   math SIZE - OFFSET
   string NAME p "%s\%d.bmp" FOLDER i
   log NAME OFFSET SIZE
   math OFFSET = NEXT_OFFSET
   if NEXT_OFFSET == ""
      break
   endif
next i
  • Author
  • Localization

aluigi, posted Sun Mar 18, 2018 8:28 pm (33420)


Eh no.
If you want a real work you need the executable and the list of files in the Data folder, then you can try to adapt the script I created.
  • Author
  • Localization

Acewell, posted Sun Mar 18, 2018 8:55 pm (33423)


aluigi wrote:
Eh no.
If you want a real work you need the executable and the list of files in the Data folder, then you can try to adapt the script I created.

replying to me or Delacroix?
if to me it works fine on that sample, just a series of bmp images. :)
  • Author
  • Localization

Delacroix, posted Sun Mar 18, 2018 8:57 pm (33424)


Code:
https://mega.nz/#F!KGxFUSQb!Vuj9rqj4hi2wNy2dVTSLgg


Remove link in 24h, if you would. I'd still rather you reconsidered helping me out here. The entire point for getting into the XBOX360 files was, is and will be porting them to a version of this game that is actually being sold. Neo is delisted from Microsoft Store, that's for one, it's also for a platform that is slowly becoming obsolete, that's for two.

EDIT: Yep, implementing the dub will be definitely possible. Extracted XMAs are supported easily by the tools I have archived over here. They convert to wavs no problem and converting them in turn to whatever the PC game supports will be child's play.

I just need a way into the PC archives now.
  • Author
  • Localization

Delacroix, posted Sat Mar 31, 2018 10:09 pm (33709)


BUMP! Maybe it's time to regain interest now? I can't convert assets if I don't know what to convert them to and how to pack them in!
  • Author
  • Localization

aluigi, posted Mon Apr 02, 2018 12:36 pm (33741)


I guess it's more easy if you just upload the exe and the list of files (a screenshot is enough) in case users don't want to download 2Gb of data and uploading the whole game is not good.
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.