If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!
Suikoden Tierkreis
Jump to navigation
Jump to search
Cleanup > To do
Games > Games by content > Games with uncompiled source code
Games > Games by content > Games with unused graphics
Games > Games by developer > Games developed by Konami
Games > Games by platform > Nintendo DS games
Games > Games by publisher > Games published by Konami
Games > Games by release date > Games released in 2008
Games > Games by release date > Games released in December
Games > Games by release date > Games released in December > Games released on December 18
Games > Games by series > Suikoden series
Suikoden Tierkreis |
---|
Also known as: Gensō Suikoden Tierkreis (JP) This game has uncompiled source code. |
Graphics
To do: There are some other test graphics, but at first glance don't form anything comprehensible--figure them out! |
rom/field/bgm.bin has a test graphic called test00:
There is also a debug font in the font directory.
Source Code and Scripts
To do: In rom/wad.bin there is another header file, waza.h, but it seems to be corrupted--can it be cleaned up/formatted in a way that it can be posted? |
In the misc directory, there are two scripts that seem to have been used to pack some of the bins in the rom directory. There are two versions of each.
00do.bat | 00do.bat~ |
---|---|
@echo off rem misc ディレクトリは雑多な素材の格納に使います。 T:\data\program\tools\dtarc.exe 01misc.dal -h arc_misc.h -c -o ..\rom\misc.bin |
@echo off rem misc ディレクトリは雑多な素材の格納に使います。 T:\data\program\tools\dtarc.exe 01misc.dal -h gm_arc_misc.h -c -o ..\rom\misc.bin |
01misc.dal | 01misc.dal~ |
---|---|
DIRECTORY build_data\misc FILE logo.gtd FILE vxlogo.gtd FILE title.gtd FILE shop07.gtd FILE license.gtd |
DIRECTORY build_data\misc FILE logo.gtd FILE vxlogo.gtd FILE title.gtd FILE shop07.gtd |
While the gm_arc_misc.h referenced in the deleted/old scripts is gone, the arc_misc.h header file remains.
#ifndef DTARC_HEADER_ARC_MISC #define DTARC_HEADER_ARC_MISC // T:/data/program/build_data/misc/logo.gtd #define AID_LOGO_GTD 0 // T:/data/program/build_data/misc/vxlogo.gtd #define AID_VXLOGO_GTD 1 // T:/data/program/build_data/misc/title.gtd #define AID_TITLE_GTD 2 // T:/data/program/build_data/misc/shop07.gtd #define AID_SHOP07_GTD 3 // T:/data/program/build_data/misc/license.gtd #define AID_LICENSE_GTD 4 #endif
References
Suikoden series
| |
---|---|
PlayStation | Suikoden • Suikoden II |
PlayStation 2 | Suikoden Tactics • Suikoden V |
PlayStation Portable | Genso Suikoden: Tsumugareshi Hyakunen no Toki |
Nintendo DS | Suikoden Tierkreis |
Cleanup > To do
Games > Games by content > Games with uncompiled source code
Games > Games by content > Games with unused graphics
Games > Games by developer > Games developed by Konami
Games > Games by platform > Nintendo DS games
Games > Games by publisher > Games published by Konami
Games > Games by release date > Games released in 2008
Games > Games by release date > Games released in December
Games > Games by release date > Games released in December > Games released on December 18
Games > Games by series > Suikoden series