Skip to content

Gundorada-Workshop/DarkCloud-Toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

DarkCloud-Toolkit

image1


Toolkit v1.00

Assembled by Dayuppy - 05.15.2020

Toolkit Download: 

https://github.com/Gundorada-Workshop/DarkCloud-Toolkit/releases/download/Releases/DarkCloud_Toolkit.zip

Overview

This document aims to cover the tools and resources available for modding Dark Cloud as well as provide manual techniques for which no tool is yet available.

Goals

  1. Consolidate all the information regarding modifying Dark Cloud into one place.
  2. Include a copy of all known publicly available tools available for modding Dark Cloud into one kit.

Milestones - TODO

  1. Custom tools for repacking

Create tools for repacking files without patching them in by manual hex editing.

  1. Easy Patch Creator

Make a utility to patch an ISO for distributing mods without the end user needing the entire toolkit to rebuild the ISO.

Table of Contents

Overview        0

Goals        0

Milestones - TODO        0

Custom tools for repacking        0

Easy Patch Creator        0

Table of Contents        1

Included Tools:        2

Initial Setup        3

Modifying the Files        4

Editing the .TM2s        5

File Formats        6

Dark Cloud Communities        7


Included Tools:

7Zip

BATCH Scripts - Dayuppy

dcmds - 悠里マヤ (Yuri Maya)

Deswizzle - Kojin

Generic Header Creator

HxD

ImgBurn

Imextract - Kojin

LightCloud - Xeeynamo

MES_Decrypt - MrManifold / Dayuppy

Noesis

Pakextract -  Kojin

PCSX2 1.6.0 RC

PSF2Kit

PSound

QuickBMS

QuickBMS Scripts - Dayuppy, aluigi, others

Rainbow

SageThumbs

TextER

TM2 Photoshop Plug-in

Video GameSound Converter

WhiteCloud - Xeeynamo

XMPlay

XMPlay PSF2 Plug-in

XNView


Initial Setup

Create a new folder somewhere.

Extract the contents of DarkCloud_Toolkit.zip into the root directory of the new folder.

Place your Dark Cloud ISO into the ISOS folder. Rename the ISO to “DarkCloud.iso”. Run UNPACK_ORIG.BAT and enter y to create the new directory for the first time.

Place your PS2 BIOS dump into Tools\PCSX2 1.6.0 RC\bios .

Enter to close the window once extraction is completed.

Run the BUILD.BAT and then PLAY.BAT to verify that you are able to repack the files and launch the game.  

NOTE: PCSX2 may need to be launched at least once outside of PLAY.BAT in order to set the configs.

TODO: Make a video demonstrating initial setup.


Modifying the Files

After running UNPACK_ORIG.BAT for the first time, it will have created four new directories.  

When you modify the files within the extracted .chr, .img, .pac or .pak files etc., you will need to manually insert the binary data by hex editing before repacking until tools can be made to do this automatically.


Editing the .TM2s

Open Tools\rainbow_win32_bin_1.2.1-3\Rainbow.App.exe.

File > Open > DarkCloud_MOD_DAT\img_1

Choose MT01 - MT301.tm2 and open.

File > Export > Save

Navigate to DarkCloud_MOD_DAT\img_1 and open the .png copy of the file you just exported. You may then modify the file. Ensure that you do not enlarge the image or else it will fail to be injected back into the game's .DAT when we go to repack.

File > Import > .xml of the file you just modified.

File > Save as the original .tm2 name, overwriting the original.

Run the BUILD.BAT and then PLAY.BAT, check to see if the texture loaded successfully.

If it does not, copy the original .tm2 from DarkCloud_ORIG_DAT and place it back into your DarkCloud_MOD_DAT. Copy the DATA.DAT from DarkCloud_ORIG into DarkCloud_MOD. Run BUILD.BAT and PLAY.BAT again.

Go back and try a different image editor with the same process.


File Formats

.DAT - Game Archive

.HD2

.HED

.BIN

.11 - ELF Executable

.IMG - Image Archive

.EDT

.INI

.STB

.TXT

.CHR - Character Archive - MDS & TM2

.PAK

.PAC

.MDS - Model Format

.TM2 - Image Format

.MOT - Animation Data ?

.WGT

.BBP

.MES - Localization & Strings

.SCN - Scene Archive - MDS & TM2

.OLD

.SCR

.PIM

.MPK

.MPD

.SND - Sound Archive

.PK3

.IPK

.PKG


Dark Cloud Communities

https://www.reddit.com/r/DarkCloud/

https://discord.gg/PNXqAZ5 - r/DarkCloud discord

https://discord.gg/3QqYyEWjYD - DC1 Resource Server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published