Jump to content

KURO NO KISEKI 2 mod


fakecheng

Recommended Posts

Posted
1 hour ago, fateli said:

@amorrow28  I have a question about 3dmigoto,What is the difference between vs value and ps value in 3dmigoto?

 

Vertex shader and pixel shader.  You can read about them here, each is a small program that performs a task.  The vertex shader composes the scene, moving vertices into place by posing and animating models.  The pixel shader colors the scene, drawing and shading all the polygons.

 

For what I teach in my tutorials, none of this matters.  We are only using the shaders as signposts - when 3DMigoto encounters a shader that we identify, it uses that shader to look for meshes and textures to replace.  You can do this at the vertex shader step or the pixel shader step and there is no difference, because 3DMigoto replaces the asset before the draw call is issued.  If you want to change shader parameters (for example when you were trying to change alpha blending), then you will need to provide the override to the correct shader.  That is beyond the limits of my knowledge, however.

Posted (edited)

  ----------Kuro no Kiseki 2 Lucrezia Underwear Mod----------

K2LucreziaUDWcover.thumb.png.76b71020ac354374ecd1d19bd5270f47.png

(Screenshot take with this Free Camera script.Lucrezia in the screenshot is not actually her.I swap Risette to her so I can take preview screenshot,that's why she is holding Risette's weapon)

 

Most of the Lucrezia's costumes are replaced with custom textures underwear.

Preview:

Spoiler

K2LucreziaUDWpreview.png.2ae6956a2f59f851dfa7a9ee8804fa82.png

 

 

Costumes name:

Spoiler

I didn't play English translate in Kuro 1 before so the English name might be wrong.

chr5118        = Default costume(服裝)

chr5118_c01 = Kimono(和服)

 

If you don't want all the costumes,simple delete the mdl files you don't want in c/asset/common/model before you install the mod.

If you want to use the model on other costume,for example you want her to wear kimono by default,you can:

(Mod folder)Rename chr5118_c01.mdl to chr5118.mdl in c/asset/common/model and

(Game folder)Rename chr5118_c01.mi to chr5118.mi in  f/asset/common/model_info

 

 

Underwear textures name:

Spoiler

All costumes use the same underwear textures:

"LucreziaUDW_chr5001_c55_03_a" "LucreziaUDW_chr5001_c55_03_n"

 

Lucrezia only has one type of underwear texture,but you can use the underwear textures from my other Kuro 2 UDW mod.If you want to use the underwear textures from other characters,simple rename the dds files in c/asset/dx11/image.

For example,if you want to use Elaine's wedding dress underwear texture on Lucrezia's costumes,rename

"ElaineUDW_chr5001_c55_03_a_wedding" to "LucreziaUDW_chr5001_c55_03_a"

and

"ElaineUDW_chr5001_c55_03_n_wedding" to "LucreziaUDW_chr5001_c55_03_n"

 

----------Download----------

K2LucreziaUDW.rar

or

Underwear Mod All-In-One v1.1

 

Installation:

place "c" folder to your game install location and replace the files.

Backup your files before install mod incase something go wrong.If you plan to install much mod that make in MDL format,I suggest you to backup the whole model folder in c/asset/common and whole model_info folder in f\asset\common.

 

Report to me if you find any issues.

 

Uninstall:

Restore your backup and delete every dds contain "LucreziaUDW" in c/asset/dx11/image.

 

 

----------My Kiseki mods list----------

 

Kuro no Kiseki:

Underwear Kilika replace Van

Underwear Mod

Renna Grim Kitty Mod(Kuro 1)

 

Kuro no Kiseki 2:

Underwear Kilika replace Van

Z-1 Queen Type B Panties Removal

Z-1 Queen Type A Chest X Removal

Underwear Mod All-In-One v1.1

Renna Grim Kitty Mod(Kuro 2)

 

Trails of Cold Steel 3:

Juna Underwear Mod

 

Trails of Cold Steel 4:

Juna Underwear Mod

 

Hajimari no Kiseki:

Juna Underwear Mod

 

 

