Akiya82 Posted January 29, 2022 Posted January 29, 2022 View File Pregnancy Stage Graphics This mod adds a graphical display of the stages of pregnancy of the female pawn. Works only when the pawn is not wearing clothes that hide the torso. The latest version is always on Gitgub Submitter Akiya82 Submitted 01/29/2022 Category Rimworld 8
Tory187 Posted January 29, 2022 Posted January 29, 2022 (edited) Hey, a Rimnude submod! Nice work! I took a look at things on the git it all looks great. Shouldn't the patch that adds new pregnancy states to humans be a replace operation instead? Defs/ThingDef[defName="Human"]/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[hediffGraphics/RJW_pregnancy] That xpath will target the li you would want to replace. And after this change I would make it be set to load after rimnude. Your patches are done correctly for 1.3, dont need mine to fix it. Oh also, can you add <debug>false</debug> to the root of all these? That will stop rimnude logs from getting clogged up with listing all the addon variants. One thing that I haven't gotten around to doing for rimnude that I suggest you do for your mod is have a 0 severity state in the pregnancy. Just a null texture for the super early state so their body doesnt instantly show signs of pregnancy when it happens. Something like this: (path is just an example) <severity> <a0.9>Belly/belly_cumE</a0.9> <a0.6>Belly/belly_cumI</a0.6> <a0.3>Belly/belly_cumS</a0.3> <a0.0>Belly/null</a0.0> </severity> Also, I'm curious what here is causing a Licentia Labs dependency? Oh and can you make it so instead of listing OTYNude incompatible it just says load before? Using OTYNude will cause your mod to not work at all with humans but still work for aliens and some people would want that still. Edited January 29, 2022 by Tory187
Akiya82 Posted January 29, 2022 Author Posted January 29, 2022 (edited) Thanks for the suggestion, I'll add that soon. This mod separated from Cumflation Graphics and there was this dependency, but I forgot that here hediff from LL is not, so it remained. Thanks for pointing out the error, I'll fix it as well. Edited January 29, 2022 by Akiya82
ErFalcio Posted February 6, 2022 Posted February 6, 2022 (edited) For some reason this doesn't seem to be working for me. Odd is that it doesn't even produce any error. Edit: Solved. Turns out it works fine if I don't mess with dev console. Edited February 14, 2022 by ErFalcio
DrunkLurker Posted February 11, 2022 Posted February 11, 2022 Reposting this in the correct mod thread this time >< Tried getting Pregnancy Stages Graphics to work, which uses RimNudeWorld as a dependency. Pregnancy Stages states that it should be loaded before RimNude, however, trying to do that results in a bunch of errors like this: Quote <south><layerOffset>-0.28</layerOffset><bodyTypes><Female>(0,0)</Female><Thin>(0,0)</Thin></bodyTypes><layerOffset>-0.28</layerOffset></south> Full log: https://gist.github.com/cc53e8db5aa54f6fe333c42b5db15708 I took a look at Pregnancy's .xml's, and it looks like it does a check of layerOffset existing and creates it in case it doesn't. So I moved Pregnancy after RimNude (ignoring the order warning), and the offset error got fixed. Is Pregnancy mod really supposed to be loaded before RimNude and I'm missing something, or is that a problem with the mod ordering recommendation?
Akiya82 Posted February 12, 2022 Author Posted February 12, 2022 On 2/11/2022 at 7:48 AM, DrunkLurker said: Reposting this in the correct mod thread this time >< Tried getting Pregnancy Stages Graphics to work, which uses RimNudeWorld as a dependency. Pregnancy Stages states that it should be loaded before RimNude, however, trying to do that results in a bunch of errors like this: Full log: https://gist.github.com/cc53e8db5aa54f6fe333c42b5db15708 I took a look at Pregnancy's .xml's, and it looks like it does a check of layerOffset existing and creates it in case it doesn't. So I moved Pregnancy after RimNude (ignoring the order warning), and the offset error got fixed. Is Pregnancy mod really supposed to be loaded before RimNude and I'm missing something, or is that a problem with the mod ordering recommendation? Fixed.
Akiya82 Posted February 12, 2022 Author Posted February 12, 2022 On 1/29/2022 at 4:27 PM, Tory187 said: Oh also, can you add <debug>false</debug> to the root of all these? That will stop rimnude logs from getting clogged up with listing all the addon variants. Can you tell me how this should look in the xml file? When I tried to insert it, I got errors.
Tory187 Posted February 13, 2022 Posted February 13, 2022 (edited) 7 hours ago, Akiya82 said: Can you tell me how this should look in the xml file? When I tried to insert it, I got errors. <li> <path>Belly/FeaturelessBelly</path> <bodyPart>Torso</bodyPart> <shaderType>CutoutComplex</shaderType> <inFrontOfBody>true</inFrontOfBody> <drawnInBed>false</drawnInBed> <defaultOffset>Tail</defaultOffset> <debug>false</debug> <hiddenUnderApparelFor> <li>Torso</li> </hiddenUnderApparelFor> <hediffGraphics> Just anywhere right after the <li> Edit: Also this is only necessary if the mod is loaded after rimnude. My patch is already adding it there if its loaded before rimnude. But I recommend having your mod loaded after rimnude and removing/replacing belly addons because right now its adding its own belly ontop of rimnude's belly addon for humans. plus doing it that way will erase OTY's belly too depending on order that the mod is loaded so anyone can choose. Edited February 13, 2022 by Tory187
nuggetperson Posted February 26, 2022 Posted February 26, 2022 Quick question, does this mod work for a race using the default body?
Akiya82 Posted March 20, 2022 Author Posted March 20, 2022 On 2/27/2022 at 2:38 AM, nuggetperson said: Quick question, does this mod work for a race using the default body? On 3/19/2022 at 2:27 PM, sim64k said: is there any way this will ever work with humans? Yep
sim64k Posted March 26, 2022 Posted March 26, 2022 I see this does work with humans, sorry. There seems to be a bug with it interacting with Nyaron children, where it duplicates the ears and tail with a new adult size set. Clearly there is no pregnancy involved, it just affects them for some reason. I'm sure this is an issue on the Nyaron side, but do you happen to know why it may be? To ensure your mod was the problem I unloaded it and the problem disappears. I am currently loading it between oty and rimnude world since not doing so causes other issues.
Tory187 Posted March 27, 2022 Posted March 27, 2022 5 hours ago, sim64k said: I see this does work with humans, sorry. There seems to be a bug with it interacting with Nyaron children, where it duplicates the ears and tail with a new adult size set. Clearly there is no pregnancy involved, it just affects them for some reason. I'm sure this is an issue on the Nyaron side, but do you happen to know why it may be? To ensure your mod was the problem I unloaded it and the problem disappears. I am currently loading it between oty and rimnude world since not doing so causes other issues. This mod does not cause that issue. The mod Babies and Children does. It duplicates and even triplicates addons for its children randomly.
sim64k Posted March 27, 2022 Posted March 27, 2022 Looking at the XMLs it doesn't make much sense to me either, but the only change I make is add this mod and I get duplicate bits. I remove it and have no issues. I made extra sure to keep that as the only change. Could this mod be messing with Babies and Children? Absolutely, but the graphic issue seems to be caused by this mod.
Mijirola Posted April 9, 2022 Posted April 9, 2022 I Have tried everything but pregnant stomach not showing and cumflation it's the same.. Maybe i have a no compatible mod but i have tried one by one and it's not working too. Thank for your help
Akiya82 Posted April 16, 2022 Author Posted April 16, 2022 Spoiler On 4/10/2022 at 12:15 AM, Mijirola said: I Have tried everything but pregnant stomach not showing and cumflation it's the same.. Maybe i have a no compatible mod but i have tried one by one and it's not working too. Thank for your help PSG does not currently support OTY_NUDE
Tory187 Posted April 17, 2022 Posted April 17, 2022 well... OTYnude has pregnancy graphics and cumflation graphics too soooo if your not seeing it with that installed you prob doing something wrong, like expecting to see them when a pawn is wearing clothes or something. 1 hour ago, Akiya82 said: Reveal hidden contents PSG does not currently support OTY_NUDE And its totes fine to use your mod with OTY_nude. no errors will show. your mod adds pregnancy graphics ontop of rimnudes for humans, OTY_nude is designed to remove rimnudes belly graphics for humans and in turn it will remove yours for humans as well if it is loaded after PSG. Which is totally fine for someone that wants to use this mod for alien races, because this mod and OTY_nude do nearly exactly the same thing for humans belly graphics.
Blaizen Posted July 25, 2022 Posted July 25, 2022 the mod does not detect the rimnudeworld, and I have the most recent version
DeathToHumankind Posted July 31, 2022 Posted July 31, 2022 (edited) For some reason Cumflation amd PSG do not work. I have all required mods and do not use incompetable. I pinned a couple of screenshots of debug log. Also here is a link to Ctrl + F12 if it helps in any way: https://gist.github.com/730a30a44512d664122f2e594c1b2cc8 Downloaded RW yesterday and started modding it the same day, so all the versions should be up-to-date. Spoiler Edited July 31, 2022 by DeathToHumankind
Akiya82 Posted July 31, 2022 Author Posted July 31, 2022 12 hours ago, DeathToHumankind said: For some reason Cumflation amd PSG do not work. I have all required mods and do not use incompetable. I pinned a couple of screenshots of debug log. Also here is a link to Ctrl + F12 if it helps in any way: https://gist.github.com/730a30a44512d664122f2e594c1b2cc8 Downloaded RW yesterday and started modding it the same day, so all the versions should be up-to-date. Hide contents Load the "Cumulation graphics" mod after Rimnude in the mod manager.
Tory187 Posted July 31, 2022 Posted July 31, 2022 They are still going to get those errors regardless. The patches included in cumflation graphics does not check for the race mods but just for rimnude. IDK why it even checks for rimnude, it doesnt use anything that requires it. The patches error because they are not using those races and the patches are not checking if the races are in use. In the end though the errors can be ignored.
DeathToHumankind Posted July 31, 2022 Posted July 31, 2022 4 hours ago, Akiya82 said: Load the "Cumulation graphics" mod after Rimnude in the mod manager. Gave it a try just now. First off all game says it should be loaded other way around (pinned picture), but i ignored red and loaded my save anyways. Unfortunately no changes from what a had before.
DeathToHumankind Posted July 31, 2022 Posted July 31, 2022 4 hours ago, Tory187 said: They are still going to get those errors regardless. The patches included in cumflation graphics does not check for the race mods but just for rimnude. IDK why it even checks for rimnude, it doesnt use anything that requires it. The patches error because they are not using those races and the patches are not checking if the races are in use. In the end though the errors can be ignored. Thanks
DeathToHumankind Posted July 31, 2022 Posted July 31, 2022 (edited) 20 hours ago, Akiya82 said: Load the "Cumulation graphics" mod after Rimnude in the mod manager. Okay, but after a played with order of the mods a little (result on the 2nd pinned pic) i finally got some results ( 1st Pinned Picture). As you can see it's a floating belly xD. If the pawn is sideways it floats either behind or infront of it. Also that's the inflation from cumflation mod, no matter the order i could not make PSG work. Any suggestions? Edit 1: If i disable PSG from the order on picture 2 for some unspeakable reason it starts actually working and pawn actually has pregnant belly. Cumflation is still visible and still displaced. Edit 2: If i turn off PSG and bring cumflation above RimNudeWorld in loading order menu i get everything to work (pregnant bellies and cumflation works as intended, tho some texture clipping on the extreme severity and highter) But if cumflation mod has cumflation AND pregnant bellies what does this mod supposed do? Only pregnant bellies without cumflation? But then cumflation can be turned manualy off in lacentia labs options... Edited August 1, 2022 by DeathToHumankind
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