View Single Post
  #4  
Old 25-08-2021, 08:23
L33THAK0R's Avatar
L33THAK0R L33THAK0R is offline
Registered User
 
Join Date: Feb 2021
Location: Saudi Arabia
Posts: 406
Thanks: 138
Thanked 117 Times in 70 Posts
L33THAK0R is on a distinguished road
An update

Just gonna necro this thread real quick as a follow-up for any future researchers/investigators. So far I've made very little headway with TCS Engine 2.0, As the user "Masquerade" commented, all current iterations are very delicate pieces of shit, with "junk" (leftover from console ports & unused) data being able to be ripped from some titles, and not from others.

Regarding exe patching titles using the 2.0+ iteration of the engine, I've been able to find 4 titles, with the same executable version found in "FitGirl"s packs of the titles, to be able to figure out what values are changed.

Force Awakens
Code:
    0x1A1 - 0x1A2 -- https://imgur.com/a/HCve40H
        ORIGINAL : (hex) ED C7 / (dec) 237 199 / (bin) 1110 1101 0000 1100 0111 
        PATCHED  : (hex) 64 C8 / (dec) 100 200 / (bin) 0110 0100 0000 1100 1000 
    0x95A250      -- https://imgur.com/a/D7ijWWn
        ORIGINAL : (hex) 74 / (dec) 116 / (bin) 0111 0100 
        PATCHED  : (hex) EB / (dec) 235 / (bin) 1110 1011
Marvel 2
Code:
    0x1C9         -- https://imgur.com/a/vw3CVUw   
        ORIGINAL : (hex) 12 / (dec) 18  / (bin) 0001 0010 
        PATCHED  : (hex) 89 / (dec) 137 / (bin) 1000 1001
    0x7D66F5      -- https://imgur.com/a/Oo0NB3d
        ORIGINAL : (hex) 74 / (dec) 116 / (bin) 0111 0100 
        PATCHED  : (hex) EB / (dec) 235 / (bin) 1110 1011
Ninjago
Code:
    0x190         -- https://imgur.com/ORrSExD
        ORIGINAL : (hex) 80 / (dec) 128 / (bin) 1000 0000 
        PATCHED  : (hex) F7 / (dec) 247 / (bin) 1111 0111
    0x81E3A0      -- https://imgur.com/SF5B40T
        ORIGINAL : (hex) 74 / (dec) 116 / (bin) 0111 0100
        PATCHED  : (hex) EB / (dec) 235 / (bin) 1110 1011
Other differences are watermarks, presumably put in by "FitGirl"
For those curious, the examples I found were (translated): F_I_T_G_I_R_L , skcaper lrigtif, FitGirl

I didn't document locations since they're meaningless and just watermarks. Only significant notes are they often are in different places, I guess watermarking em is important to em

If I (or community members) can supply unpatched executables I'd be happy to update this post with the differences documented.

Interestingly "LEGO Worlds" doesn't require any exe patching from what I can tell, however further investigation
is required, as some modification is employed outside the executable.

The only patterns I've been able to deduce are that the 2nd set of hex entries to patch are the same, with different positions, with there being a regular gap between the 1st and 2nd set of alterations.

Right now I believe our only hope is for this user mentioned by "Masquerade" to pull through once the "LEGO Skywalker Saga" is released.

------------------------------------------------------------------------

Regarding the ".FMV" video (and possible audio) containers, I'm yet to discover anything substantial. All I've been able to gleam is that it seems to be a format developed by "RAD Game Tools" aka the Bink & Oodle devs.

I've posted around the Xentax and Zenhax forums attempting to source help, and I'm currently considering putting a timed bounty on research for this file type, as its honestly been driving me nuts.

The only title so far that deviates from the use of ".FMV" for pre-rendered videos is the "Ninjago" entry, which uses H.264 MPEG4 videos in conjunction with identically named ".FMV" containers.

If anyone knows anything about the ".FMV" file-type, please contact me, I'm very interested in learning about this file-type.

Last edited by L33THAK0R; 25-08-2021 at 08:46. Reason: dead brain forgot to add in final bits and pieces
Reply With Quote