Edited by fakecheng
Posted

Excuse me, I want to ask a question about weight.

395169689_QQ20230208195008.jpg.d1a110f72d4198d8bc06dff6d99f6c0e.jpg

As shown in the figure above, my mod weight has a very obvious error.But I checked each vertex group and confirmed that the order of vertex group names and the corresponding weights were all right.

508319401_QQ20230208195119.png.90e3d568cfb995c09cf676d8d56f4a2b.png

For example, my mod's right hand weight looks like zero. However, in blender, it is weighted, and it is consistent with the weight of the original model, as is the vertex group. But the performance in the game is wrong.I have also tried to use all the normalization functions in blender, but they are still invalid.987538280_QQ20230208195116.png.82af8a23829e955d386f41322d901b62.png1024354668_QQ20230208195113.png.b19c8a85e7305971397495135f329c16.png

 

Posted (edited)
1 hour ago, 1134446049 said:

Excuse me, I want to ask a question about weight.

 

As shown in the figure above, my mod weight has a very obvious error.But I checked each vertex group and confirmed that the order of vertex group names and the corresponding weights were all right.

 

For example, my mod's right hand weight looks like zero. However, in blender, it is weighted, and it is consistent with the weight of the original model, as is the vertex group. But the performance in the game is wrong.I have also tried to use all the normalization functions in blender, but they are still invalid.

 

Did you merge the new mesh into the original mesh?For example,copy one of the Van mesh,delete everything inside that mesh.In Object mode,select Rean mesh,then select Van mesh you just copied and press Ctrl + J to merge your Rean mesh into Van mesh.

Edited by fakecheng
Posted (edited)

  ----------Kuro no Kiseki 2 Jolda/Naje/Paulette/Odette Underwear Mod----------

Snpc1cover.thumb.png.77d63839ffbf135b1cddbef294a6a68b.png

(Screenshot take with this Free Camera script.)

 

Most of the costumes are replaced with custom textures underwear.

Preview:

Spoiler

Snpc1preview1.png.b14efbe4000f57c130c87db511738436.png

Snpc2preview2.thumb.png.591ac53f4b081da7b25da6d61f06a5f9.png

 

 

Characters MDL name:

Spoiler

Jolda:

chr5120

chr5120_c00

 

Naje:

chr5300

 

Paulette:

chr5310

chr5310_c00

 

Odette:

chr5312

chr5312_c12

 

Check this tutorial if you want to use the model on other characters.

 

 

Underwear textures name:

Spoiler

Jolda:

"JoldaUDW_chr5003_c55_03" "JoldaUDW_chr5003_c55_03_n" "JoldaUDW_chr5003_c55_03_q"

 

Naje:

"NajeUDW_chr5001_c55_03_a" "NajeUDW_chr5001_c55_03_n" "NajeUDW_chr5001_c55_03_q"

 

Paulette:

"PauletteUDW_chr5001_c55_03_a" PauletteUDW_chr5001_c55_03_n" "PauletteUDW_chr5001_c55_03_q"

 

Odette:

"OdetteUDW_chr5001_c55_03_a" "OdetteUDW_chr5001_c55_03_n" "OdetteUDW_chr5001_c55_03_q"

 

If you want to use the underwear textures from other characters,simple rename the dds files in c/asset/dx11/image.

For example,if you want to use Elaine's wedding dress underwear texture on Odette's costumes,rename

"ElaineUDW_chr5001_c55_03_a_wedding" to "OdetteUDW_chr5001_c55_03_a"

and

"ElaineUDW_chr5001_c55_03_n_wedding" to "OdetteUDW_chr5001_c55_03_n"

(Jolda underwear texture can swap with Feri only)

 

----------Download----------

K2Snpc1UDW.rar

or

Underwear Mod All-In-One v1.1

 

Installation:

place "c" folder to your game install location and replace the files.

Backup your files before install mod incase something go wrong.If you plan to install much mod that make in MDL format,I suggest you to backup the whole model folder in c/asset/common and whole model_info folder in f\asset\common.

 

