Jump to content

Trails of Cold Steel 4 (Mod Request)


Recommended Posts

Posted (edited)

Juna’s hair: down or magical

Use:

  • Have 3dmigoto installed (you can use my 3dmigoto environment if you don’t have one: 3dmigoto_CS4.7z)
  • Extract the mod files you want to use
  • Place either set of mod files (not both) in the Mods folder
  • There is a chance that other steps may be needed if your 3dmigoto setup differs from mine.

Why 3dmigoto? The hair mesh is identical across many Juna models, so this is far easier than modifying every pkg file. This is also compatible with other pkg file mods as long as they don’t alter the hair mesh.

 

Other hair mods:

Edited by NotAZebra
Posted
On 9/2/2023 at 9:16 AM, lakovic said:

@amorrow28

Hello, I saw this sentence when I was making pkg recently,

Mesh segment has more than 80 bones, will fall back to CPU skinning on all platforms,

I quite understand the first half of the paragraph, but I don't quite understand the phrase 'will fall back to CPU skinning on all platforms'. Will the PKG produced this way have any impact on mod?

 

I'm curious. I created a pkg and opened the game, but I didn't find any impact

 

You can safely ignore this warning.  The compiler will remove empty groups, so then your mesh segment will have less than 80 bones.

Posted

Mod tools updated to v2.3.2!

 

Changelog:

  • Added support for animation.  Considered experimental at this time.  Only single (non-clip) animations are supported.

  • ed8pkg2gltf.py now outputs .glb files instead of .gltf/.bin files.

The upload and guide to usage can be found here:  https://www.loverslab.com/topic/166239-trails-of-cold-steel-4-mod-request/?do=findComment&comment=4010707

 

Here is a guide on getting animations into Blender and back into the game.

Posted

Oh wow, animation support? It's incredible to see how far Trails modding has come. What does "single non clip" animations mean exactly? Does that mean only environmental animations like walking/running/attacking can be changed and not cutscene animations?

Posted
5 hours ago, SonicMan1234 said:

Oh wow, animation support? It's incredible to see how far Trails modding has come. What does "single non clip" animations mean exactly? Does that mean only environmental animations like walking/running/attacking can be changed and not cutscene animations?


No, animation clipping is a specific technique to split one animation into two or more. It’s certainly something I can add if given the information I need, but I don’t think the engine uses it anyway. It is a technical designation and not meaningful to actual animators. (It’s like if I told you I can remember three numbers for you, and give them back to you in order, but I will write them on three sheets of paper instead of one. Does it matter to you as long as you get back all three numbers?)

 

Cutscenes are not defined at the model level, they are scripted. In fact, all animation is scripted, even walking and idling. I have never written or edited scripts, which is required for actually working with animations. A tool like this would be used, or this.

Posted
3 hours ago, amorrow28 said:


No, animation clipping is a specific technique to split one animation into two or more. It’s certainly something I can add if given the information I need, but I don’t think the engine uses it anyway. It is a technical designation and not meaningful to actual animators. (It’s like if I told you I can remember three numbers for you, and give them back to you in order, but I will write them on three sheets of paper instead of one. Does it matter to you as long as you get back all three numbers?)

 

Cutscenes are not defined at the model level, they are scripted. In fact, all animation is scripted, even walking and idling. I have never written or edited scripts, which is required for actually working with animations. A tool like this would be used, or this.

 

Ah, okay. As for uses, sexier walks/idles seems like the no brainer. Another idea is changing casting animations into masturbation ones or something, if that's even feasible. Of course, you need animations for these and most people probably don't have the skills to hand animate one. Converting animations from Skyrim packs or MMD motions seem like good ideas, but I am also not an animator or programmer, so I have no idea how difficult that'd be, but it seems like a promising idea at least.

Posted

Mod tools updated to v2.3.3!

 

Changelog:

  • Updated code base of ed8pkg2gltf.py to latest version from uyjulian/ed8pkg2glb.  Significant speed improvements, support for animation channels targeting mesh instance objects instead of nodes.
  • Updated ed8pkg2gltf.py to properly detect missing / corrupt texture references in a material and will output an empty string instead of a float6.  Updated build_collada.py to detect both missing / misspelled textures and invalid float6 entries.
  • Added support for models with embedded animation.
  • Added support to glTF extractor for non-skinned meshes.

The upload and guide to usage can be found here:  https://www.loverslab.com/topic/166239-trails-of-cold-steel-4-mod-request/?do=findComment&comment=4010707

 

This is the most worthwhile update in a while, for everyone!  I finally caught up the decompiler code to the latest codebase from @uyjulian.  It is significantly faster now, especially for shader decompilation!  For character models this particularly dramatic.  I timed decompiling Juna (C_CHR011.pkg) from scratch without buffered libraries - v2.3.2 took 117 seconds and v2.3.3 took 16 seconds - almost 90% faster!

  • 2 weeks later...
Posted (edited)
8 hours ago, amorrow28 said:

Mod tools updated to v2.3.4!

 

Changelog:

  • Fixed crash when exporting .pkg files with animations and without locators.

The upload and guide to usage can be found here:  https://www.loverslab.com/topic/166239-trails-of-cold-steel-4-mod-request/?do=findComment&comment=4010707

maybe a bug?

After recompiling Altina's C_CHR015_C06.pkg costume, I noticed that her glowing material would vanish. The previous versions also had the same issue.

Spoiler

image.png.06775be02d727f3f7b5be0e3bf05139a.png

 

Edited by mercury_D
Posted
On 9/21/2023 at 7:26 AM, mercury_D said:

maybe a bug?

