The Evil Within(*.streamed,.tangoresource)

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
michalss
Posts: 320
Joined: Sun Aug 10, 2014 12:49 pm

Re: The Evil Within(*.streamed,.tangoresource)

Post by michalss »

Well because it is chrismas im gonna share mapping for fonts :D It is unicode ,so you can find unicode table in here for example : http://unicode-table.com/en/
Dont forget this fonts also using alpha, so if your char is in alpha need to do some small math calculation.

Code: Select all

//--------------------------------------
//--- 010 Editor v5.0.2 Binary Template
//
// File: idf* index for fonts
// Author: michalss
// Revision: V1.0
// Purpose:
//--------------------------------------
BigEndian();

local int x,pos,next;

byte sign[4];
ushort s_x; //x size of textrure but not sure how?
ushort s_y; //y size of textrure but not sure how?

byte f_config1;//unk ???
byte f_config2;//unk ???
ushort glypths; //number of glypths

next += glypths*10+12;

for (x=0;x<glypths;x++) {

    struct Index {
        byte width;
        byte height;
        LittleEndian();
        ushort x_offset;
        ushort y_offset;
        ushort x;
        ushort y;
        pos=FTell();
        FSeek(next);

        uint char_n;
        next+=4;
        FSeek(pos);
        BigEndian();

    } IDFx;

}
Nameless32
Posts: 35
Joined: Sun Dec 21, 2014 7:43 pm

Re: The Evil Within(*.streamed,.tangoresource)

Post by Nameless32 »

michalss wrote:Well because it is chrismas im gonna share mapping for fonts :D It is unicode ,so you can find unicode table in here for example : http://unicode-table.com/en/
Dont forget this fonts also using alpha, so if your char is in alpha need to do some small math calculation.

Code: Select all

//--------------------------------------
//--- 010 Editor v5.0.2 Binary Template
//
// File: idf* index for fonts
// Author: michalss
// Revision: V1.0
// Purpose:
//--------------------------------------
BigEndian();

local int x,pos,next;

byte sign[4];
ushort s_x; //x size of textrure but not sure how?
ushort s_y; //y size of textrure but not sure how?

byte f_config1;//unk ???
byte f_config2;//unk ???
ushort glypths; //number of glypths

next += glypths*10+12;

for (x=0;x<glypths;x++) {

    struct Index {
        byte width;
        byte height;
        LittleEndian();
        ushort x_offset;
        ushort y_offset;
        ushort x;
        ushort y;
        pos=FTell();
        FSeek(next);

        uint char_n;
        next+=4;
        FSeek(pos);
        BigEndian();

    } IDFx;

}

thanks, the developer of the tool in my group don't want share his tool, but if you want, i can repack your translated text to you...
Scofield_TR
Posts: 99
Joined: Wed Dec 03, 2014 12:44 pm

Re: The Evil Within(*.streamed,.tangoresource)

Post by Scofield_TR »

Nameless32 wrote:thanks, the developer of the tool in my group don't want share his tool, but if you want, i can repack your translated text to you...


Hi Nameless32,

I sent you a private message.

You please read.

Thanks.
michalss
Posts: 320
Joined: Sun Aug 10, 2014 12:49 pm

Re: The Evil Within(*.streamed,.tangoresource)

Post by michalss »

Coz i need it as well making simple GUI mapper for fonts :)

Image
michalss
Posts: 320
Joined: Sun Aug 10, 2014 12:49 pm

Re: The Evil Within(*.streamed,.tangoresource)

Post by michalss »

chopper2882 wrote:here is unpack, repack program. (only for PC not support XBOX360/PS3)

- Unpack
Tango.exe -u common.tangoresource

- Repack
Tango.exe -p common.tangoresource common.tangoresource.new



May i ask you please update tool for PC updates ?? Just to my PM if you can ?
Scofield_TR
Posts: 99
Joined: Wed Dec 03, 2014 12:44 pm

Re: The Evil Within(*.streamed,.tangoresource)

Post by Scofield_TR »

michalss wrote:May i ask you please update tool for PC updates ?? Just to my PM if you can ?


Hi michalss,

I sent you a private message.

Can you see. :)
spider91
Posts: 233
Joined: Sun Aug 24, 2014 5:26 pm

Re: The Evil Within(*.streamed,.tangoresource)

Post by spider91 »

chopper2882 wrote:here is unpack, repack program. (only for PC not support XBOX360/PS3)

- Unpack
Tango.exe -u common.tangoresource

- Repack
Tango.exe -p common.tangoresource common.tangoresource.new



There is no any link. Can someone share it?
cervik
Posts: 19
Joined: Mon Nov 10, 2014 7:43 pm

Re: The Evil Within(*.streamed,.tangoresource)

Post by cervik »

Hello everyone, it is possible script files from DLC

https://www.dropbox.com/s/2p1isbdckfenbm8/spa.bin?dl=0
NaCePar
Posts: 2
Joined: Sun Jul 19, 2015 5:06 pm

Re: The Evil Within(*.streamed,.tangoresource)

Post by NaCePar »

spider91 wrote:
chopper2882 wrote:here is unpack, repack program. (only for PC not support XBOX360/PS3)

- Unpack
Tango.exe -u common.tangoresource

- Repack
Tango.exe -p common.tangoresource common.tangoresource.new



There is no any link. Can someone share it?


Hi! There is program Tango.exe from japanese site http://www.etobang.com. It seems to be working on PC, but i don't understand where program put the extracted files.
NaCePar
Posts: 2
Joined: Sun Jul 19, 2015 5:06 pm

Re: The Evil Within(*.streamed,.tangoresource)

Post by NaCePar »

1) I'm making test of Tango.exe. I found location of the extracted files. Location C:\Users\username. For example i repack init.tangoresource (original size 2145kb). After repacking it size became smaller (1811kb) but game still works for me.
2) I unpack and repack successfully (without changing files in archive yet) dlc1_chapter1.tangoresource (original size 470446kb), after repacking it's size increased to 471283kb. I think we can increase size of files in archive through this program.
3) I changed files in archive to bigger size (swap player model to another), game working!!
spider91
Posts: 233
Joined: Sun Aug 24, 2014 5:26 pm

Re: The Evil Within(*.streamed,.tangoresource)

Post by spider91 »

NaCePar wrote:Hi! There is program Tango.exe from japanese site http://www.etobang.com. It seems to be working on PC, but i don't understand where program put the extracted files.

Thanks, but i've already made my own tool and even voice dubbing to russian ia already done.
InKviZ
Posts: 124
Joined: Fri Oct 24, 2014 2:55 pm

Re: The Evil Within(*.streamed,.tangoresource)

Post by InKviZ »

Someone can help with editing fonts ???
ili
Posts: 81
Joined: Wed Sep 17, 2014 2:28 pm

Re: The Evil Within(*.streamed,.tangoresource)

Post by ili »

any way to rebuild audio please
viewtopic.php?f=6&t=324