Report to me if you find any issues.

 

Uninstall:

Restore your backup and delete every dds contain "JoldaUDW" "NajeUDW" "PauletteUDW" and "OdetteUDW" in c/asset/dx11/image.

 

 

----------My Kiseki mods list----------

 

Kuro no Kiseki:

Underwear Kilika replace Van

Underwear Mod

Renna Grim Kitty Mod(Kuro 1)

 

Kuro no Kiseki 2:

Underwear Kilika replace Van

Z-1 Queen Type B Panties Removal

Z-1 Queen Type A Chest X Removal

Underwear Mod All-In-One v1.1

Renna Grim Kitty Mod(Kuro 2)

 

Trails of Cold Steel 3:

Juna Underwear Mod

 

Trails of Cold Steel 4:

Juna Underwear Mod

 

Hajimari no Kiseki:

Juna Underwear Mod

 

 

Edited by fakecheng
Posted
11 hours ago, fakecheng said:

你有没有把新的网格合并到原来的网格中?例如,复制一个Van网格,删除那个网格里面的所有东西。在对象模式下,选择Rean网格,然后选择刚刚复制的Van网格,然后按Ctrl + J合并你的Rean 网变成 Van 网。

Do I have to copy a van grid to do this? My steps are as follows: after importing van's model, I merged van's mesh into one. Then, I import the model of rean and adjust the vertex groups and weights. Finally, I merged the meshes of rean and van, deleted the meshes of van, and then exported the meshes of van replaced with rean.

Am I wrong in doing this?

Posted
5 hours ago, 1134446049 said:

Do I have to copy a van grid to do this? My steps are as follows: after importing van's model, I merged van's mesh into one. Then, I import the model of rean and adjust the vertex groups and weights. Finally, I merged the meshes of rean and van, deleted the meshes of van, and then exported the meshes of van replaced with rean.

Am I wrong in doing this?

These steps don't seem to have any issues for me.If it doesn't work then it's beyond my knowledge.Try asking in the discord Kiseki Modding Server,there will be more people who can help you.

Posted
7 hours ago, 1134446049 said:

Do I have to copy a van grid to do this? My steps are as follows: after importing van's model, I merged van's mesh into one. Then, I import the model of rean and adjust the vertex groups and weights. Finally, I merged the meshes of rean and van, deleted the meshes of van, and then exported the meshes of van replaced with rean.

Am I wrong in doing this?


I am not an expert, but two things come to mind.

 

1. You cannot merge all of van into one mesh. Every model has at least three different meshes, each with submeshes. You can merge the submeshes but not the meshes themselves because they have different bone palettes. If you use my tool, the meshes have different names, submeshes have the same name but different numbers. If you use 3dmigoto, you will not know immediately which meshes can be merged (but it can be inferred, before my tool we learned to guess.)

 

2. You say you merge the two meshes, but the order of merging matters. You must merge Rean into Van, you cannot merge Van into Rean. You will know you did it in the correct order if the name of the final mesh is Van, not Rean.

 

I have never tried to do whole character replacements, that is very complicated because of the multiple bone palettes you must keep track of. Maybe ask @fateli? They did two character replacements already.

Posted (edited)

  ----------Kuro no Kiseki 2 Marielle/Hal/Nina/Ashen Underwear Mod----------

K2Snpc2cover.thumb.png.e7bd9f6c791b76fde6f59d83d81c8460.png

(Screenshot take with this Free Camera script.)

 

Most of the costumes are replaced with custom textures underwear.

Preview:

Spoiler

 

K2Snpc2preview1.thumb.png.fccebd1e3686c2846b3269bf3a53c513.pngK2Snpc2preview2.thumb.png.c019ac0c6f37615f9a30b8b648e6846a.pngK2Snpc2preview3.png.7884277287091a9ca21c7fe5cd6824e8.png

 

 

Characters MDL name:

Spoiler

Marielle:

chr5313

chr5313_c00

chr5313_c01

chr5313_c02

 

Hal:

chr5314

 