After recompiling Altina's C_CHR015_C06.pkg costume, I noticed that her glowing material would vanish. The previous versions also had the same issue.

  Hide contents

image.png.06775be02d727f3f7b5be0e3bf05139a.png

 

 

I do not know why that is happening for you.  That model recompiles normally for me, and that mesh is intact.  (Tested with C_CHR015_C06.pkg in NISA Reverie)

  • 2 weeks later...
Posted (edited)

Hi.

Where i can get :

- PKG mod of Altina full nude mod (with canon bodies, breasts, and such)

- PKG mod of Altina Alt or DLCs Outfit with exposed parts

 

Thanks

Edited by kyotu0054
Posted
On 9/22/2023 at 10:07 AM, amorrow28 said:

 

I do not know why that is happening for you.  That model recompiles normally for me, and that mesh is intact.  (Tested with C_CHR015_C06.pkg in NISA Reverie)

My guess: some other mod on the system uses a shader with the same hash from a different game. That is about 80% of all mod problems I face.

  • 2 weeks later...
Posted

Mod tools updated to v2.3.5!

 

Changelog:

  • Detect multiple parent assignment (node tree error).
  • Armature defaults to top node if the skeleton does not have up_point or root as a child of the top node.
  • New command-line option for outputting .gltf instead of .glb.
  • Bug fix for animation metadata containing entries from prior .pkg files when using ed8pkg2gltf.py in batch mode.
  • Prevent crash with build_collada.py when attempting to import an empty animation.  (This will still cause errors with the compiler, however.)

The upload and guide to usage can be found here:  https://www.loverslab.com/topic/166239-trails-of-cold-steel-4-mod-request/?do=findComment&comment=4010707

  • 1 month later...
Posted

Mod tools updated to v2.3.6!

 

Changelog:

  • build_collada.py will now detect and remove nested duplicate nodes, a compiler artifact that corrupts repeated decompile-recompile cycles.
  • Add an internal suffix to texture names to prevent crashes in situations where a texture name matches a node name.
  • Changed detection of skinned shaders at the time of decompile, so that materials with the word "skinned" in them no longer fool the decompiler.

The upload and guide to usage can be found here:  https://www.loverslab.com/topic/166239-trails-of-cold-steel-4-mod-request/?do=findComment&comment=4010707

  • 1 month later...
Posted

Wish we got someone to make 2x breast mod for the nude bodies ?

Posted
21 hours ago, lakovic said:

@amorrow28

Hello, old friend, long time no see. How have you been lately?
It's been a long time since I came to the forum to chat. I spent nearly half a year making new mods for CS3 and CS4. They are about to be completed. It took a lot of time and energy from me, but I think you guys will like it. , I will slowly introduce you to my new mod next.
But now I have encountered some small problems,
I found that the code for the puppet is
CHR198
CHR198_C00
CHR198_C01
I made a brand new pkg and replaced the figures, also replaced
mon114_c00
mon115_c00
mon116_c00
But when I was playing the game plot, they were still the same as before. To be precise, their appearance did not change when they were in the box, but when they were in battle, they turned into the pkg I made.
Do you know the reason for this?

  Reveal hidden contents

Snipaste_2023-12-23_01-45-50.jpg.801ea958c86f96f2f2a5ecfacee5dae9.jpg

 


Hmm, I do not know. There must be another model you need to change, I think. There is probably a very simple model just for the box, maybe even the box and puppet are one model. ?

 

Your project sounds very exciting! I cannot imagine all you can do in half a year, but I am very excited to see what you have achieved!

  • 2 weeks later...
Posted (edited)
5 hours ago, lakovic said:

CS4 reset version mod

  Hi, everyone.
This is my sexy&nude 3.0 for CS4_mod. This is a brand new mod version that took several months to complete. In fact, I prefer to call it a reset mod.

  1: It will bring new breast shaking, most female characters will have breast shaking

  2: More fine mesh, upgrade most of the body's breasts and vagina, making them smoother.

  Hide contents

Snipaste_2023-08-22_23-09-06.png.85d2712969b774df659e1a9fc3b4217a.png

Snipaste_2024-01-05_02-07-31.png.49844f77e136716ba850057f8cb8b053.png

  3: Made about 80 nude female characters (including NPCs). I borrowed the screenshot below from the CS3_mod I made, but it has not been released yet. I released CS4 first.

  Hide contents

Snipaste_2023-08-03_01-18-28.jpg.464bd2c6668bfa93010a38175a6d911e.jpgSnipaste_2023-08-08_21-57-35.png.27d0692f33f27b3b2b066f0008be5ba7.png

  4: Made 10 DLCs, each DLC has 20 costumes. I made 300+PKG. The entire mod volume is close to 2GB, and most costumes have 3 forms.

  Hide contents

Snipaste_2024-01-05_01-47-11.png.cf5dc5300068ad87fac169c91ad29609.pngSnipaste_2024-01-05_01-47-23.png.84ed065c152f2f350644ef74c3b00ebe.png

  Before I start introducing the mod, the most important thing is that I want to thank @amorrow28 for always helping me. He is always very patient in answering my various questions. Without him making such a great pkg_mod tool, there would be no this mod, so really thank you very much

 

Let’s start introducing the mod. First, I’ll put a screenshot of my favorite Emma.

  Hide contents

Snipaste_2023-08-14_09-25-11.png.e8a210cd31265ba641450860d6d3b7ea.png

The following is the CS4 name 服装名单介绍.xlsx I made, which is roughly divided into 3 parts

  Reveal hidden contents

QQ20240105014026.thumb.png.c0705b9cb39da7eea3c37b0c39f4adfd.png

 

1. DLC costumes of main characters

2. Official costumes of the main characters
3. NPC clothing

 

