pkruczynski / pg_disatools

Disgaea PC modding tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unofficial tools for Disgaea PC

Builds

Please make a backup of your files before using this tools!

You can download the latest version of the tools here:

Newest version

Last change log:

===  01.07.2017 - v0.7.9 ===
  * Sprite Sheet Editor v0.3.9 alpha:
	- Fixed several crashes regarding the 'Crop' function
	- Added a function to auto find cutouts on a sprite sheet
		- To use it, just right click on a empty space in a sprite sheet and then select 'Auto find cutouts'

===  24.12.2017 - v0.8.0 ===
  * Sprite Sheet Editor v0.4.0 alpha:
	- Import of color sprite sheets or cutouts has been imporved
		- number of colors can now be automatically reduced
		- the colors of the given image can now be automatically reassigned to the closest color in the color table
		
===  05.04.2019 - v0.8.1 ===
  * General:
	- All tools are now 64bit
	- Updated Qt to 5.12.2
  * Disa PC File Manager v0.5.6 alpha:
	- Fixed bug in openning and saving DATA.DAT
	- Fixed bug in decompressing IMY
	- Added search field
  * TX2 Editor v0.0.3 alpha:
	- You now can convert to FONT (BGRA8888 16 Colors)

Older versions:


paypal

Content

Disa PC File Manager

This gui application allows you to extract and insert files into Disgaea PC .DAT and .MPP files. Note that the position of most files in .DAT are hardcoded, deleting files could break the file order and so the archive itself.

gui image

Sprite Sheet Editor

This gui application allows you to view and perform some basic editing to Disgaea PC sprite sheets. You can export them back to the original game format to view them ingame, but this function is currently not fully tested, so if there are any problems let me know. Also you can export the sprites as .png or .tga and import them back!

gui image

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.

gui image

TX2 Editor

This tool allows you to open, view, convert and export TX2 images.

gui image

Disclaimer && License

This tools are unofficial and they are not perfect and may have errors. I do not work for Nippon Ichi Software, Inc. or NIS America, Inc. .

QT projects

All the QT projects (whith use the Qt Librarys), require the GNU LESSER GENERAL PUBLIC LICENSE. The source code of these projects are located in the folder 'src'

GNU Lesser General Public License (LGPL)

Copyright (C) 2016  ProgSys

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, version 3 of the License.

This program is distributed in the hope that it will be useful,
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with this program.  If not, see http://doc.qt.io/qt-5/lgpl.html
or http://www.gnu.org/licenses/

About

Disgaea PC modding tools

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 87.2%Language:QML 6.4%Language:CMake 5.9%Language:GLSL 0.3%Language:C 0.3%