《Tiger Knight》I need help(.upk)
-
- Posts: 30
- Joined: Sun Jul 24, 2016 2:23 pm
《Tiger Knight》I need help(.upk)
《Tiger Knight》 is a "and《Mount & Blade》 similar instant pass game
Game model is great, but I can't use UDK to extract them.
Is there any tools to extract it? I need help
Game:http://steamcommunity.com/sharedfiles/filedetails/?id=230422589
Last edited by m545891031 on Thu Jul 28, 2016 12:50 pm, edited 1 time in total.
-
- Posts: 30
- Joined: Sun Jul 24, 2016 2:23 pm
Re: 《Tiger Knight》I need help(.upk)
umodel -game=??? (How to know the parameters of the game name?)
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: 《Tiger Knight》I need help(.upk)
It's a sort of "container" with the magic "TK01" followed by an obfuscated (xor ae 77 83 49) header till 0x71 and the data you want to open with umodel is at offset 0xd1.
If you want a script to make a test:
If you want a script to make a test:
Code: Select all
findloc OFFSET binary "\xc1\x83\x2a\x9e"
get SIZE asize
math SIZE - OFFSET
get NAME basename
log NAME OFFSET SIZE
-
- Posts: 30
- Joined: Sun Jul 24, 2016 2:23 pm
Re: 《Tiger Knight》I need help(.upk)
aluigi wrote:It's a sort of "container" with the magic "TK01" followed by an obfuscated (xor ae 77 83 49) header till 0x71 and the data you want to open with umodel is at offset 0xd1.
If you want a script to make a test:Code: Select all
findloc OFFSET binary "\xc1\x83\x2a\x9e"
get SIZE asize
math SIZE - OFFSET
get NAME basename
log NAME OFFSET SIZE
Thank you very much for your help, my friend, I will try
-
- Posts: 30
- Joined: Sun Jul 24, 2016 2:23 pm
Re: 《Tiger Knight》I need help(.upk)
aluigi wrote:It's a sort of "container" with the magic "TK01" followed by an obfuscated (xor ae 77 83 49) header till 0x71 and the data you want to open with umodel is at offset 0xd1.
If you want a script to make a test:Code: Select all
findloc OFFSET binary "\xc1\x83\x2a\x9e"
get SIZE asize
math SIZE - OFFSET
get NAME basename
log NAME OFFSET SIZE
Oh, my friend, I think I have the tools used to extract the game yet, I tried other games, but can't open it, I don't know how to extract the game, can you help me?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: 《Tiger Knight》I need help(.upk)
No. I already told you to make that test to generate a file to open with Gildor's tool.
-
- Posts: 30
- Joined: Sun Jul 24, 2016 2:23 pm
Re: 《Tiger Knight》I need help(.upk)
aluigi wrote:No. I already told you to make that test to generate a file to open with Gildor's tool.
This script is BMS scripts?Or what other scripts?I use this when BMS with no file suffix is derived, then what should I do?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: 《Tiger Knight》I need help(.upk)
Wait, the file is probably compressed so it's useless.
I will repost here if I will find the algorithm and the format.
I will repost here if I will find the algorithm and the format.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: 《Tiger Knight》I need help(.upk)
Nothing good coming from the compression scanner, so I can't help.
-
- Posts: 30
- Joined: Sun Jul 24, 2016 2:23 pm
Re: 《Tiger Knight》I need help(.upk)
aluigi wrote:Nothing good coming from the compression scanner, so I can't help.
Ok, thank you, my friend, I will do other try to open the file, thank you very much