Because there are so many costumes, and most of them have 3 forms(NPC have 4 forms), such as this

  Hide contents

Snipaste_2023-12-25_00-58-12.png.87d05c2c6c5afd0bd8560de77c283e22.png

So my screenshots only use the first form. You can enter the game to experience the other forms.

 

DLC1:Alisa, Emma, Laura, Fie, Sara

  Hide contents

Snipaste_2024-01-05_02-38-51.png.7f7d262e6b2c074836b6e415936d33fe.pngSnipaste_2024-01-05_02-37-27.png.6b6d53ea2ab5657d8674baf96391ee40.png

DLC2:Sara, Juna, Musse, Altina, Angelica

  Hide contents

Snipaste_2024-01-05_02-49-51.png.f5077a69e8ed1528cf43c08059fe8a86.pngSnipaste_2024-01-05_02-48-34.png.baadf64f8d65f9217ed61f6345b8cb2d.png

DLC3:  Angelica, Aurelia, Estelle, Sharon, Kea

  Hide contents

Snipaste_2024-01-05_03-00-42.png.ec3e5f24b5d8b4ddc898e15a860fe86f.pngSnipaste_2024-01-05_02-58-38.png.6170b57f88a44c1c59e2800d37687e14.png

DLC4:  Elie, Renne, Celine, Duvalie

  Hide contents

Snipaste_2024-01-05_03-15-35.png.1a8de7179b9417c8089e690df4854a84.pngSnipaste_2024-01-05_03-09-08.png.b200ae4d351d6ea1e21ba73dc8019519.png

DLC5:  Tita, Tio, Towa, Roselia

  Hide contents

Snipaste_2024-01-05_03-26-08.png.44227083a5274b646474f2db7002ad79.png

Snipaste_2024-01-05_03-24-51.png.9e16fe2fb9bf65815ca602400b6f71bb.png

DLC6:  Roselia, Elise, Vita, Afin, Ines, Ennea

  Hide contents

Snipaste_2024-01-05_03-36-01.png.d002a88896546aaf68f619eff9e4d62e.pngSnipaste_2024-01-05_03-34-49.png.bff3f22b51b0020c7e7aad1747311a90.png

DLC7:  Alisa, Fie, Laura, Emma, Juna, Musse

  Reveal hidden contents

Snipaste_2024-01-05_03-46-36.png.8671efa8f8d5b104d4ac0aacf4228d07.pngSnipaste_2024-01-05_03-43-42.png.0d03be23c7bd9a4dc992202709f91062.png

DLC8:  Altina, Aurelia, Tita, Duvalie, Tio, emma, Laura, Sharon, sara, Musse, Juna

  Hide contents

Snipaste_2024-01-05_03-54-33.png.1e258b6925b67e664d53d31638d83e96.pngSnipaste_2024-01-05_03-53-44.png.dcb1743b44679f246853f314fd1c91d0.png

DLC9:

  Hide contents

Snipaste_2024-01-05_03-58-44.png.046b5b083658e2ced1985b9962bc8d8b.png

DLC0:

  Hide contents

Snipaste_2024-01-05_04-06-20.png.d9a1acb3976385d23f0a42e814bc3253.png1.png.69995d4ac56044ad9e6a0817cd86c732.png

 

For the official clothing (including the DLC part), I modified some of the clothing so that their initial form is slightly different from the original, and they have 3 different forms at the same time.
But there are many costumes, so I won’t introduce them with screenshots.
For example, Alisa’s initial clothing

  Hide contents

2.png.80ace510a1be06a94520e128a41d3ec7.png


For example, Emma’s witch costume

  Hide contents

3.png.111f617a27a4233e9750347ce02151d0.png4.png.64e2831a750d344f7c70c30ca09c7f35.png


I curved the fabric on the chest like a petal and made it very easy for her to expose her nipples.

  Hide contents

5.png.4797d3ca32fee0449340ebbd0701b68f.png


I also optimized the shaders of some clothes, such as Duvalie

  Hide contents

6.png.2a645c21221916c34ceae5eebb589723.png7.png.ab5cbde497966fcd0031858d805d925b.png

 

Finally, I wish everyone a happy gaming experience

