Skip to content

Table file

ProgSys edited this page Jun 27, 2017 · 7 revisions

There are many different .DAT files, but table .DAT files, surprise, contain a table with various informations, like a exel table. This can be stats and attributes of characters and skills or even menu items, like the teleport destinations of the portal lady.

Many of these files you can open via the Data Editor. The Data Editor uses a simple scripting language to define these files, so you can easly edit them or add support for new table files.

Many of these files has been dumped into google docs tables for easy viewing:

https://docs.google.com/spreadsheets/d/1QuShaZsuQe1cRybufzAFD97f6xQ0JlLXDIvsynusxZc/edit#gid=1583258536

Format

Here is a write up of the formats of same of the table files. For the other files you can just read the definition files of the Data Editor lacated at resources/dataFiles.

  • DUNGEON.DAT - Contains all maps, that can appear in the menu of the teleport lady. You can change this file to access unused maps or add new maps (You can create new maps by using the PS DevMode).
  • 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.

table

Clone this wiki locally