Page 1 of 1

[P5] Modding .ctd files

Posted: Wed Aug 26, 2020 5:13 am
by Zelkin
I'm trying to modify the confident abilities. There seems to be a mod which does something similar (made by LillianGoulston):
https://cdn.discordapp.com/attachments/ ... takill.zip
Looking at the files, it looks like the modified script is packed in a .ctd file. I couldn't find any tool to open/edit it and the author does not answer to messages.
Someone has an idea how to mod this kind of files ?

Re: [P5] Modding .ctd files

Posted: Wed Aug 26, 2020 6:39 pm
by zettonaender
Taking a look at the ctd file in 010 editor reveals that it is an ftd file

Image

The 010 editor template by TGE, LillianGoulston here https://github.com/TGEnigma/010-Editor- ... master.zip
contains the ftd template that you can use to open the file but it contains some syntax error.

You can correct it yourself or replace the p5_enums_ftd.bt by the one I uploaded here https://drive.google.com/file/d/1IB03A5 ... sp=sharing

Open the file with 010 editor and run template p5_ftd.bt. Then you can use edit as Tagged to edit it easily.

Image

Cheers.

Re: [P5] Modding .ctd files

Posted: Thu Aug 27, 2020 6:17 am
by Zelkin
Thanks, worked perfectly.
Your modified p5_enums_ftd.bt has an error, first line should be "enum<short> FtdListType"