Nehaust Posted December 16, 2024 Posted December 16, 2024 On 11/11/2024 at 10:56 PM, ken22265 said: Other Kai DLC Files , Need Convert KAI MOD 2.rar 31.44 MB · 89 downloads This mod include chr0000 Van Arkride chr0002 Aaron Wei chr0004 Quatre Salision chr0006 Bergard Zeman chr0120 Swin Abel KAI MOD 3.rar 69.43 MB · 69 downloads This mod include chr0000 Van Arkride chr0002 Aaron Wei chr0004 Quatre Salision chr0006 Bergard Zeman chr0111 Zin Vathek chr0120 Swin Abel chr5001 Agnes Claudel chr5003 Feri Al-Fayed chr5005 Risette Twinings chr5007 Judith Ranster chr5110 Elaine Auclair chr5112 Fie Claussell chr5113 Rixia Mao chr5114 Renne Bright chr5117 Shizuna Rem Misurugi chr5119 Nadia Rayne KAI MOD 4.rar 28.59 MB · 33 downloads This mod include chr5117_c70 Shizuna Rem Misurugi chr0306_c04 Rion Balthazar chr5302_c04 Celis Ortesia chr5302_c73 Rion Balthazar chr5302_c73 Celis Ortesia Thank you very much for sharing these files. But how to make them works?
castlevenia Posted January 1, 2025 Posted January 1, 2025 is there any variation about female race queen outfits
fakecheng Posted January 19, 2025 Author Posted January 19, 2025 Thread for Kai no Kiseki(CLE) modding discuss. 2
pangary Posted February 15, 2025 Posted February 15, 2025 Is it possible to transfer DLC from CLE to nisa so that we can use back the same save file?
amorrow28 Posted February 15, 2025 Posted February 15, 2025 10 minutes ago, pangary said: Is it possible to transfer DLC from CLE to nisa so that we can use back the same save file? I wrote a cheat engine table for this, it is over at the NISA Daybreak 2 thread, available here. Be sure to unequip all costumes and accessories in CLE before saving. If you have any missing DLC equipped, it will lock the costume slot.
vevencu Posted April 19, 2025 Posted April 19, 2025 On 1/27/2023 at 3:56 PM, amorrow28 said: Here is a cheat table for Kuro no Kiseki 2 that lets you override purchases - buy anything you want for the price of a tear balm! Kuro 2 Purchase Override Chinese 1.15.zip - for 1.15 Kuro 2 Purchase Override Chinese.CT - for 1.14 Instructions on how to use are over at the Kuro no Kiseki thread. As you can see above, I purchased meatball pasta from the shopkeeper, and got Elaine's swimsuit instead. NOTE: Turn off the cheat after purchasing. The game engine uses the same instruction to buy items and unequip items! (Actually you can use this cheat to get items by unequipping if you are not near a store but of course you will lose what you unequip.) Special thanks to the creators of KuroTools, which I used to get all the item IDs. Enjoy! Thanks for your help! Do you also have English version? It is difficult for me since I cannot speak Chinese..
noaslajuj Posted November 30, 2025 Posted November 30, 2025 sexy&nude_mod V2.0 is no longer working. Could someone please share it? Thank you very much.
AyakaAya Posted February 2 Posted February 2 On 11/29/2025 at 11:59 PM, noaslajuj said: sexy&nude_mod V2.0 is no longer working. Could someone please share it? Thank you very much. I've been looking for this one too.
darek1119 Posted March 7 Posted March 7 On 10/14/2024 at 12:00 AM, amorrow28 said: Thanks to @ken22265, we have the original files for the PS4-exclusive costumes from Kai no Kiseki! UPLOAD REPLACED 10/24/24! Changelog below. Kai_Bunnies_Kuro2_v1.2.7z 67.16 MB · 628 downloads To use, just copy the files into your Kuro 2 directory. The items will be available for purchase from Gin's shop in old town. Both Korean and Chinese language t_shop.tbl files are included. NOTE: Starting with Daybreak, Falcom no longer has a modular DLC system, so without making your own custom tables, you can only use one DLC P3A at a time! Please see here how to combine the tables of 2 or more DLCs using the .kurodlc.json file included in this mod - you must use the original kurodlc_make_tbls.py and not kurodlc_make_zzz_tbls.py, which is only for NISA Daybreak! It is an intimidating process at first, but will become very easy once you do it once or twice. (If you are going to make your own CLE K2 tables, be sure first compress them then encrypt them.) Hide contents Changelog: NOTE: The model and texture files were intact, but the physics files were encrypted/compressed in a way I haven't seen before, and I was unable to decode the files. I managed to get these costumes to function by using parameters from different costumes, but there may be issues. If you experience crashes using these costumes, please report back. ALSO NOTE: These files took hours of work to get into this game, and are no longer compatible with Kai no Kiseki. BUT if CLE or NISA releases these costumes with Kai no Kiseki for PC in a format that allows for backporting, I will remove this upload to prevent forward-porting to Kai no Kiseki PC. You have been warned, save a copy now! Oh my god! I can't believe I almost miss this awesome mod. Thank you so much amorrow28, I'd like to relive Kuro no kiseki 2~ 1
fhkEEE Posted May 18 Posted May 18 I have a question regarding the CLE version of Kuro no Kiseki 2. If I plan to apply two sets of mods to the game simultaneously, for example, Amorrow28’s PS4-exclusive costumes and Kai no Kiseki PS4-exclusive costumes, what I want to do is merge the two sets of tables together, so I need to use kurodlc_make_tbls.py. However, it requires the original t_costume.tbl, t_dlc.tbl, t_item.tbl, and optionally t_shop.tbl. These .tbl files are supposed to be extracted from script_en.p3a or script.p3a using kurodlc_extract_original_tbls.py. Is my understanding correct? The problem is that the CLE version doesn’t have .p3a files. So I took t_costume.tbl from \f\table\, t_dlc.tbl, t_item.tbl, and t_shop.tbl from \tc\f\table\ (I’m not sure if I also need to handle the .tbl files in the kr folder), along with PS4_restoration.kurodlc.json and Kai_Bunnies_Kuro2.kurodlc.json, and ran them through kurodlc_make_tbls.py. The result was the message: "Validation of CostumeParam in Kai_Bunnies_Kuro2.kurodlc.json failed, schema not found! (tbl file is missing)" (If I try to process only PS4_restoration.kurodlc.json, the error changes to: "Validation of CostumeParam in PS4_restoration.kurodlc.json failed, schema not found! (tbl file is missing)"). Where am I likely going wrong? Could anyone teach me and provide detailed steps for the CLE version? For example, I also don’t understand when to use kuro_cle_compress.py and kuro_cle_encrypt.py. Thank you very much!
amorrow28 Posted May 18 Posted May 18 6 hours ago, fhkEEE said: I have a question regarding the CLE version of Kuro no Kiseki 2. If I plan to apply two sets of mods to the game simultaneously, for example, Amorrow28’s PS4-exclusive costumes and Kai no Kiseki PS4-exclusive costumes, what I want to do is merge the two sets of tables together, so I need to use kurodlc_make_tbls.py. However, it requires the original t_costume.tbl, t_dlc.tbl, t_item.tbl, and optionally t_shop.tbl. These .tbl files are supposed to be extracted from script_en.p3a or script.p3a using kurodlc_extract_original_tbls.py. Is my understanding correct? The problem is that the CLE version doesn’t have .p3a files. So I took t_costume.tbl from \f\table\, t_dlc.tbl, t_item.tbl, and t_shop.tbl from \tc\f\table\ (I’m not sure if I also need to handle the .tbl files in the kr folder), along with PS4_restoration.kurodlc.json and Kai_Bunnies_Kuro2.kurodlc.json, and ran them through kurodlc_make_tbls.py. The result was the message: "Validation of CostumeParam in Kai_Bunnies_Kuro2.kurodlc.json failed, schema not found! (tbl file is missing)" (If I try to process only PS4_restoration.kurodlc.json, the error changes to: "Validation of CostumeParam in PS4_restoration.kurodlc.json failed, schema not found! (tbl file is missing)"). Where am I likely going wrong? Could anyone teach me and provide detailed steps for the CLE version? For example, I also don’t understand when to use kuro_cle_compress.py and kuro_cle_encrypt.py. Thank you very much! The CLE tables are encrypted. Run cle_decrypt_decompress.py first on the .tbl files, then insert the dlc. When you are done, use cle_compress.py to encrypt them again.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now