Nina:

chr5315

chr5315_c03

chr5315_c04

chr5315_c05

 

Ashen:

chr5316

 

Check this tutorial if you want to use the model on other characters.

 

 

Underwear textures name:

Spoiler

Marielle:

"MarielleUDW_chr5001_c55_03_a" "MarielleUDW_chr5001_c55_03_n" "MarielleUDW_chr5001_c55_03_q"

 

Hal:

"HalUDW_chr5001_c55_03_a" "HalUDW_chr5001_c55_03_n" "HalUDW_chr5001_c55_03_q"

 

Nina:

"NinaUDW_chr5315_c01_03_a" NinaUDW_chr5315_c01_03_n" "NinaUDW_chr5315_c01_03_q"

 

Ashen:

"AshenUDW_chr5001_c55_03_a" "AshenUDW_chr5001_c55_03_n" "AshenUDW_chr5001_c55_03_q"

 

If you want to use the underwear textures from other UDW mod characters,simple rename the dds files in c/asset/dx11/image.

For example,if you want to use Elaine's wedding dress underwear texture on Marielle's costumes,rename

"ElaineUDW_chr5001_c55_03_a_wedding" to "MarielleUDW_chr5001_c55_03_a"

and

"ElaineUDW_chr5001_c55_03_n_wedding" to "MarielleUDW_chr5001_c55_03_n"

