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.

Disgeae 6 [DAT STRING files]

Featured Replies

  • Author
  • Localization

MuslimCyberGames, posted Thu Jun 30, 2022 4:38 pm (72356)


Image
DISGAEA 6 Complete (STEAM)

Hello, can anyone help me to make some script for extrac/import for this game?

I attach some file for the test.

Thank for helping.
  • Author
  • Localization

NoobInCoding, posted Fri Jul 01, 2022 4:04 am (72363)


this is the 010 template for your file:
Code:
//------------------------------------------------
//--- 010 Editor v11.0.1 Binary Template
//
//      File: Disgeae6String.bt
//   Authors: NoobInCoding
//   Version: 1.0
//------------------------------------------------
int Count;
struct{
    int BlockSize;
    int Index;
    int IDLen;
    char ID[IDLen];
    struct{
        int StrLen;
        char Str[StrLen];
    }Langs[6];
}Block[Count];


I don't have time to build a tool for that but you can use the structure to build a tool or edit the file.
  • Author
  • Localization

LinkOFF, posted Sat Jul 02, 2022 1:46 pm (72382)


You can drag .dat file to extract ALL languages to the .txt file or use command to get specific language.
UPD: Rebuild mode.
Code:
Disgaea6StringTool.exe extract string.dat en

Code:
Disgaea6StringTool.exe rebuild string.dat string_en.txt string_new.dat

Disgaea6StringTool.rar

  • Author
  • Localization

MuslimCyberGames, posted Sat Jul 02, 2022 2:58 pm (72383)


Thank you for helping me and answering me post. I gonna to test it.
  • Author
  • Localization

LinkOFF, posted Sat Jul 02, 2022 3:45 pm (72384)


Tool updated.
  • Author
  • Localization

MuslimCyberGames, posted Sun Jul 03, 2022 1:20 am (72413)


I test and work for the String.dat, but the other dat files with contains a string text, get error.

Like this:
Image

I attach dat files from the database folder.
  • Author
  • Localization

LinkOFF, posted Sun Jul 03, 2022 7:31 am (72420)


MuslimCyberGames wrote:
I test and work for the String.dat, but the other dat files with contains a string text, get error.

Each file has different struct similar to string.dat. I can't make tool for all of them.
  • Author
  • Localization

Terminator2222, posted Mon Jul 04, 2022 1:53 pm (72436)


Check out this tools too: https://github.com/ProgSys/pg_disatools - PG Disatools

It's still in alpha... so...

It has:
- Disa PC File Manager
- Sprite Sheet Editor
- Data Editor

"This tool allows you to edit some .DAT files. The file formats are not hardcoded you can easily edit them or add new formats. You can find the definition files at resources/dataFiles.

Base supported files:

DUNGEON.DAT - Contains all maps, that can appear in the menu of the teleport lady.
HOSPITAL.DAT - Contains the conditions you need to achieve to get the rewards from the hospital.
CHAR_C.DAT - Contains all the characters and their attributes.
CHAR_C - Like CHAR just used unicode strings.
CHAR_K - Like CHAR just used unicode strings.
MUSICSHOP - Contains all the music you can buy.
MAGIC - Contains all the spells and their attributes.
HABIT - Contains job titles and their attributes.
CHARHELP - Contains descriptions of all characters.
"

* TX2 Editor
* Map Viewer
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.