(Later, I will upload the mod installation package, but this is an experience package, you can experience some of the content. If you need the complete mod installation package, please support my https://ko-fi.com/lakovic and donate $10 and leave your contact info and I'll send you the complete mod package)

 

Mod_Experience version:CS4 reset version_mod (trial version).zip
Installation method: After unzipping, copy the bin and data folders to the root directory of the game. It will prompt you to replace the files. Just select Yes.
F2: MOD switch
F6: Change the clothing form of the main character
F7: Change NPC’s clothing form

 

Hot damn. It's so damn awesome to see how we went from some texture mods to these amazing overhauls. Your work on all of the Trails games continues to be FANTASTIC! I hope you continue to make more amazing stuff for future games. The new jiggle is especially fantastic.

Edited by SonicMan1234
Posted (edited)
10 hours ago, lakovic said:

CS4 reset version mod

  Hi, everyone.
This is my sexy&nude 3.0 for CS4_mod. This is a brand new mod version that took several months to complete. In fact, I prefer to call it a reset mod.

  1: It will bring new breast shaking, most female characters will have breast shaking

  2: More fine mesh, upgrade most of the body's breasts and vagina, making them smoother.

  Reveal hidden contents

Snipaste_2023-08-22_23-09-06.png.85d2712969b774df659e1a9fc3b4217a.png

Snipaste_2024-01-05_02-07-31.png.49844f77e136716ba850057f8cb8b053.png

  3: Made about 80 nude female characters (including NPCs). I borrowed the screenshot below from the CS3_mod I made, but it has not been released yet. I released CS4 first.

  Reveal hidden contents

Snipaste_2023-08-03_01-18-28.jpg.464bd2c6668bfa93010a38175a6d911e.jpgSnipaste_2023-08-08_21-57-35.png.27d0692f33f27b3b2b066f0008be5ba7.png

  4: Made 10 DLCs, each DLC has 20 costumes. I made 300+PKG. The entire mod volume is close to 2GB, and most costumes have 3 forms.

  Reveal hidden contents

Snipaste_2024-01-05_01-47-11.png.cf5dc5300068ad87fac169c91ad29609.pngSnipaste_2024-01-05_01-47-23.png.84ed065c152f2f350644ef74c3b00ebe.png

  Before I start introducing the mod, the most important thing is that I want to thank @amorrow28 for always helping me. He is always very patient in answering my various questions. Without him making such a great pkg_mod tool, there would be no this mod, so really thank you very much

 

Let’s start introducing the mod. First, I’ll put a screenshot of my favorite Emma.

  Reveal hidden contents

Snipaste_2023-08-14_09-25-11.png.e8a210cd31265ba641450860d6d3b7ea.png

The following is the CS4 name 服装名单介绍.xlsx I made, which is roughly divided into 3 parts

  Reveal hidden contents

QQ20240105014026.thumb.png.c0705b9cb39da7eea3c37b0c39f4adfd.png

 

1. DLC costumes of main characters

2. Official costumes of the main characters
3. NPC clothing

 

Because there are so many costumes, and most of them have 3 forms(NPC have 4 forms), such as this

  Reveal hidden contents

Snipaste_2023-12-25_00-58-12.png.87d05c2c6c5afd0bd8560de77c283e22.png

So my screenshots only use the first form. You can enter the game to experience the other forms.

 

DLC1:Alisa, Emma, Laura, Fie, Sara

  Reveal hidden contents

Snipaste_2024-01-05_02-38-51.png.7f7d262e6b2c074836b6e415936d33fe.pngSnipaste_2024-01-05_02-37-27.png.6b6d53ea2ab5657d8674baf96391ee40.png

DLC2:Sara, Juna, Musse, Altina, Angelica

  Reveal hidden contents

Snipaste_2024-01-05_02-49-51.png.f5077a69e8ed1528cf43c08059fe8a86.pngSnipaste_2024-01-05_02-48-34.png.baadf64f8d65f9217ed61f6345b8cb2d.png

DLC3:  Angelica, Aurelia, Estelle, Sharon, Kea

  Reveal hidden contents

Snipaste_2024-01-05_03-00-42.png.ec3e5f24b5d8b4ddc898e15a860fe86f.pngSnipaste_2024-01-05_02-58-38.png.6170b57f88a44c1c59e2800d37687e14.png

DLC4:  Elie, Renne, Celine, Duvalie

  Reveal hidden contents

Snipaste_2024-01-05_03-15-35.png.1a8de7179b9417c8089e690df4854a84.pngSnipaste_2024-01-05_03-09-08.png.b200ae4d351d6ea1e21ba73dc8019519.png

DLC5:  Tita, Tio, Towa, Roselia

  Reveal hidden contents

Snipaste_2024-01-05_03-26-08.png.44227083a5274b646474f2db7002ad79.png

Snipaste_2024-01-05_03-24-51.png.9e16fe2fb9bf65815ca602400b6f71bb.png

DLC6:  Roselia, Elise, Vita, Afin, Ines, Ennea

  Reveal hidden contents

Snipaste_2024-01-05_03-36-01.png.d002a88896546aaf68f619eff9e4d62e.pngSnipaste_2024-01-05_03-34-49.png.bff3f22b51b0020c7e7aad1747311a90.png

DLC7:  Alisa, Fie, Laura, Emma, Juna, Musse

  Reveal hidden contents

Snipaste_2024-01-05_03-46-36.png.8671efa8f8d5b104d4ac0aacf4228d07.pngSnipaste_2024-01-05_03-43-42.png.0d03be23c7bd9a4dc992202709f91062.png

DLC8:  Altina, Aurelia, Tita, Duvalie, Tio, emma, Laura, Sharon, sara, Musse, Juna

  Reveal hidden contents

Snipaste_2024-01-05_03-54-33.png.1e258b6925b67e664d53d31638d83e96.pngSnipaste_2024-01-05_03-53-44.png.dcb1743b44679f246853f314fd1c91d0.png

DLC9:

  Reveal hidden contents

Snipaste_2024-01-05_03-58-44.png.046b5b083658e2ced1985b9962bc8d8b.png

DLC0:

  Reveal hidden contents

Snipaste_2024-01-05_04-06-20.png.d9a1acb3976385d23f0a42e814bc3253.png1.png.69995d4ac56044ad9e6a0817cd86c732.png

 

For the official clothing (including the DLC part), I modified some of the clothing so that their initial form is slightly different from the original, and they have 3 different forms at the same time.
But there are many costumes, so I won’t introduce them with screenshots.
For example, Alisa’s initial clothing

  Reveal hidden contents

2.png.80ace510a1be06a94520e128a41d3ec7.png


For example, Emma’s witch costume

  Reveal hidden contents

3.png.111f617a27a4233e9750347ce02151d0.png4.png.64e2831a750d344f7c70c30ca09c7f35.png


I curved the fabric on the chest like a petal and made it very easy for her to expose her nipples.

  Reveal hidden contents

5.png.4797d3ca32fee0449340ebbd0701b68f.png


I also optimized the shaders of some clothes, such as Duvalie

  Reveal hidden contents

6.png.2a645c21221916c34ceae5eebb589723.png7.png.ab5cbde497966fcd0031858d805d925b.png

 

Finally, I wish everyone a happy gaming experience

(Later, I will upload the mod installation package, but this is an experience package, you can experience some of the content. If you need the complete mod installation package, please support my https://ko-fi.com/lakovic and donate $10 and leave your contact info and I'll send you the complete mod package)

 

Mod_Experience version:CS4 reset version_mod (trial version).zip
Installation method: After unzipping, copy the bin and data folders to the root directory of the game. It will prompt you to replace the files. Just select Yes.
F2: MOD switch
F6: Change the clothing form of the main character
F7: Change NPC’s clothing form


Your work continues to amaze me! I hope many will support you. You have already given away so many costumes for free after all. But somehow your creativity and skill continues to skyrocket, 大佬!

 

EDIT: Before people complain about paywall, please try downloading the trial version!  It is HUGE, and has a lot of great content!  (I think lakovic has chosen to give away the nudes for free, and the big mod will mostly have the custom DLC.  The final mod is only 4x the size of the "trial" actually.)  Let's not forget that Falcom charges $15 for 8 swimsuits - the free version alone has 70 pkg mods and the 3dmigoto content...  so he is asking $10 for almost 200 more costumes?

Edited by amorrow28
Posted
On 1/4/2024 at 2:24 PM, lakovic said:

CS4 reset version mod

  Hi, everyone.
This is my sexy&nude 3.0 for CS4_mod. This is a brand new mod version that took several months to complete. In fact, I prefer to call it a reset mod.

  1: It will bring new breast shaking, most female characters will have breast shaking

  2: More fine mesh, upgrade most of the body's breasts and vagina, making them smoother.

  Reveal hidden contents

Snipaste_2023-08-22_23-09-06.png.85d2712969b774df659e1a9fc3b4217a.png

Snipaste_2024-01-05_02-07-31.png.49844f77e136716ba850057f8cb8b053.png

  3: Made about 80 nude female characters (including NPCs). I borrowed the screenshot below from the CS3_mod I made, but it has not been released yet. I released CS4 first.

  Reveal hidden contents

Snipaste_2023-08-03_01-18-28.jpg.464bd2c6668bfa93010a38175a6d911e.jpgSnipaste_2023-08-08_21-57-35.png.27d0692f33f27b3b2b066f0008be5ba7.png

  4: Made 10 DLCs, each DLC has 20 costumes. I made 300+PKG. The entire mod volume is close to 2GB, and most costumes have 3 forms.

  Reveal hidden contents

Snipaste_2024-01-05_01-47-11.png.cf5dc5300068ad87fac169c91ad29609.pngSnipaste_2024-01-05_01-47-23.png.84ed065c152f2f350644ef74c3b00ebe.png

  Before I start introducing the mod, the most important thing is that I want to thank @amorrow28 for always helping me. He is always very patient in answering my various questions. Without him making such a great pkg_mod tool, there would be no this mod, so really thank you very much

 

Let’s start introducing the mod. First, I’ll put a screenshot of my favorite Emma.

  Reveal hidden contents

Snipaste_2024-01-06_00-09-52.png.81c5265f3a0d2804758a22e4e80a2922.png

The following is the CS4 name 服装名单介绍.xlsx I made, which is roughly divided into 3 parts

  Reveal hidden contents

QQ20240105014026.thumb.png.c0705b9cb39da7eea3c37b0c39f4adfd.png

 

1. DLC costumes of main characters

2. Official costumes of the main characters
3. NPC clothing

 

Because there are so many costumes, and most of them have 3 forms(NPC have 4 forms), such as this

  Reveal hidden contents

Snipaste_2023-12-25_00-58-12.png.87d05c2c6c5afd0bd8560de77c283e22.png

So my screenshots only use the first form. You can enter the game to experience the other forms.

 

DLC1:Alisa, Emma, Laura, Fie, Sara

  Reveal hidden contents

Snipaste_2024-01-05_02-38-51.png.7f7d262e6b2c074836b6e415936d33fe.pngSnipaste_2024-01-05_02-37-27.png.6b6d53ea2ab5657d8674baf96391ee40.png

DLC2:Sara, Juna, Musse, Altina, Angelica

  Reveal hidden contents

Snipaste_2024-01-05_02-49-51.png.f5077a69e8ed1528cf43c08059fe8a86.pngSnipaste_2024-01-05_02-48-34.png.baadf64f8d65f9217ed61f6345b8cb2d.png

DLC3:  Angelica, Aurelia, Estelle, Sharon, Kea

  Reveal hidden contents

Snipaste_2024-01-05_03-00-42.png.ec3e5f24b5d8b4ddc898e15a860fe86f.pngSnipaste_2024-01-05_02-58-38.png.6170b57f88a44c1c59e2800d37687e14.png

DLC4:  Elie, Renne, Celine, Duvalie

  Reveal hidden contents

Snipaste_2024-01-05_03-15-35.png.1a8de7179b9417c8089e690df4854a84.pngSnipaste_2024-01-05_03-09-08.png.b200ae4d351d6ea1e21ba73dc8019519.png

DLC5:  Tita, Tio, Towa, Roselia

  Reveal hidden contents

Snipaste_2024-01-05_03-26-08.png.44227083a5274b646474f2db7002ad79.png

Snipaste_2024-01-05_03-24-51.png.9e16fe2fb9bf65815ca602400b6f71bb.png

DLC6:  Roselia, Elise, Vita, Afin, Ines, Ennea

  Reveal hidden contents

Snipaste_2024-01-05_03-36-01.png.d002a88896546aaf68f619eff9e4d62e.pngSnipaste_2024-01-05_03-34-49.png.bff3f22b51b0020c7e7aad1747311a90.png

DLC7:  Alisa, Fie, Laura, Emma, Juna, Musse

  Reveal hidden contents

Snipaste_2024-01-05_03-46-36.png.8671efa8f8d5b104d4ac0aacf4228d07.pngSnipaste_2024-01-05_03-43-42.png.0d03be23c7bd9a4dc992202709f91062.png

DLC8:  Altina, Aurelia, Tita, Duvalie, Tio, emma, Laura, Sharon, sara, Musse, Juna

  Reveal hidden contents

Snipaste_2024-01-05_03-54-33.png.1e258b6925b67e664d53d31638d83e96.pngSnipaste_2024-01-05_03-53-44.png.dcb1743b44679f246853f314fd1c91d0.png

DLC9:

  Reveal hidden contents

Snipaste_2024-01-05_03-58-44.png.046b5b083658e2ced1985b9962bc8d8b.png

DLC0:

  Reveal hidden contents

Snipaste_2024-01-05_04-06-20.png.d9a1acb3976385d23f0a42e814bc3253.png1.png.69995d4ac56044ad9e6a0817cd86c732.png

 

For the official clothing (including the DLC part), I modified some of the clothing so that their initial form is slightly different from the original, and they have 3 different forms at the same time.
But there are many costumes, so I won’t introduce them with screenshots.
For example, Alisa’s initial clothing

  Reveal hidden contents

2.png.80ace510a1be06a94520e128a41d3ec7.png


For example, Emma’s witch costume

  Reveal hidden contents

3.png.111f617a27a4233e9750347ce02151d0.png4.png.64e2831a750d344f7c70c30ca09c7f35.png


I curved the fabric on the chest like a petal and made it very easy for her to expose her nipples.

  Reveal hidden contents

5.png.4797d3ca32fee0449340ebbd0701b68f.png


I also optimized the shaders of some clothes, such as Duvalie

  Reveal hidden contents

6.png.2a645c21221916c34ceae5eebb589723.png7.png.ab5cbde497966fcd0031858d805d925b.png

 

Finally, I wish everyone a happy gaming experience

(Later, I will upload the mod installation package, but this is an experience package, you can experience some of the content. If you need the complete mod installation package, please support my https://ko-fi.com/lakovic and donate $10 and leave your contact (Loverslab ID) info and I'll send you the complete mod package)

 

Mod_Experience version:CS4 reset version_mod (trial version).zip
Installation method: After unzipping, copy the bin and data folders to the root directory of the game. It will prompt you to replace the files. Just select Yes.
F2: MOD switch
F7: Change the clothing form of the main character
F6: Change NPC’s clothing form

That's cool, Fie's CS2 outfit is her best one imo so it's great to see it mod of it in CS4. Kinda a noob question, but do I need to delete previous mods for this to work? It's been awhile, but I remember installing 3Dmigoto mods and some .pkg mods.  

Posted
On 1/5/2024 at 9:24 AM, lakovic said:

CS4 reset version mod

  Hi, everyone.
This is my sexy&nude 3.0 for CS4_mod. This is a brand new mod version that took several months to complete. In fact, I prefer to call it a reset mod.

  1: It will bring new breast shaking, most female characters will have breast shaking

  2: More fine mesh, upgrade most of the body's breasts and vagina, making them smoother.

  Reveal hidden contents

Snipaste_2023-08-22_23-09-06.png.85d2712969b774df659e1a9fc3b4217a.png

Snipaste_2024-01-05_02-07-31.png.49844f77e136716ba850057f8cb8b053.png

  3: Made about 80 nude female characters (including NPCs). I borrowed the screenshot below from the CS3_mod I made, but it has not been released yet. I released CS4 first.

  Reveal hidden contents

Snipaste_2023-08-03_01-18-28.jpg.464bd2c6668bfa93010a38175a6d911e.jpgSnipaste_2023-08-08_21-57-35.png.27d0692f33f27b3b2b066f0008be5ba7.png

  4: Made 10 DLCs, each DLC has 20 costumes. I made 300+PKG. The entire mod volume is close to 2GB, and most costumes have 3 forms.

  Reveal hidden contents

Snipaste_2024-01-05_01-47-11.png.cf5dc5300068ad87fac169c91ad29609.pngSnipaste_2024-01-05_01-47-23.png.84ed065c152f2f350644ef74c3b00ebe.png

  Before I start introducing the mod, the most important thing is that I want to thank @amorrow28 for always helping me. He is always very patient in answering my various questions. Without him making such a great pkg_mod tool, there would be no this mod, so really thank you very much

 

Let’s start introducing the mod. First, I’ll put a screenshot of my favorite Emma.

  Reveal hidden contents

Snipaste_2024-01-06_00-09-52.png.81c5265f3a0d2804758a22e4e80a2922.png

The following is the CS4 name 服装名单介绍.xlsx I made, which is roughly divided into 3 parts

  Reveal hidden contents

QQ20240105014026.thumb.png.c0705b9cb39da7eea3c37b0c39f4adfd.png

 

1. DLC costumes of main characters

2. Official costumes of the main characters
3. NPC clothing

 

Because there are so many costumes, and most of them have 3 forms(NPC have 4 forms), such as this

  Reveal hidden contents

Snipaste_2023-12-25_00-58-12.png.87d05c2c6c5afd0bd8560de77c283e22.png

So my screenshots only use the first form. You can enter the game to experience the other forms.

 

DLC1:Alisa, Emma, Laura, Fie, Sara

  Reveal hidden contents

Snipaste_2024-01-05_02-38-51.png.7f7d262e6b2c074836b6e415936d33fe.pngSnipaste_2024-01-05_02-37-27.png.6b6d53ea2ab5657d8674baf96391ee40.png

DLC2:Sara, Juna, Musse, Altina, Angelica

  Reveal hidden contents

Snipaste_2024-01-05_02-49-51.png.f5077a69e8ed1528cf43c08059fe8a86.pngSnipaste_2024-01-05_02-48-34.png.baadf64f8d65f9217ed61f6345b8cb2d.png

DLC3:  Angelica, Aurelia, Estelle, Sharon, Kea

  Reveal hidden contents

Snipaste_2024-01-05_03-00-42.png.ec3e5f24b5d8b4ddc898e15a860fe86f.pngSnipaste_2024-01-05_02-58-38.png.6170b57f88a44c1c59e2800d37687e14.png

DLC4:  Elie, Renne, Celine, Duvalie

  Reveal hidden contents

Snipaste_2024-01-05_03-15-35.png.1a8de7179b9417c8089e690df4854a84.pngSnipaste_2024-01-05_03-09-08.png.b200ae4d351d6ea1e21ba73dc8019519.png

DLC5:  Tita, Tio, Towa, Roselia

  Reveal hidden contents

Snipaste_2024-01-05_03-26-08.png.44227083a5274b646474f2db7002ad79.png

Snipaste_2024-01-05_03-24-51.png.9e16fe2fb9bf65815ca602400b6f71bb.png

DLC6:  Roselia, Elise, Vita, Afin, Ines, Ennea

  Reveal hidden contents

Snipaste_2024-01-05_03-36-01.png.d002a88896546aaf68f619eff9e4d62e.pngSnipaste_2024-01-05_03-34-49.png.bff3f22b51b0020c7e7aad1747311a90.png

DLC7:  Alisa, Fie, Laura, Emma, Juna, Musse

  Reveal hidden contents

Snipaste_2024-01-05_03-46-36.png.8671efa8f8d5b104d4ac0aacf4228d07.pngSnipaste_2024-01-05_03-43-42.png.0d03be23c7bd9a4dc992202709f91062.png

DLC8:  Altina, Aurelia, Tita, Duvalie, Tio, emma, Laura, Sharon, sara, Musse, Juna

  Reveal hidden contents

Snipaste_2024-01-05_03-54-33.png.1e258b6925b67e664d53d31638d83e96.pngSnipaste_2024-01-05_03-53-44.png.dcb1743b44679f246853f314fd1c91d0.png

DLC9:

  Reveal hidden contents

Snipaste_2024-01-05_03-58-44.png.046b5b083658e2ced1985b9962bc8d8b.png

DLC0:

  Reveal hidden contents

Snipaste_2024-01-05_04-06-20.png.d9a1acb3976385d23f0a42e814bc3253.png1.png.69995d4ac56044ad9e6a0817cd86c732.png

 

For the official clothing (including the DLC part), I modified some of the clothing so that their initial form is slightly different from the original, and they have 3 different forms at the same time.
But there are many costumes, so I won’t introduce them with screenshots.
For example, Alisa’s initial clothing

  Reveal hidden contents

2.png.80ace510a1be06a94520e128a41d3ec7.png


For example, Emma’s witch costume

  Reveal hidden contents

3.png.111f617a27a4233e9750347ce02151d0.png4.png.64e2831a750d344f7c70c30ca09c7f35.png


I curved the fabric on the chest like a petal and made it very easy for her to expose her nipples.

  Reveal hidden contents

5.png.4797d3ca32fee0449340ebbd0701b68f.png


I also optimized the shaders of some clothes, such as Duvalie

  Reveal hidden contents

6.png.2a645c21221916c34ceae5eebb589723.png7.png.ab5cbde497966fcd0031858d805d925b.png

 

Finally, I wish everyone a happy gaming experience

(Later, I will upload the mod installation package, but this is an experience package, you can experience some of the content. If you need the complete mod installation package, please support my https://ko-fi.com/lakovic and donate $10 and leave your contact (Loverslab ID) info and I'll send you the complete mod package)

 

Mod_Experience version:CS4 reset version_mod (trial version).zip
Installation method: After unzipping, copy the bin and data folders to the root directory of the game. It will prompt you to replace the files. Just select Yes.
F2: MOD switch
F7: Change the clothing form of the main character
F6: Change NPC’s clothing form

 

FixBug:

  Reveal hidden contents

01/06:Fixed Roselia_Darkness Queen (young girl and adult) display error1月6日修复更新.zip

             Copy C_CHR067_C72.pkg to the game root directory data\dlc\asset\D3D11
             Copy the chr067_c71 and chr067_c72 folders to bin\Win64\Mods\Roselia

  Reveal hidden contents

Snipaste_2024-01-06_16-00-04.png.d46362b5ec1a33133bf9bdba657df849.png

 

 

 

 

Amazing work and effort. But god that Emma photo with the cap ❤️. Do you plan to make this mod compatible with Hajimari/ Trails of Reverie?

Posted (edited)
16 hours ago, lakovic said:

Yes, I'm already planning to port this mod to Hajimari and Reverie, but also need to add DLC costumes for a few new characters, like Rixa, Noel. So it will take some time, maybe at the end of this month
In order to more people to experience this mod, I decided to release all NPC content, but the DLC costumes of the protagonist still require additional subscriptions. I look forward to your support.

If you downloaded the trial version of the mod, you can add this NPC expansion pack. If you downloaded the full version of the mod, you don’t need to download it. This content is already included.
Note that the following screenshots will contain spoilers. If you have not played CS4, it is recommended not to open them.

  Hide contents

Claire: Claire cannot be controlled in CS4, so I did not add any new clothes for her, but I significantly modified her initial clothes. This is a modification that I am very satisfied

with. Please note that her shortcut key is F7.

  Reveal hidden contents

Snipaste_2024-01-07_18-29-21.png.afc6933cd9771fc1a590ca4223020ac6.png

Arianrhod: In China we call her Sister 7, because she means the 7th pillar. She has three models in total, and the bleeding model took me a lot of time, even though it only lasted a few seconds in the plot.

  Reveal hidden contents

Snipaste_2024-01-07_18-50-07.png.2d4f5b2f004cb2d5ccadd77703c458a8.png

Princess Klaudia: She couldn't be naked in the previous CS4 mod, but now she can be naked. I think her original clothes are also very good, so I didn't modify her clothes, but the skirt is much shorter than before.

  Reveal hidden contents

Snipaste_2024-01-07_17-53-06.png.0b439f1182780e8c290ccc5bea1fb73e.png

Mariabell and her 3 dolls: I designed a new set of costumes. The snakes around the feet are very suitable for her. I also spent a lot of time making the joints of the dolls.

  Reveal hidden contents

Snipaste_2024-01-07_17-00-14.png.0cd778471cc335761cf79a9fc9ca7c60.png

Margarita: Although she is not a very important NPC, for the sake of fun, I also designed a nude body for her fat body. Although not many people like her.

  Reveal hidden contents

Snipaste_2024-01-07_17-43-55.png.df35cf5d1c1522c2546d31697ac980a0.png

Nurse Cecile: I gave her a very sexy nurse uniform

  Reveal hidden contents

Snipaste_2024-01-07_17-31-05.png.21ac5ca9a7a7a91dd556e3bbee147901.png

Scherazard: I gave her a very fancy dress

  Reveal hidden contents

Snipaste_2024-01-07_17-05-30.png.4194b17b0127bc8b26142ce7445b573a.png

 

npc expansion.zip 350.48 MB · 72 downloads

Instructions:
After decompression, copy the 57 pkgs to data\asset\D3D11, copy the NPC folder to bin\Win64\Mods, and restart the game.
If you have already downloaded my full version of the mod, you do not need to download this expansion pack

You should add larger chests(nothing crazy, but like 2x) to the playable cast, my horny ass would gladly pay for that ? Great work btw!

Edited by eystopreadingthis
Posted (edited)
On 1/7/2024 at 11:54 AM, lakovic said:

Yes, I'm already planning to port this mod to Hajimari and Reverie, but also need to add DLC costumes for a few new characters, like Rixa, Noel. So it will take some time, maybe at the end of this month
In order to more people to experience this mod, I decided to release all NPC content, but the DLC costumes of the protagonist still require additional subscriptions. I look forward to your support.

If you downloaded the trial version of the mod, you can add this NPC expansion pack. If you downloaded the full version of the mod, you don’t need to download it. This content is already included.
Note that the following screenshots will contain spoilers. If you have not played CS4, it is recommended not to open them.

  Reveal hidden contents

Claire: Claire cannot be controlled in CS4, so I did not add any new clothes for her, but I significantly modified her initial clothes. This is a modification that I am very satisfied

with. Please note that her shortcut key is F7.

  Reveal hidden contents

Snipaste_2024-01-07_18-29-21.png.afc6933cd9771fc1a590ca4223020ac6.png

Arianrhod: In China we call her Sister 7, because she means the 7th pillar. She has three models in total, and the bleeding model took me a lot of time, even though it only lasted a few seconds in the plot.

  Reveal hidden contents

Snipaste_2024-01-07_18-50-07.png.2d4f5b2f004cb2d5ccadd77703c458a8.png

Princess Klaudia: She couldn't be naked in the previous CS4 mod, but now she can be naked. I think her original clothes are also very good, so I didn't modify her clothes, but the skirt is much shorter than before.

  Reveal hidden contents

Snipaste_2024-01-07_17-53-06.png.0b439f1182780e8c290ccc5bea1fb73e.png

Mariabell and her 3 dolls: I designed a new set of costumes. The snakes around the feet are very suitable for her. I also spent a lot of time making the joints of the dolls.

  Reveal hidden contents

Snipaste_2024-01-07_17-00-14.png.0cd778471cc335761cf79a9fc9ca7c60.png

Margarita: Although she is not a very important NPC, for the sake of fun, I also designed a nude body for her fat body. Although not many people like her.

  Reveal hidden contents

Snipaste_2024-01-07_17-43-55.png.df35cf5d1c1522c2546d31697ac980a0.png

Nurse Cecile: I gave her a very sexy nurse uniform

  Reveal hidden contents

Snipaste_2024-01-07_17-31-05.png.21ac5ca9a7a7a91dd556e3bbee147901.png

Scherazard: I gave her a very fancy dress

  Reveal hidden contents

Snipaste_2024-01-07_17-05-30.png.4194b17b0127bc8b26142ce7445b573a.png

 

npc expansion.zip 350.48 MB · 337 downloads

Instructions:
After decompression, copy the 57 pkgs to data\asset\D3D11, copy the NPC folder to bin\Win64\Mods, and restart the game.
If you have already downloaded my full version of the mod, you do not need to download this expansion pack

Thanks for all the effort you put in this!
I do have a question though. I am playing on the Steam Deck and the mod does partly work. What does not work are the "F" functions. F2, F6 and F7 do nothing. Any idea how this could be fixed? I also tried the mod on my pc and there it works as expected.

Also, are the vanilla outfits still present in the game or are they all replaced by the mod outfits? Is there a way to keep the original outfits part of the cycle you go through when pressing F7?

 

Thanks again for the effort!

Edited by F4Slickx

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...