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.

[PC] Disgaea 5 Complete Demo (.dat)

Featured Replies

  • Author
  • Localization

TheUkrainianBard, posted Tue May 01, 2018 7:57 pm (34576)


A code for Time limited demo is available for a limited time here.
Full game will be/is available here.

Attached 2 filecutted files.
  • Author
  • Localization

Ekey, posted Wed May 02, 2018 1:40 am (34582)


Obfuscated. Here snipped code to deobfuscate

Code:
   for (int i = 0; i < dwSize; i  )
   {
      lpBuffer[i] = 16 * lpBuffer[i] | ((uint8_t)~lpBuffer[i] >> 4);
   }
  • Author
  • Localization

Acewell, posted Wed May 02, 2018 4:27 am (34586)


here is my bms script attempt to deobfuscate file :D
Code:
# script for QuickBMS http://aluigi.altervista.org/quickbms.htm

get SIZE asize
get NAME basename
string NAME _fixed.dat
filexor "\xF0"
log memory_file1 0x0 SIZE
filexor ""
log memory_file2 0x0 SIZE
goto 0x0 -1
for i = 1 to SIZE
   get TMP byte -1
   math TMP z 4
   put TMP byte -2
next i
log NAME 0x0 SIZE -2
  • Author
  • Localization

TheUkrainianBard, posted Wed May 02, 2018 1:28 pm (34604)


Thank you, everyone!
  • Author
  • Localization

Ogoshi, posted Tue Oct 23, 2018 12:39 am (39794)


aluigi wrote:
Script 0.1.1:
http://aluigi.org/bms/nispack.bms

The script automatically decompresses the lzs files too.


Anyone know where the text files?
  • Author
  • Localization

Ogoshi, posted Tue Oct 23, 2018 11:23 pm (39810)


makc_ar wrote:
Ogoshi wrote:
Anyone know where the text files?

Here: https://www87.zippyshare.com/v/oEKKHnl6/file.html


Hi Makc, thanks! How you get that? I'll try to use this script but it's not works in all the files on folder. Can you explain? If you want, send me one PM.

Regards.
  • Author
  • Localization

ViniSD, posted Wed Oct 24, 2018 5:26 pm (39826)


I'm having trouble to extract the .dat files from the game. The script from the demo apparently don't work with the full game.
  • Author
  • Localization

aluigi, posted Fri Oct 26, 2018 4:01 pm (39870)


It's different than viewtopic.php?f=9&t=7800

Basically here the obfuscation seems the same but there is NISPACK magic and the format doesn't have much sense, number of files followed by "FILES * 4 * 2" that don't match any offset or size.

*edit* moved the 2 posts in the original topic.
  • Author
  • Localization

Rainx, posted Sun Nov 11, 2018 3:31 pm (40279)


Hello.
Could anyone help me with unknown nis lzs compression?
There is no info about compressed/uncompressed size in the header.

Link: https://www81.zippyshare.com/v/yD1tQyut/file.html

I've tried unpacking this file with basic lzss algoritm, but no success.

Game: Disgaea.
  • Author
  • Localization

aluigi, posted Mon Nov 12, 2018 10:48 am (40291)


@Rainx
I have moved your post in another topic for this game.

In the header I see "dat\0", a sort of size field that doesn't match a compressed or uncompressed size because it's shorter and then "UNMO".
Do you have other samples?
  • Author
  • Localization

Rainx, posted Tue Nov 13, 2018 8:44 pm (40345)


aluigi wrote:
Do you have other samples?

One more sample: https://www80.zippyshare.com/v/t2LgwJi0/file.html
And that's all. Because other files have normal lzs compression (I mean, dat\0, uncompressed size\0, compressed size-4\0).
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.