(Nina can't swap underwear texture due to different underwear model)

 

----------Download----------

K2Snpc2UDW.rar

or

Underwear Mod All-In-One v1.1

 

Installation:

place "c" folder to your game install location and replace the files.

Backup your files before install mod incase something go wrong.If you plan to install much mod that make in MDL format,I suggest you to backup the whole model folder in c/asset/common and whole model_info folder in f\asset\common.

 

Report to me if you find any issues.

 

Uninstall:

Restore your backup and delete every dds contain "MarielleUDW" "HalUDW" "NinaUDW" and "AshenUDW" in c/asset/dx11/image.

 

 

----------My Kiseki mods list----------

 

Kuro no Kiseki:

Underwear Kilika replace Van

Underwear Mod

Renna Grim Kitty Mod(Kuro 1)

 

Kuro no Kiseki 2:

Underwear Kilika replace Van

Z-1 Queen Type B Panties Removal

Z-1 Queen Type A Chest X Removal

Underwear Mod All-In-One v1.1

Renna Grim Kitty Mod(Kuro 2)

 

Trails of Cold Steel 3:

Juna Underwear Mod

 

Trails of Cold Steel 4:

Juna Underwear Mod

 

Hajimari no Kiseki:

Juna Underwear Mod

 

 

Edited by fakecheng
Posted
17 hours ago, amorrow28 said:


我不是专家,但我想到了两件事。

 

1.您不能将所有货车合并到一个网格中。每个模型至少有三个不同的网格,每个网格都有子网格。您可以合并子网格但不能合并网格本身,因为它们具有不同的骨骼调色板。如果您使用我的工具,网格具有不同的名称,子网格具有相同的名称但编号不同。如果你使用 3dmigoto,你不会立即知道哪些网格可以合并(但可以推断,在我的工具之前我们学会了猜测。)

 

2. 你说你合并了两个网格,但合并的顺序很重要。你必须将 Rean 合并到 Van 中,你不能将 Van 合并到 Rean 中。如果最终网格的名称是 Van,而不是 Rean,您就会知道您以正确的顺序完成了它。

 

我从未尝试过替换整个角色,这非常复杂,因为您必须跟踪多个骨骼调色板。也许问@fateli他们已经做了两个字符替换。

Thank you for your help. I have made my first mod. I want to try something else in the future.07767B6D-F4BD-4B07-8C5C-213C9D906EBA.png.f8619511d63efaddd35fabe5ba45ea2b.png

 

However, I still have a problem. For example, the white part of van's eyes cannot be hidden. It covers part of the eye of rean.I used F12 and keypad 7 and 8 to search for a long time, but I didn't find the white hash.56B02823-83E8-4DA0-8F90-4262058C9E88.png.cf1007108628c6b6d774cbda94c018e6.png

How to hide the white part of the eye?

 

Posted
15 hours ago, 1134446049 said:

Thank you for your help. I have made my first mod. I want to try something else in the future.07767B6D-F4BD-4B07-8C5C-213C9D906EBA.png.f8619511d63efaddd35fabe5ba45ea2b.png

 

However, I still have a problem. For example, the white part of van's eyes cannot be hidden. It covers part of the eye of rean.I used F12 and keypad 7 and 8 to search for a long time, but I didn't find the white hash.56B02823-83E8-4DA0-8F90-4262058C9E88.png.cf1007108628c6b6d774cbda94c018e6.png

How to hide the white part of the eye?

 

 

Sorry, I do not know the answer.  But you can try looking by VB instead of IB (use / and * instead of 7 and 8), or look by shader (4 and 5 for vertex shader, 1 and 2 for pixel shader).

Posted (edited)

  --------Kuro no Kiseki 2 Sarah/Shahina/Esmeray/Kaela/Kilika Underwear Mod--------

K2Snpc3cover.thumb.png.af4b8c1fd7b98c28b45434aec306173c.pngK2Snpc3cover2.thumb.png.3449be3fae13a4f9945ec0ec037471d7.png

(Screenshot take with this Free Camera script.)

 

Most of the costumes are replaced with custom textures underwear.

Preview:

Spoiler

K2Snpc3preview1.png.3c3dc549457e67ce4e8ac86d5fb593a4.pngK2Snpc3preview2.png.71af6feca321833733df20b503563177.pngK2Snpc3preview3.png.7fa9de1ac713036fe569499cd04b6b8a.png

 

 

 

Characters MDL name:

Spoiler

Sarah:

chr5317_c00

 

Shahina:

chr5318_c00

 

Esmeray:

chr5319

chr5319_c00

 

Kaela:

chr5320

 

Kilika:

chr5322

 

Check this tutorial if you want to use the model on other characters.

 

 

Underwear textures name:

Spoiler

Sarah:

"SarahUDW_chr5001_c55_03_a" "SarahUDW_chr5001_c55_03_n" "SarahUDW_chr5001_c55_03_q"

 

Shahina:

"ShahinaUDW_chr5315_c01_03_a" "ShahinaUDW_chr5315_c01_03_n" "ShahinaUDW_chr5315_c01_03_q"

 

Esmeray:

"EsmerayUDW_chr5001_c55_03_a" "EsmerayUDW_chr5001_c55_03_n" "EsmerayUDW_chr5001_c55_03_q"

 

Kaela:

"KaelaUDW_chr5001_c55_03_a" "KaelaUDW_chr5001_c55_03_n "KaelaUDW_chr5001_c55_03_q"

 

Kilika:

"KilikaUDW_chr5001_c55_03_a" "KilikaUDW_chr5001_c55_03_n" "KilikaUDW_chr5001_c55_03_q"

 

If you want to use the underwear textures from other UDW mod characters,simple rename the dds files in c/asset/dx11/image.

For example,if you want to use Elaine's wedding dress underwear texture on Sarah's costumes,rename

"ElaineUDW_chr5001_c55_03_a_wedding" to "SarahUDW_chr5001_c55_03_a"

and

"ElaineUDW_chr5001_c55_03_n_wedding" to "SarahUDW_chr5001_c55_03_n"

(Shahina can swap with Nina only due to the underwear model type.)

 

----------Download----------

K2Snpc3UDW.rar

or

Underwear Mod All-In-One v1.1

 

Installation:

place "c" folder to your game install location and replace the files.

Backup your files before install mod incase something go wrong.If you plan to install much mod that make in MDL format,I suggest you to backup the whole model folder in c/asset/common and whole model_info folder in f\asset\common.

 

Report to me if you find any issues.

 

Uninstall:

Restore your backup and delete every dds contain "SarahUDW" "ShahinaUDW" "EsmerayUDW" "KaelaUDW" and "KilikaUDW" in c/asset/dx11/image.

 

 

----------My Kiseki mods list----------

 

Kuro no Kiseki:

Underwear Kilika replace Van

Underwear Mod

Renna Grim Kitty Mod(Kuro 1)

 

Kuro no Kiseki 2:

Underwear Kilika replace Van

Z-1 Queen Type B Panties Removal

Z-1 Queen Type A Chest X Removal

Underwear Mod All-In-One v1.1

Renna Grim Kitty Mod(Kuro 2)

 

Trails of Cold Steel 3:

Juna Underwear Mod

 

Trails of Cold Steel 4:

Juna Underwear Mod

 

Hajimari no Kiseki:

Juna Underwear Mod

 

 

Edited by fakecheng
Posted (edited)

--------Kuro no Kiseki 2 Rosalie/Zita/Mirabel/Towa/Hermes Underwear Mod--------

K2Snp4cover1.thumb.png.d11ab21465233c796893fda953840111.pngK2Snp4cover2.thumb.png.9aa20d3f5ede69ffcf60a031019c0fae.png

(Screenshot take with this Free Camera script.)

 

Most of the costumes are replaced with custom textures underwear.

Preview:

Spoiler

K2Snp4preview1.png.27a45468ab34146e8bb251ce98479d65.pngK2Snp4preview2.png.e4f13233be4e699ea3f19af6b3db50b4.pngK2Snp4preview3.png.960c5bb8cf9b03e3a814d6db4e478850.png

 

 

 

Characters MDL name:

Spoiler

Rosalie:

chr5323

 

Zita:

chr5324

 

Mirabel:

chr5325

chr5325_c00

 

Towa:

chr5327

 

Hermes:

chr5401

 

Check this tutorial if you want to use the model on other characters.

 

 

Underwear textures name:

Spoiler

Rosalie:

"RosalieUDW_chr5001_c55_03_a" "RosalieUDW_chr5001_c55_03_n" "RosalieUDW_chr5001_c55_03_q"

 

Zita:

"ZitaUDW_chr5001_c55_03_a" "ZitaUDW_chr5001_c55_03_n" "ZitaUDW_chr5001_c55_03_q"

 

Mirabel:

"MirabelUDW_chr5001_c55_03_a" "MirabelUDW_chr5001_c55_03_n" "MirabelUDW_chr5001_c55_03_q"

 

Towa:

"TowaUDW_chr5315_c01_03_a" "TowaUDW_chr5315_c01_03_n" "TowaUDW_chr5315_c01_03_q"

 

Hermes:

"HermesUDW_chr5001_c55_03_a" "HermesUDW_chr5001_c55_03_n" "HermesUDW_chr5001_c55_03_q"

 

If you want to use the underwear textures from other UDW mod characters,simple rename the dds files in c/asset/dx11/image.

For example,if you want to use Elaine's wedding dress underwear texture on Rosalie's costumes,rename

"ElaineUDW_chr5001_c55_03_a_wedding" to "RosalieUDW_chr5001_c55_03_a"

and

"ElaineUDW_chr5001_c55_03_n_wedding" to "RosalieUDW_chr5001_c55_03_n"

(towa can swap with Nina and Shahina only due to the underwear model type.)

 

----------Download----------

K2Snpc4UDW.rar

or

Underwear Mod All-In-One v1.1

 

Installation:

place "c" folder to your game install location and replace the files.

Backup your files before install mod incase something go wrong.If you plan to install much mod that make in MDL format,I suggest you to backup the whole model folder in c/asset/common and whole model_info folder in f\asset\common.

 

Report to me if you find any issues.

 

Uninstall:

Restore your backup and delete every dds contain "SarahUDW" "ShahinaUDW" "EsmerayUDW" "KaelaUDW" and "KilikaUDW" in c/asset/dx11/image.

 

 

----------My Kiseki mods list----------

 

Kuro no Kiseki:

Underwear Kilika replace Van

Underwear Mod

Renna Grim Kitty Mod(Kuro 1)

 

Kuro no Kiseki 2:

Underwear Kilika replace Van

Z-1 Queen Type B Panties Removal

Z-1 Queen Type A Chest X Removal

Underwear Mod All-In-One v1.1

Renna Grim Kitty Mod(Kuro 2)

 

Trails of Cold Steel 3:

Juna Underwear Mod

 

Trails of Cold Steel 4:

Juna Underwear Mod

 

Hajimari no Kiseki:

Juna Underwear Mod

 

 

Edited by fakecheng
Posted (edited)

agnes_mdltools.png.d87e9840125a17337391a4905bf64587.png

 

Kuro MDL Tools update!  Thank you to @fakecheng for uncovering a previously unknown vertex semantic.  Please keep experimenting and let me know what you find.

 

 

Latest download here and on my GitHub.  Tutorials here on my GitHub wiki.

 

Please note - meshes (.fmt/.ib/.vb) from versions older than v1.3.0 are not compatible with this version! Please backup your work, import your files into MDL with the version it was unpacked with, and then export your files again with this new version to get meshes in the new format.

 

For those adding new textures for Kuro 2 - be sure the new filename is the exact same length as the original filename.  If the original texture is "blahblah28" for example, the new one must also be 10 characters long.  Also, all textures must be compressed in Kuro 2!

 

I continue to recommend against downgrading in most situations, since we do not know if CLE will block Kuro 1 MDLs in the future.  However, if you need to add meshes, then Kuro 1 MDL is the only way.  Also, if Kuro 2 MDL format is crashing for you, try downgrading to Kuro 1.

 

Notes:

Spoiler

The interpretation of "UNKNOWN" as COLOR is new, and basically based on a single mesh that I've worked with.  Please report bugs, and expect this might change in the future.  Also, I do not know if this was used at all in Kuro 1, but the option was there before.  It is definitely used in Kuro 2.

 

Enjoy!  Please report bugs, and if you make something you like, I hope you share!

Edited by amorrow28
Posted
On 2/11/2023 at 5:20 PM, fakecheng said:

--------Kuro no Kiseki 2 Rosalie/Zita/Mirabel/Towa/Hermes Underwear Mod--------

K2Snp4cover1.thumb.png.d11ab21465233c796893fda953840111.png

  Reveal hidden contents

K2Snp4preview1.png.27a45468ab34146e8bb251ce98479d65.pngK2Snp4preview2.png.e4f13233be4e699ea3f19af6b3db50b4.pngK2Snp4preview3.png.960c5bb8cf9b03e3a814d6db4e478850.png

 

 

 

 

 

 

 

Installation:

place "c" folder to your game install location and replace the files.

Backup your files before install mod incase something go wrong.If you plan to install much mod that make in MDL format,I suggest you to backup the whole model folder in c/asset/common and whole model_info folder in f\asset\common.

 

Report to me if you find any issues.

 

Uninstall:

Restore your backup and delete every dds contain "SarahUDW" "ShahinaUDW" "EsmerayUDW" "KaelaUDW" and "KilikaUDW" in c/asset/dx11/image.

 

I can't figure it out how to use any of these vvv
Lucrezia/Jolda/Naje/Paulette/Odette/Marielle/Hal/Nina/Ashen/Rosalie/Zita/Mirabel/Towa/Hermes/Sarah/Shahina/Esmeray/Kaela/Kilika
I do the swap but they all crash what's the correct way to do this ????????

Posted

I have a problem. In fact, I have been paying attention to it for a long time. I just don't have time to download the game. I am very busy recently.
I mean, now the model can only delete components, but can't change the model or texture?
In fact, I also watched the character replacement in other games.

Posted

i saw people make mod that uses rean and keqinq here. but i got an idea. can someone try make mod replace van with valimar from cold steel? imagine playing kuro 2 playing through the whole game using valimar a robot. it be epic lol. valimar turning to a grendel??? xdddd. and also valimar uses S CRAFT Vandalize Raid. xddddddd. if someone can make this mod i appreciate it. 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...