Page 2 of 2

Re: Magna Carta Tears Of Blood (Playstation)

Posted: Sun Sep 23, 2012 11:56 pm
by Runa
Just like I thought... unpacking it with Noesis I obtain a bunch of .lin files.
If you want to take a look, here some simples http://www.mediafire.com/?egulselpgtwmliu

Re: Magna Carta Tears Of Blood (Playstation)

Posted: Mon Sep 24, 2012 3:12 am
by semory
lin files contain blocks of zlib data. when uncompressed, i see references to usx files and utx files. i didn't find any obvious model data, but I don't know enough about unreal 2 files and ue viewer to know what to do with them.

you can use offzip on the lin files, and then post the output on xentax or better yet on gildor's forums to see what you have to do to these files. for example, run offzip on:

offzip -a -z 15 0001_00000004.lin OutputFolderName 0

it will generate four files, post these four files on gildor's forum.

Re: Magna Carta Tears Of Blood (Playstation)

Posted: Tue Sep 25, 2012 1:46 am
by Runa
Uhm... is that the correct form? Maybe I'm doing it wrong, because it gives me an error and doesn't extract anything.

I wrote this:

C:\Users\User>offzip -a -z 0001_00000004.lin C:\Users\User 0

And it says "initialization error".

Should I write 'output' before the folder address?

Re: Magna Carta Tears Of Blood (Playstation)

Posted: Tue Sep 25, 2012 11:10 am
by semory
Don't forget the 15 after the -z.

Re: Magna Carta Tears Of Blood (Playstation)

Posted: Tue Sep 25, 2012 2:55 pm
by Runa
It says:

-open input file: 15

Error: No such file or directory

:?

Re: Magna Carta Tears Of Blood (Playstation)

Posted: Tue Sep 25, 2012 11:30 pm
by semory
lol, that's odd
try

C:\Users\User>offzip -a -z -15 0001_00000004.lin temp 0

where you have a C:\Users\User\temp directory available (it might not like the full path). if that doesn't work, upload the lin file again and i'll run offzip again and ask gildor about it.

Re: Magna Carta Tears Of Blood (Playstation)

Posted: Wed Sep 26, 2012 12:32 am
by Runa
Doesn't work D: here the file http://www.mediafire.com/?vq5i0vfvnk6jw5m I uploaded one that is at least 1 MB heavy, because the other one was too light and I don't know if it actually contains a model. If this game is UE, it's possible that exporting the files umodel will read them already... but it depends on the format.

Re: Magna Carta Tears Of Blood (Playstation)

Posted: Wed Sep 26, 2012 9:20 pm
by semory
OK, I posted on gildor's forum... he knows Unreal format better than anyone so keep an eye on this thread... hopefully he'll take a look at it (though since it's such an old game he might not).

http://www.gildor.org/smf/index.php/topic,1572.0.html

Re: Magna Carta Tears Of Blood (Playstation)

Posted: Thu Sep 27, 2012 3:19 am
by semory
Turns out gildor doesn't like doing PS2 games since some games he has to looking into the executable.

That last file you sent me contained only textures. I will get the game from a friend who has like a gajillion games and rip it myself to see what I can do with it, but it will take some time. If it requires looking into the executable then I probably won't be able to do it.

Re: Magna Carta Tears Of Blood (Playstation)

Posted: Thu Sep 27, 2012 10:03 am
by Runa
It's okay, don't worry :D thank you for your efforts!