amorrow28 Posted February 7, 2023 Posted February 7, 2023 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.
fakecheng Posted February 7, 2023 Author Posted February 7, 2023 (edited) ----------Kuro no Kiseki 2 Lucrezia Underwear Mod---------- (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 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 October 28, 2023 by fakecheng 7
fakecheng Posted February 7, 2023 Author Posted February 7, 2023 (edited) ----------------DELETED---------------- Edited February 8, 2023 by fakecheng 1
1134446049 Posted February 8, 2023 Posted February 8, 2023 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. 1
fakecheng Posted February 8, 2023 Author Posted February 8, 2023 (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 February 8, 2023 by fakecheng
fakecheng Posted February 8, 2023 Author Posted February 8, 2023 (edited) ----------Kuro no Kiseki 2 Jolda/Naje/Paulette/Odette Underwear Mod---------- (Screenshot take with this Free Camera script.) Most of the costumes are replaced with custom textures underwear. Preview: Spoiler 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 October 28, 2023 by fakecheng 7
fakecheng Posted February 8, 2023 Author Posted February 8, 2023 (edited) ----------------DELETED---------------- Edited February 9, 2023 by fakecheng 1
1134446049 Posted February 9, 2023 Posted February 9, 2023 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?
fakecheng Posted February 9, 2023 Author Posted February 9, 2023 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.
amorrow28 Posted February 9, 2023 Posted February 9, 2023 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.
fakecheng Posted February 9, 2023 Author Posted February 9, 2023 (edited) ----------Kuro no Kiseki 2 Marielle/Hal/Nina/Ashen Underwear Mod---------- (Screenshot take with this Free Camera script.) Most of the costumes are replaced with custom textures underwear. Preview: Spoiler 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 October 28, 2023 by fakecheng 9
fakecheng Posted February 9, 2023 Author Posted February 9, 2023 (edited) ----------------DELETED---------------- Edited February 10, 2023 by fakecheng 1
1134446049 Posted February 10, 2023 Posted February 10, 2023 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. 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. How to hide the white part of the eye? 2
amorrow28 Posted February 10, 2023 Posted February 10, 2023 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. 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. 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).
fakecheng Posted February 10, 2023 Author Posted February 10, 2023 (edited) --------Kuro no Kiseki 2 Sarah/Shahina/Esmeray/Kaela/Kilika Underwear Mod-------- (Screenshot take with this Free Camera script.) Most of the costumes are replaced with custom textures underwear. Preview: Spoiler 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 October 28, 2023 by fakecheng 7
fakecheng Posted February 10, 2023 Author Posted February 10, 2023 (edited) ----------------DELETED---------------- Edited February 11, 2023 by fakecheng 1
Astergun Posted February 11, 2023 Posted February 11, 2023 Silly question are the nude mods combatible from Kuro 1.
fakecheng Posted February 11, 2023 Author Posted February 11, 2023 (edited) --------Kuro no Kiseki 2 Rosalie/Zita/Mirabel/Towa/Hermes Underwear Mod-------- (Screenshot take with this Free Camera script.) Most of the costumes are replaced with custom textures underwear. Preview: Spoiler 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 October 28, 2023 by fakecheng 6
fakecheng Posted February 11, 2023 Author Posted February 11, 2023 (edited) ----------------DELETED---------------- Edited February 17, 2023 by fakecheng 1
amorrow28 Posted February 13, 2023 Posted February 13, 2023 (edited) 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 November 22, 2023 by amorrow28 8
jimkage Posted February 13, 2023 Posted February 13, 2023 On 2/11/2023 at 5:20 PM, fakecheng said: --------Kuro no Kiseki 2 Rosalie/Zita/Mirabel/Towa/Hermes Underwear Mod-------- Reveal hidden contents 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 ????????
sefilos7 Posted February 13, 2023 Posted February 13, 2023 Does anyone know the chr file name for Gouran?
zhaosjmqiao Posted February 13, 2023 Posted February 13, 2023 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.
feyfey1 Posted February 13, 2023 Posted February 13, 2023 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.
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