Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Seven souls aka Martial Empires

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
pixellegolas
ultra-veteran
ultra-veteran
Posts: 423
Joined: Mon Aug 11, 2008 11:30 pm
Has thanked: 27 times
Been thanked: 15 times

Seven souls aka Martial Empires

Post by pixellegolas »

The contents of this post was deleted because of possible forum rules violation.
User avatar
aluigi
VVIP member
VVIP member
Posts: 1916
Joined: Thu Dec 08, 2005 12:26 pm
Location: www.ZENHAX.com
Has thanked: 4 times
Been thanked: 664 times
Contact:

Re: Seven souls aka Martial Empires

Post by aluigi »

I have seen no info-table in them so the only way to extract the files is through offzip that works perfectly with these archives:
offzip -a archive.vfs c:\output_folder 0
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Re: Seven souls aka Martial Empires

Post by chrrox »

silly pixellegolas don't forget to include the file table.

Code: Select all

#quickbms script
#from chrrox and aluigi
open FDDE VFS 0
open FDDE INF 1

get id longlong 1
get files long 1
goto 0x48 1
for i = 0 < files
    getdstring name 0xD8 1
    get ZIPPED long 1
    get DUMMY long 1
    get offset longlong 1
    get zsize longlong 1
    get size longlong 1
    get TIMESTAMP longlong 1
    get TIMESTAMP longlong 1
    get TIMESTAMP longlong 1
    if ZIPPED == 0
        log name offset zsize
    else
        clog name offset zsize size
    endif
next i

pixellegolas
ultra-veteran
ultra-veteran
Posts: 423
Joined: Mon Aug 11, 2008 11:30 pm
Has thanked: 27 times
Been thanked: 15 times

Re: Seven souls aka Martial Empires

Post by pixellegolas »

strange stuff, I tried offzip yesterday and wrote exactly the same as now but it suddenly works!? Was I tired or the comp? :)
pixellegolas
ultra-veteran
ultra-veteran
Posts: 423
Joined: Mon Aug 11, 2008 11:30 pm
Has thanked: 27 times
Been thanked: 15 times

Re: Seven souls aka Martial Empires

Post by pixellegolas »

The contents of this post was deleted because of possible forum rules violation.
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Re: Seven souls aka Martial Empires

Post by chrrox »

hmm this format does not look to bad
Image
cyril81
ultra-n00b
Posts: 2
Joined: Fri Sep 24, 2010 5:38 pm

Re: Seven souls aka Martial Empires

Post by cyril81 »

The contents of this post was deleted because of possible forum rules violation.
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Re: Seven souls aka Martial Empires

Post by chrrox »

i made a 3ds max importer.
cyril81
ultra-n00b
Posts: 2
Joined: Fri Sep 24, 2010 5:38 pm

Re: Seven souls aka Martial Empires

Post by cyril81 »

chrrox wrote:i made a 3ds max importer.
is there any chance to send me the importer please?
bmobius
ultra-n00b
Posts: 5
Joined: Fri Sep 17, 2010 11:44 pm

Re: Seven souls aka Martial Empires

Post by bmobius »

I too wouldn't mind that Max importer, if it's not too much a hassle? If so, no worries!
MrMoonKr
beginner
Posts: 29
Joined: Fri Oct 16, 2009 7:18 am
Has thanked: 24 times
Been thanked: 3 times

Re: Seven souls aka Martial Empires

Post by MrMoonKr »

May I ask you one thing, chrrox ?
How did you assign the texture to the mesh ?
I could not find a material information or texture information in .msh file. :scaredy:
kpanic
ultra-n00b
Posts: 2
Joined: Wed Jan 05, 2011 10:16 am

Re: Seven souls aka Martial Empires

Post by kpanic »

hi, sorry for bump this old post, but im working on a fansite of this game and want to make some renders for it, i have the client extracted but i cant use the msh files.

chrrox can you tell me or help a bit with them? can you share ur 3d max importer?

Thanks in advance :)
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Re: Seven souls aka Martial Empires

Post by chrrox »

Ok ill release an update soon i got this format figured out now.
You do not have the required permissions to view the files attached to this post.
kpanic
ultra-n00b
Posts: 2
Joined: Wed Jan 05, 2011 10:16 am

Re: Seven souls aka Martial Empires

Post by kpanic »

chrrox wrote:Ok ill release an update soon i got this format figured out now.
Hi chrrox really nice work, when you go to release it?

I cant wait, i want to make some cool renders for a fan page of this game :D
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Re: Seven souls aka Martial Empires

Post by chrrox »

Post Reply