Search found 2599 matches

by chrrox
Mon May 25, 2009 2:14 am
Forum: Graphic file formats
Topic: Bards Tale Constructiom Set
Replies: 4
Views: 1864

Re: Bards Tale Constructiom Set

Have you tried running the game in dosbox?
by chrrox
Sun May 24, 2009 10:23 pm
Forum: Game Archive
Topic: aika online
Replies: 44
Views: 25893

Re: aika online

Ah I see that was my problem I used a dds that had mips. I just tried it again and it worked fine.
by chrrox
Sun May 24, 2009 9:08 pm
Forum: Game Archive
Topic: Call of Chaos Online
Replies: 5
Views: 1730

Re: Call of Chaos Online

I dug some more into this and I will post what I have found idstring "NPAK" get version long get FILES long get FILETBLOFF long get OFFSET long then you must read the file table there are 0x18 bytes of encrypted data which I assume is the offset/size/chechsum information then 0x4 bytes fil...
by chrrox
Sun May 24, 2009 3:35 pm
Forum: Game Archive
Topic: aika online
Replies: 44
Views: 25893

Re: aika online

The contents of this post was deleted because of possible forum rules violation.
by chrrox
Sun May 24, 2009 12:04 am
Forum: Game Archive
Topic: Files extractors scripting
Replies: 138
Views: 52778

Re: Files extractors scripting

Here is a file extractor for the game cars online. I am not used to working with separate header files so I pasted the header file on top of the main file to write this script. get NULL long math FILES += 0x28bc for i = 0 < FILES getdstring HASH 0x8 get OFFSET long get SIZE long math OFFSET += 0x28B...
by chrrox
Sat May 23, 2009 12:04 pm
Forum: Miscellaneous
Topic: known instances of games companies attacking modders?
Replies: 12
Views: 3757

Re: known instances of games companies attacking modders?

team ninja hates anyone who touches their games with a passion.
http://www.securityfocus.com/news/10466
by chrrox
Fri May 22, 2009 9:08 pm
Forum: Game Archive
Topic: Files extractors scripting
Replies: 138
Views: 52778

Re: Files extractors scripting

The script did go further this time :) I think I see a pattern I believe when get NEXT_FOLDER long is == 0000 it goes backwards 2 directories here is one part of the folder F:\2\Mapdata\Grid\Z_Test\Resource\Sound\Prop\Tile\Water\Trigger\Event\Resource\Char\Monster\Wraith\NPC\Npc_Woman_Trader_May\Pla...
by chrrox
Fri May 22, 2009 4:31 am
Forum: Game Archive
Topic: Files extractors scripting
Replies: 138
Views: 52778

Re: Files extractors scripting

You sir are amazing. It goes very far in the script but then I get this error. Cerberos\Darkelf\Evil Roots\Gargoyle\Ghoul\Goblin\Goblin.ani 1b5e64a7 57368 Mapdata\Grid\Z_Test\Resource\Sound\Prop\Tile\Water\Trigger\Action\Condition\Ev ent\Resource\Camera\Char\Monster\Basilisk\basilisk_shell\Bat\Behol...
by chrrox
Fri May 22, 2009 2:05 am
Forum: Game Archive
Topic: Files extractors scripting
Replies: 138
Views: 52778

Re: Files extractors scripting

I can not figure out what I am doing wrong. The game is Dragon Nest Online. I have extracted a single file no problem when I start before the first file and have it just extract that file but I can not figure out how to continue the pattern. I set the files to 10 just for testing it should just go t...
by chrrox
Thu May 21, 2009 6:34 pm
Forum: Game Archive
Topic: Tatsunoko vs Capcom (Wii)
Replies: 28
Views: 13049

Re: Tatsunoko vs Capcom (Wii)

The contents of this post was deleted because of possible forum rules violation.
by chrrox
Tue May 19, 2009 8:57 pm
Forum: Game Archive
Topic: Call of Chaos Online
Replies: 5
Views: 1730

Re: Call of Chaos Online

Would it be better if I uploaded the updater file would that be easier to trace?
Is there anything I could do to learn to do this on my own?
by chrrox
Tue May 19, 2009 2:21 am
Forum: Game Archive
Topic: Call of Chaos Online
Replies: 5
Views: 1730

Call of Chaos Online

The contents of this post was deleted because of possible forum rules violation.
by chrrox
Mon May 18, 2009 10:42 am
Forum: 3D/2D models
Topic: question
Replies: 9
Views: 3395

Re: question

the files are not decompressed no one that I know oh has decompressed fpk compression yet
by chrrox
Mon May 18, 2009 4:40 am
Forum: 3D/2D models
Topic: question
Replies: 9
Views: 3395

Re: question

Are you able to extract those files?
Those files are close to wii models.
you would have to upload the extracted models for someone to look at.
by chrrox
Sun May 17, 2009 12:25 am
Forum: Game Archive
Topic: Files extractors scripting
Replies: 138
Views: 52778

Re: Files extractors scripting

I am stuck on the game Love Beat Online. http://lovebeat.plaync.co.kr/ I have figured out most of it and I get the files to be listed correctly but I can not extract the files. Here is what I have so far. idstring "QPACK\0" get VERSION long get FILES long goto 0x15 math OFFSET += 0x208 mat...