Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Mafia 2 .sdat file

Featured Replies

  • Author
  • Localization

codec, posted Thu Aug 18, 2016 4:39 pm (16618)


Hi guys.I need unpack and repack program or script code that .sdat file.
GAME: MAFIA 2here is the file
Code:
http://rgho.st/7dHVCdPWT
  • Author
  • Localization

aluigi, posted Thu Aug 18, 2016 4:45 pm (16619)


Name of the game?
  • Author
  • Localization

codec, posted Thu Aug 18, 2016 4:46 pm (16620)


aluigi wrote:
Name of the game?

MAFIA 2
  • Author
  • Localization

Ekey, posted Thu Aug 18, 2016 8:37 pm (16627)


Encrypted SONY (PS3) EDAT package. For decrypt you need edattool valid rapfile.

PS: You can't pack and encrypt extracted files back into EDAT.
  • Author
  • Localization

codec, posted Fri Aug 19, 2016 9:20 am (16635)


Ekey wrote:
Encrypted SONY (PS3) EDAT package. For decrypt you need edattool valid rapfile.

PS: You can't pack and encrypt extracted files back into EDAT.

thanks but I haven't edat tool.
before I was try that .sdat file.
How?
first I was remove .sdat last word.as I used .sds file.Beacuse Aluigi wrote script code for mafia .sds file
Later I extracted all files with Quick bms.
I translated text file.I was repack.last time again I put .sdat name last word.
I tried on the ps3.But not worked.All character words changed
  • Author
  • Localization

codec, posted Fri Aug 19, 2016 12:08 pm (16642)


Ekey wrote:
http://www.ps3hax.net/2013/03/released-ps3-related-tools-by-qoobz/

Thanks Ekey.But How I can use that program on the .sdat file?
can you download gave my my link extract and than give me?
You believe me I dont know that program
Also sdat and edat file same file?
  • Author
  • Localization

happydance, posted Fri Aug 19, 2016 2:37 pm (16645)


Sdat and edat are not the same, usually edat are encrypted with a licsense key like a .rap file unless its resigned to be a free licsense

Is this sdat came from a ps3 game?
  • Author
  • Localization

Ekey, posted Fri Aug 19, 2016 3:12 pm (16646)


codec wrote:
Thanks Ekey.But How I can use that program on the .sdat file?
can you download gave my my link extract and than give me?
You believe me I dont know that program
Also sdat and edat file same file?

here
  • Author
  • Localization

codec, posted Fri Aug 19, 2016 5:18 pm (16650)


Ekey wrote:
codec wrote:
Thanks Ekey.But How I can use that program on the .sdat file?
can you download gave my my link extract and than give me?
You believe me I dont know that program
Also sdat and edat file same file?

here

Thanks ekey.I extracted all files with Quickbms.But I didnt reimport.It fave error.can you try reimport and than changed again .sdat file?I will try on the ps3
  • Author
  • Localization

Ekey, posted Fri Aug 19, 2016 6:09 pm (16653)


codec wrote:
But I didnt reimport.It fave error.

Show log of QuickBMS while reimporting. I guess script not supported for it because files is chunked.

codec wrote:
can you try reimport and than changed again .sdat file?I will try on the ps3

Nope
  • Author
  • Localization

codec, posted Fri Aug 19, 2016 9:11 pm (16663)


Ekey wrote:
codec wrote:
But I didnt reimport.It fave error.

Show log of QuickBMS while reimporting. I guess script not supported for it because files is chunked.

codec wrote:
can you try reimport and than changed again .sdat file?I will try on the ps3

Nope

thanks ekey for look
  • Author
  • Localization

happydance, posted Fri Aug 19, 2016 9:14 pm (16664)


I use this personally for decrypting and encrypting SDAT/EDAT on some translation hacks I done on the PS3

https://drive.google.com/open?id=0Byva3 ... 2lfX2ZfQTQ

just type on CMD
Code:
make_npdata

to see all the commands

or just

decrypt
Code:
make_npdata -d text_credits.sds.sdat text_credits.sds 0


encrypt
Code:
make_npdata -e text_credits.sds text_credits.sds.sdat 0 1 3 1 16


Change the compression and block size as you see fit since it sometimes affect the loading speed on big files. The you can try it on your jailbroken/ODE ps3 or un-jailbroken if the said fle is included on the game install and both original file and modded file have the same size.
  • Author
  • Localization

codec, posted Sat Aug 20, 2016 9:47 am (16681)


happydance wrote:
I use this personally for decrypting and encrypting SDAT/EDAT on some translation hacks I done on the PS3

https://drive.google.com/open?id=0Byva3 ... 2lfX2ZfQTQ

just type on CMD
Code:
make_npdata

to see all the commands

or just

decrypt
Code:
make_npdata -d text_credits.sds.sdat text_credits.sds 0


encrypt
Code:
make_npdata -e text_credits.sds text_credits.sds.sdat 0 1 3 1 16


Change the compression and block size as you see fit since it sometimes affect the loading speed on big files. The you can try it on your jailbroken/ODE ps3 or un-jailbroken if the said fle is included on the game install and both original file and modded file have the same size.

can you reimport tables folder in the sdat file?
  • Author
  • Localization

happydance, posted Sat Aug 20, 2016 12:36 pm (16686)


Sdat is just a encrypted file, it could be anything like compressed archive or just a big file or just a simple common filw we know.

For example in a ps3 game called clannad and has a scr.psarc.sdat. when you decrypted it to scr.psarc, you can just extract it with psarc tools to edit the script and compress it back to psarc and encrypt back to sdat.

As long as you have a tool to mod the decrypted file you can encrypt it back and will work.


I think your .sds file is compressed, so you need to uncompress it before you can import textdatabase.dat if its really inside that sds, but i think its zlib. You can try offzip to extract the files
  • Author
  • Localization

codec, posted Sat Aug 20, 2016 3:32 pm (16698)


happydance wrote:
Sdat is just a encrypted file, it could be anything like compressed archive or just a big file or just a simple common filw we know.

For example in a ps3 game called clannad and has a scr.psarc.sdat. when you decrypted it to scr.psarc, you can just extract it with psarc tools to edit the script and compress it back to psarc and encrypt back to sdat.

As long as you have a tool to mod the decrypted file you can encrypt it back and will work.


I think your .sds file is compressed, so you need to uncompress it before you can import textdatabase.dat if its really inside that sds, but i think its zlib. You can try offzip to extract the files

Mafia 2 game originally sds file but ps3 original file sdat file.So diffrent file.Ekey gave me encrypt sds file from sdat file.Aluigi wrote sds file for ps3.It can be extract all files with Quickbms.but that script dont support repack.maybe chuck size diffrent algorthym.
I haven't tool program for sdat file.I didnt find ever.maybe someone can help me.
same problem there is another ps3 games.for example Dark Souls PS3 game
  • Author
  • Localization

happydance, posted Sat Aug 20, 2016 5:24 pm (16703)


quickbms script don't support repack, they only extract/inject so the file you're trying to inject must be the exact same size as the original. In your case the original size of TextDatabase.dat is 134,149 bytes and the one your trying to import is 135,697 bytes.

the sds script is too complicated for a noob like me to understand, and if it's me i'll just edit out or shorthen the modded TextDatabase.dat to match the size of the original so I could import it or try to find a repacker of the SDS file instead of using a bms script in thise case
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.