Sleeping Dogs DLC DAT (Translation and Unlock) Tool

Need help translating games in other languages? Have your language problems solved here.
Post Reply
Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1739
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 85 times
Been thanked: 961 times

Sleeping Dogs DLC DAT (Translation and Unlock) Tool

Post by Ekey » Tue Feb 12, 2013 10:04 pm

Well tool for decrypt and encrypt DAT files inside game folder. Output file just simple editable XML file. There translation text's for DLC as well as you can unlock it.

Code: Select all

[Usage]
        SDDATTool <szInFile> <szOutFile>

[Examples]
        SDDATTool BCF931BB.dat DLC1.xml
        SDDATTool DLC1.xml BCF931BB.dat
Example for BCF931BB.dat (filename hashed, you can found original name in DLC_2.0.434913_Info.txt or DLC_2.1.435919_Info.txt)

Code: Select all

<DLCManifest>
	<Version>1</Version>
	<ProductId>DLC1_POLICE_PROTECTION_PACK</ProductId>
	<ShortDescription>$DLC_PRESALE_POLICE_PROTECTION_PACK_SHORT_DESCRIPTION</ShortDescription>
	<LongDescription>$DLC_PRESALE_POLICE_PROTECTION_PACK_LONG_DESCRIPTION</LongDescription>
	<PackDescription>
		<TITLE>Sleeping Dogs™ - Police Protection Pack</TITLE>
		<TITLE_JAPANESE>Sleeping Dogs™ - 警察の保護パックで本物のSWATさながらに犯罪者を検挙せよ!</TITLE_JAPANESE>
		<TITLE_ENGLISH>Sleeping Dogs™ - Police Protection Pack</TITLE_ENGLISH>
		<TITLE_FRENCH>Sleeping Dogs™ - Pack Protection policière</TITLE_FRENCH>
		<TITLE_SPANISH>Sleeping Dogs™ - Paquete Protección policial</TITLE_SPANISH>
		<TITLE_GERMAN>Sleeping Dogs™ - Polizeischutz-Pack</TITLE_GERMAN>
		<TITLE_ITALIAN>Sleeping Dogs™ - Pacchetto Protezione della polizia</TITLE_ITALIAN>
		<TITLE_RUSSIAN>Sleeping Dogs™ - Набор ''Под защитой полиции''</TITLE_RUSSIAN>
		<TITLE_POLISH>Sleeping Dogs™ - Pakiet Ochrony Policyjnej</TITLE_POLISH>
	</PackDescription>
	<ClothingUnlocks>
	</ClothingUnlocks>
	<VehicleUnlocks>
	</VehicleUnlocks>
	<BoatUnlocks>
	</BoatUnlocks>
	<MoveUnlocks>
	</MoveUnlocks>
	<MissionUnlocks>
		<Entry>DLC_PRESALE_POLICE_PROTECTION</Entry>	
	</MissionUnlocks>
	<OverrideBigFiles>
	</OverrideBigFiles>
	<OverrideAudioPacks>
	</OverrideAudioPacks>
	<SafehouseItems>
	</SafehouseItems>
	<PropUnlocks>		
	</PropUnlocks>
</DLCManifest>

ect. And of course example result here. I hope maybe for some one useful. Enjoy :)
You do not have the required permissions to view the files attached to this post.

User avatar
lostprophet
mega-veteran
mega-veteran
Posts: 202
Joined: Wed Apr 07, 2010 7:38 pm
Has thanked: 35 times
Been thanked: 7 times

Re: Sleeping Dogs DLC DAT (Translation and Unlock) Tool

Post by lostprophet » Wed Feb 13, 2013 11:45 am

Does this work for the main game too as in translation? Or just the DLCs?
Hungarian translator | Previous translations: http://lostprophet.hu

User avatar
JonhOliver
beginner
Posts: 21
Joined: Fri Mar 11, 2011 5:10 pm
Has thanked: 5 times

Re: Sleeping Dogs DLC DAT (Translation and Unlock) Tool

Post by JonhOliver » Wed Feb 13, 2013 12:59 pm

what is the name of the file has the text of the full game?

Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1739
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 85 times
Been thanked: 961 times

Re: Sleeping Dogs DLC DAT (Translation and Unlock) Tool

Post by Ekey » Wed Feb 13, 2013 1:56 pm

Tools for edit game files inside archives will not be because files inside compressed with ugly method. This tool created in order to unlock DLC's basically.

michalss
Moderator
Posts: 949
Joined: Sun Mar 27, 2011 8:42 pm
Has thanked: 10 times
Been thanked: 141 times

Re: Sleeping Dogs DLC DAT (Translation and Unlock) Tool

Post by michalss » Wed Feb 13, 2013 3:29 pm

Ekey wrote:Tools for edit game files inside archives will not be because files inside compressed with ugly method. This tool created in order to unlock DLC's basically.
Might game runs without the compression ?
Quick BMS Editor GUI - simple easy to use
Goto : viewtopic.php?uid=34229&f=29&t=6797&start=0

Downloads from DropBox : https://dl.dropboxusercontent.com/u/

Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1739
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 85 times
Been thanked: 961 times

Re: Sleeping Dogs DLC DAT (Translation and Unlock) Tool

Post by Ekey » Wed Feb 13, 2013 4:36 pm

michalss wrote:
Ekey wrote:Tools for edit game files inside archives will not be because files inside compressed with ugly method. This tool created in order to unlock DLC's basically.
Might game runs without the compression ?
Seems yes. Because files inside BIG not all compressed as well as always check header. If PCQM need decompress else simple read.

michalss
Moderator
Posts: 949
Joined: Sun Mar 27, 2011 8:42 pm
Has thanked: 10 times
Been thanked: 141 times

Re: Sleeping Dogs DLC DAT (Translation and Unlock) Tool

Post by michalss » Wed Feb 13, 2013 8:20 pm

Ekey wrote:
michalss wrote:
Ekey wrote:Tools for edit game files inside archives will not be because files inside compressed with ugly method. This tool created in order to unlock DLC's basically.
Might game runs without the compression ?
Seems yes. Because files inside BIG not all compressed as well as always check header. If PCQM need decompress else simple read.

So s there a chance to make repacker without compression pls ? :)
Quick BMS Editor GUI - simple easy to use
Goto : viewtopic.php?uid=34229&f=29&t=6797&start=0

Downloads from DropBox : https://dl.dropboxusercontent.com/u/

Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1739
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 85 times
Been thanked: 961 times

Re: Sleeping Dogs DLC DAT (Translation and Unlock) Tool

Post by Ekey » Thu Feb 14, 2013 3:51 pm

Well unpacker updated. Now decompression work, tested on WinXP, Win7

Post Reply