Saints Row IV clothing in Gat out of Hell

Thanks, Minimaul! This is really great to see! One of my favorite clothing features has always been the cloth sim. :)
(I haven't tried it yet, but I will. I was so happy to see this I had to reply right away)
The code that I used for this is already on github :)
Look at:
https://github.com/tomjepp/ThomasJepp.SaintsRow/tree/master/SaintsRow/ClothSimulation
and
https://github.com/tomjepp/ThomasJepp.SaintsRow/tree/master/ThomasJepp.SaintsRow.ConvertClothSim

I'm not sure how to make a useful tool for creating custom cloth sim (if that's even worth doing, or if it should be left to the clothing SDK stuff).

I'm also looking into porting the Kinzie and Gat costumes from GOOH to the SRIV modding patch - but there's an issue in the modding patch at the moment that prevents it from working.
 
Wow! That was a lot of work! You had to completely parse the whole file and rebuild it for the other version. Nice clean easy-to-read code, though. :)
I'm not sure how to make a useful tool for creating custom cloth sim (if that's even worth doing, or if it should be left to the clothing SDK stuff).
Well, hopefully the SDK will support cloth sim, but, if not, you've got all the data parsed out so you (or anyone who can read your source code) can probably make a tool that adds cloth sim to the SDK. Either way, this is very exciting! :D

And I just played GOOH for 2 hours with your beta 1 version installed, and I tried all my favorite cloth sim clothes, hats, anime backpack, and bunny slippers, and everything worked perfectly! Great job!
 
Last edited:
The code that I used for this is already on github :)
Look at:
https://github.com/tomjepp/ThomasJepp.SaintsRow/tree/master/SaintsRow/ClothSimulation
and
https://github.com/tomjepp/ThomasJepp.SaintsRow/tree/master/ThomasJepp.SaintsRow.ConvertClothSim

I'm not sure how to make a useful tool for creating custom cloth sim (if that's even worth doing, or if it should be left to the clothing SDK stuff).

I'm also looking into porting the Kinzie and Gat costumes from GOOH to the SRIV modding patch - but there's an issue in the modding patch at the moment that prevents it from working.
I already tried but there is a significant difference in coding between the 2 games, that includes srtt an sriv, that it is refusing to show the simulated arms on kinzie from gooh and also gat. I have been trying to resolve the issue with this for a while and was able to successfully port kinzie cop from gooh to srtt and sriv yet had to make major changes to the pc_morph files to do it. as for the beta patch I can't say as I am not a beta patch tester but I am just relating to what information I have as far as porting the characters and the simulated cloth working properly.
Seems the pc_morph file has a lot to do with how the simulated clth actualy converts from one game to the other.
 
I already tried but there is a significant difference in coding between the 2 games, that includes srtt an sriv, that it is refusing to show the simulated arms on kinzie from gooh and also gat. I have been trying to resolve the issue with this for a while and was able to successfully port kinzie cop from gooh to srtt and sriv yet had to make major changes to the pc_morph files to do it. as for the beta patch I can't say as I am not a beta patch tester but I am just relating to what information I have as far as porting the characters and the simulated cloth working properly.
Seems the pc_morph file has a lot to do with how the simulated clth actualy converts from one game to the other.
cf_pckinziehell doesn't even have a morph_pc file?

https://saintsrowmods.com/search/Files/Results?game=5&searchTerm=cf_pckinziehell

Edit: ah, misread. You meant the cop outfit kinzie from one of the endings. Which is an NPC and isn't even clothing at all?
 
cf_pckinziehell doesn't even have a morph_pc file?

https://saintsrowmods.com/search/Files/Results?game=5&searchTerm=cf_pckinziehell

Edit: ah, misread. You meant the cop outfit kinzie from one of the endings. Which is an NPC and isn't even clothing at all?
Yeah, sorry miread things:rolleyes:. Yes i been working on trying to port the characters and trying to port a few that seem like i can actualy port their outfits as usable clothing( looked into files and have been trying to port super shaundi outfit as usable clothing). I guess my confusion between your project here and mine i got confused:rolleyes:. Sorry.
 
So, if you were able to do this, would you be able to port Gat/Kinzie's outfits to SRIV?
I've already put a proof-of-concept mod on the Steam Workshop for the modding patch for this. It's not complete yet though.

Edit:
upload.png
 
Cool. Would there be a way to port the NPC Johnny/Kinzie to SRIV? To replace like the Sim clothing of them?

Guess thats a no then?
 
Last edited by a moderator:
I'm going to take a wild guess and say that mod comes with a customize_item.asm_pc too? If so, a crash is not unexpected as the mods will conflict
As for the crash after switching characters, I've not seen that but I'll test it later.


Hey man. I also got that problem with it crashing when I try to load the game. But I don't have that "customize_item.asm_pc". Could there be anything else that is doing this? And btw, I have done everything perfectly.
 
Hey man. I also got that problem with it crashing when I try to load the game. But I don't have that "customize_item.asm_pc". Could there be anything else that is doing this? And btw, I have done everything perfectly.
What other mods do you have?
 
Back
Top