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

Kung Fu Strike: The Warriors Rise (*.PAK)

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1823
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 92 times
Been thanked: 1058 times

Kung Fu Strike: The Warriors Rise (*.PAK)

Post by Ekey »

:)

Code: Select all

# Kung Fu Strike - The Warriors Rise (PAK format)
# 
# Written by Ekey (h4x0r)
# http://www.progamercity.net
# 
# script for QuickBMS http://quickbms.aluigi.org

idstring "PAK"
get DUMMY long
get FILES long

for i = 0 < FILES
	get NSIZE byte
	getdstring NAME NSIZE
	get DUMMY byte
	get OFFSET long
	get SIZE long
	log NAME OFFSET SIZE
next i
User avatar
TaylorMouse
ultra-veteran
ultra-veteran
Posts: 348
Joined: Mon Sep 26, 2011 12:51 pm
Has thanked: 11 times
Been thanked: 89 times

Re: Kung Fu Strike: The Warriors Rise (*.PAK)

Post by TaylorMouse »

Made a quick user friendly exe file , so you don't need Quick BMS, just start it up, select any dat file from the game and it will extract it.

Next stop is unraveling the .a3d files that contain the 3D model ( I think)

Textures are dds, and are stored uncompressed in the texture.dat file

Cheers

T.
You do not have the required permissions to view the files attached to this post.
User avatar
delutto
veteran
Posts: 153
Joined: Sat Apr 16, 2011 5:20 am
Has thanked: 49 times
Been thanked: 14 times

Re: Kung Fu Strike: The Warriors Rise (*.PAK)

Post by delutto »

Someone found the localization files of the game?
Last edited by delutto on Thu Aug 09, 2012 12:45 am, edited 2 times in total.
User avatar
TaylorMouse
ultra-veteran
ultra-veteran
Posts: 348
Joined: Mon Sep 26, 2011 12:51 pm
Has thanked: 11 times
Been thanked: 89 times

Re: Kung Fu Strike: The Warriors Rise (*.PAK)

Post by TaylorMouse »

delutto wrote:Someone found the file location of the game?
What??

T.
User avatar
delutto
veteran
Posts: 153
Joined: Sat Apr 16, 2011 5:20 am
Has thanked: 49 times
Been thanked: 14 times

Re: Kung Fu Strike: The Warriors Rise (*.PAK)

Post by delutto »

TaylorMouse wrote:
delutto wrote:Someone found the file location of the game?
What??

T.
Ops.
Localization files, texts of the game. :D
User avatar
TaylorMouse
ultra-veteran
ultra-veteran
Posts: 348
Joined: Mon Sep 26, 2011 12:51 pm
Has thanked: 11 times
Been thanked: 89 times

Re: Kung Fu Strike: The Warriors Rise (*.PAK)

Post by TaylorMouse »

I've noticed that there are a lot of ppl looking for these localisation files ( not specificly for this game)

Why? The game is in English, what else do you need?

Any progress on the .a3d files yet ?

T.
User avatar
delutto
veteran
Posts: 153
Joined: Sat Apr 16, 2011 5:20 am
Has thanked: 49 times
Been thanked: 14 times

Re: Kung Fu Strike: The Warriors Rise (*.PAK)

Post by delutto »

TaylorMouse wrote:I've noticed that there are a lot of ppl looking for these localisation files ( not specificly for this game)

Why? The game is in English, what else do you need?

Any progress on the .a3d files yet ?

T.
I want to translate into Brazilian Portuguese.
User avatar
TaylorMouse
ultra-veteran
ultra-veteran
Posts: 348
Joined: Mon Sep 26, 2011 12:51 pm
Has thanked: 11 times
Been thanked: 89 times

Re: Kung Fu Strike: The Warriors Rise (*.PAK)

Post by TaylorMouse »

delutto wrote:
TaylorMouse wrote:I've noticed that there are a lot of ppl looking for these localisation files ( not specificly for this game)

Why? The game is in English, what else do you need?

Any progress on the .a3d files yet ?

T.
I want to translate into Brazilian Portuguese.

Heu, ok...
Post Reply