-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TGIN chunk (GM2) #70
Comments
Where have you found this chunk's existence? |
@colinator27 https://store.steampowered.com/app/356650/Deaths_Gambit/ |
Are you sure TGIN is an actual chunk, or part of something else inside a chunk? If you haven't checked, just go through each chunk and jump to the next using its length. If TGIN doesn't show up, that means it's part of something else (maybe some other IFF-like data), but if it does then I guess we have a really weird chunk that I found no evidence of anywhere else. |
@colinator27 I think it will be better to see the size of the chunks above and below I found a couple more games: And now the most interesting: BytecodeVersion these games 17 deathsgambit397.exe in IDA: |
Oh, bytecode 17 I see, that's new. I really wonder how did they get it, the latest GMS2 trial generates 16 afaik. |
Hm, let me see if I have it in my latest compiler. I was analyzing 2.1.5, but I'll try 2.2 now. |
Hm, I can't seem to find anything about it (yet) in the compiler. How recently were these games built? I recall that there is a special beta branch for GMS2 somewhere... Yeah, I give it a good chance that it's part of the beta branch. I'll try to pick it apart once the 2.2.1 update comes out of beta. |
http://i.prntscr.com/HbLlKr0mQ3ydEro1R-SbGg.png GMAssetCompiler_2.2.1.277: info |
Oh wow, that's a neat trick. |
I'll assist in collecting some information as well then. I know a lot of the compiler's structure already. |
So, I'm getting a good amount of progress. This seems to relate to the new functions they added for texture groups, and I think TGIN stands for "texture group info". |
Alright, so this has a pretty simple format. Here's what I got, and it works with the research LinXP did as well:
|
Also, I just realized the implementation for this should still be a ListChunk, but how EMBI does it. I'll try implementing it really quickly. |
Support should be added in #76. |
The "1" is probably just a version number, they realized with new chunks that something like this would be useful |
Oh, yeah, that makes sense... |
I'll start collecting information on TGIN chunk.
I don't know yet what he is responsible for, but I wrote the structure of this chunk.
Screen: http://i.prntscr.com/XQQBuoxPRim05LpPL2i8LA.png
The text was updated successfully, but these errors were encountered: