I'm use khpcpatchmanager extract Kingdom Hearts series English localization file but file is .ctd
I need tool to export and import text.
I 'm upload file please help me.
how to edit Kingdom hearts .ctd files?
-
- Posts: 3
- Joined: Fri Dec 16, 2022 3:22 am
Re: how to edit Kingdom hearts .ctd files?
here is ctd file
-
- Posts: 179
- Joined: Tue Jan 18, 2022 12:21 am
Re: how to edit Kingdom hearts .ctd files?
Code: Select all
idstring "@CTD"
GET UNK LONG
GET UNK LONG
GET UNK SHORT
GET ENTRIES SHORT
GET UNK LONGLONG
GOTO 0X24
FOR RIP = 1 TO ENTRIES
GET OFFSET SHORT
GET ZEROS SHORT
GET ID LONG
SAVEPOS TEMP
GET SIZE SHORT
GET ZEROS SHORT
GET ID LONG
XMATH SIZE "(SIZE - OFFSET)"
SLOG "" OFFSET SIZE UNICODE
GOTO TEMP
NEXT RIP
-
- Posts: 3
- Joined: Fri Dec 16, 2022 3:22 am
Re: how to edit Kingdom hearts .ctd files?
Hmm ...... how should I use this;I'm totally rookie,sorry……rabatini wrote:This sould extract your file to a .txtCode: Select all
idstring "@CTD" GET UNK LONG GET UNK LONG GET UNK SHORT GET ENTRIES SHORT GET UNK LONGLONG GOTO 0X24 FOR RIP = 1 TO ENTRIES GET OFFSET SHORT GET ZEROS SHORT GET ID LONG SAVEPOS TEMP GET SIZE SHORT GET ZEROS SHORT GET ID LONG XMATH SIZE "(SIZE - OFFSET)" SLOG "" OFFSET SIZE UNICODE GOTO TEMP NEXT RIP
-
- Posts: 179
- Joined: Tue Jan 18, 2022 12:21 am
Re: how to edit Kingdom hearts .ctd files?
copy this code in a txt file, save, open quickbms and use the txt file withthis code in your file.youaya wrote:Hmm ...... how should I use this;I'm totally rookie,sorry……rabatini wrote:This sould extract your file to a .txtCode: Select all
idstring "@CTD" GET UNK LONG GET UNK LONG GET UNK SHORT GET ENTRIES SHORT GET UNK LONGLONG GOTO 0X24 FOR RIP = 1 TO ENTRIES GET OFFSET SHORT GET ZEROS SHORT GET ID LONG SAVEPOS TEMP GET SIZE SHORT GET ZEROS SHORT GET ID LONG XMATH SIZE "(SIZE - OFFSET)" SLOG "" OFFSET SIZE UNICODE GOTO TEMP NEXT RIP