StarlightG Posted September 11, 2017 Posted September 11, 2017 the version I posted has g0rings changes to it, which basically just comments out the RJW custom stuff for animal pregnancies, currently messing around with it reactivated for my own game and to test wth is going wrong with the double pregnancies which may be why pregnancies are working without C&P, I might split off the code into it's own mod, If I'm right it would add compatibility between C&P and the alien races mods, as well as disabling pregnancies for those who don't want it as part of RJW. As the code adds a hediff for Pregnant, this will probably be why it follows the default pregnancies. Working herms will need some more thinking, the method I was attempting didn't work, so no eta on that unfortunately. Please could I get some more information on the clothes not popping up on them ParadoxalObserver, when does this happen and to who? From a brief look at the error log you posted though it might be a problem with C&P when it's updating the children to their next life stage, at which point you may need to check the thread for C&P on Ludeon forums, does it still happen with the other versions of the mod?
Raaaah Posted September 11, 2017 Posted September 11, 2017 the version I posted has g0rings changes to it, which basically just comments out the RJW custom stuff for animal pregnancies, currently messing around with it reactivated for my own game and to test wth is going wrong with the double pregnancies which may be why pregnancies are working without C&P, I might split off the code into it's own mod, If I'm right it would add compatibility between C&P and the alien races mods, as well as disabling pregnancies for those who don't want it as part of RJW. As the code adds a hediff for Pregnant, this will probably be why it follows the default pregnancies. Working herms will need some more thinking, the method I was attempting didn't work, so no eta on that unfortunately. Please could I get some more information on the clothes not popping up on them ParadoxalObserver, when does this happen and to who? From a brief look at the error log you posted though it might be a problem with C&P when it's updating the children to their next life stage, at which point you may need to check the thread for C&P on Ludeon forums, does it still happen with the other versions of the mod? Aye. The problem was C&P. I described that in an edit in my previous reply to you. Having C&P activated along with your new RJW for some reason makes clothing not appear on people. They're still wearing the clothing, it's just invisible. Deactivating C&P (unsurprisingly) breaks the save due to the presence of kids in the colony. Oddly enough, removing the RimChildren dll from your RJW's assemblies file allows the save to be loaded without noticeable issue (people have their clothes again!) but soon after it crashes even with developer mode on, so no doubt makes things too unstable. So currently your fix seems incompatible with C&P meaning if people are using it they need to start a new game. That's all the information I can give you from playing around with stuff! Hope it helps!
besina Posted September 11, 2017 Posted September 11, 2017 Hmm, okay, I gave that a shot. I disabled both the firewall and the auto-protect bits on Norton, re-downloaded and installed the fixed .dll file into the RJW/Assemblies folder, then whitelisted the .dll, and re-enabled the firewall and auto-protect, restarted the machine, and I'm still getting the errors. *growls at machine* Right now all I have loading in the mods section are: Core HugsLib Miscellaneous Core EdB Prepare Carefully Rimjobworld Mod List Backup The error log is here. Thanks so much for your help!! Could you look at the RJW archive (the .7z file you downloaded from here OR the cloned branch from github) and compare the files in there (without extracting them) with the files in your mod folder and see whether all files are there. I'm not that familiar with C# and RimWorld but it just seems like some files are either missing or at the wrong place. I think it may be easier to just delete and start with a fresh install. I just need to make sure I'm installing it in the right place and doing the rest of it correctly. Please let me know if this looks right: Downloading the current RimjobWorld from the pinned message at the top of page 1 Creating folder RJW at C://Program Files (x86)/Steam/steamapps/common/RimWorld/mods/ Extracting RimjobWorld into the RJW folder Downloading StarlightG's RJW 1.4.5 update and extracting that into the RJW/assemblies folder (see edit) Deactivate all mods except for Core and HugsLib Placing RimworldJob just after HugsLib Exit game and restart computer Does that sound correct? Thanks so much! Edit: Whoops! Seems like StarlightG's RJW update needs to be extracted and the contents in its innermost folder moved directly into the RJW one. *Seems* like I have that much of it working now! Woo! (At least it loads!) Still testing the rest. Thanks for all your help!
StarlightG Posted September 11, 2017 Posted September 11, 2017 http://www.loverslab.com/files/file/4481-%7B%3F%7D/ Here's the most recent version, only change is I put the inter species stuff back in, but the double pregnancies may be back, to install you should use a fresh folder I think, rather than installing this ontop of an existing version, just unzip and add to the mods folder. I should add I'm using the most recent version of C&P from the Ludeon forums.
Raaaah Posted September 12, 2017 Posted September 12, 2017 Here's the most recent version, only change is I put the inter species stuff back in, but the double pregnancies may be back, to install you should use a fresh folder I think, rather than installing this ontop of an existing version, just unzip and add to the mods folder. I should add I'm using the most recent version of C&P from the Ludeon forums. Could you share your mod order? Even with using the most recent C&P and this most recent patch it still appears to oddly be incompatible with C&P for me. As in, creating a new world crashes and loading an old save has clothes being invisible with the same error as before; 'Could not execute post-long-event action. Exception: System.NullReferenceException: Object reference not set to an instance of an object at RimWorldChildren.Children_Drawing.ModifyChildBodyType (Verse.Pawn) <0x00010> at (wrapper dynamic-method) Verse.PawnGraphicSet.ResolveApparelGraphics_Patch2 (object) <0x000ae> at RimWorld.Pawn_ApparelTracker.<ApparelChanged>m__348 () <0x0002a> at Verse.LongEventHandler.ExecuteToExecuteWhenFinished () <0x00069> Verse.Log:Error(String) Verse.LongEventHandler:ExecuteToExecuteWhenFinished() Verse.LongEventHandler:ExecuteWhenFinished(Action) RimWorld.Pawn_ApparelTracker:ApparelChanged_Patch2(Object) RimWorld.Pawn_ApparelTracker:Notify_ApparelRemoved_Patch3(Object, Apparel) Verse.ThingOwner:NotifyRemoved(Thing) Verse.ThingOwner`1:Remove(Thing) Verse.GenSpawn:Spawn(Thing, IntVec3, Map, Rot4, Boolean) Verse.GenSpawn:Spawn(Thing, IntVec3, Map) Verse.GenPlace:TryPlaceDirect(Thing, IntVec3, Map, Thing&, Action`2) Verse.GenPlace:TryPlaceThing(Thing, IntVec3, Map, ThingPlaceMode, Thing&, Action`2) Verse.GenDrop:TryDropSpawn(Thing, IntVec3, Map, ThingPlaceMode, Thing&, Action`2) Verse.ThingOwner:TryDrop(Thing, IntVec3, Map, ThingPlaceMode, Thing&, Action`2) Verse.ThingOwner`1:TryDrop(Thing, IntVec3, Map, ThingPlaceMode, Apparel&, Action`2) RimWorld.Pawn_ApparelTracker:TryDrop_Patch0(Object, Apparel, Apparel&, IntVec3, Boolean) RimWorld.Pawn_ApparelTracker:TryDrop(Apparel, Apparel&) RimWorld.<MakeNewToils>c__Iterator53:<>m__10E() Verse.AI.JobDriver:TryActuallyStartNextToil() Verse.AI.JobDriver:ReadyForNextToil() Verse.AI.JobDriver:DriverTick() Verse.AI.Pawn_JobTracker:JobTrackerTick() Verse.Pawn:Tick() Verse.TickList:Tick() Verse.TickManager:DoSingleTick() Verse.TickManager:TickManagerUpdate() Verse.Game:UpdatePlay() Verse.Root_Play:Update()' Take note that I have not yet tried just running C&P and RJW without any other mod so it could be something else causing the incompatibility. EDIT: Forgot to mention this is the error I get when dropping clothing unlike the error I shared previously which involved putting clothing on. But just like before, the issue seems to oddly be with C&P if I'm reading it correctly. EDIT 2: Correction. Tested and running Hugslib; C&P; and RJW (in that order) still crashes on attempting a new game. If you want I can PM you the error log if it's at all useful to you.
StarlightG Posted September 12, 2017 Posted September 12, 2017 I think the new world not starting has something to do with the seed, some won't work and cause a ctd and is an pre-existing bug, I can't remember right now if this is a RJW issue or a C&P one, but I think it was RJW, try a different seed and it should start, will probably set up a test build at the weekend and try and sort this out if I find the energy but it's probably beyond my skills, but let me know if a new seed doesn't work and I'll give this a higher priority. Tried it out on my end and got this behavior, first seed crashed on world building, second seed loaded correctly and got to landing ok. Mod load order is HugsLib, GetNaked!, C&P testing v0.3h, RJW Master, Monstergirl+, and a lot of personal mods which shouldn't necessary affect this as they aren't related to the project, but far too numerous to state.
torill Posted September 12, 2017 Posted September 12, 2017 the version I posted has g0rings changes to it, which basically just comments out the RJW custom stuff for animal pregnancies, currently messing around with it reactivated for my own game and to test wth is going wrong with the double pregnancies which may be why pregnancies are working without C&P, I might split off the code into it's own mod, If I'm right it would add compatibility between C&P and the alien races mods, as well as disabling pregnancies for those who don't want it as part of RJW. As the code adds a hediff for Pregnant, this will probably be why it follows the default pregnancies. Working herms will need some more thinking, the method I was attempting didn't work, so no eta on that unfortunately. Please could I get some more information on the clothes not popping up on them ParadoxalObserver, when does this happen and to who? From a brief look at the error log you posted though it might be a problem with C&P when it's updating the children to their next life stage, at which point you may need to check the thread for C&P on Ludeon forums, does it still happen with the other versions of the mod? If you can disable pregnancies along with g0rings clothes stripping I will hail you as a god amongst men, hero or emperor take your pick! Thank you for working on this as well as all others who are doing so.
Raaaah Posted September 12, 2017 Posted September 12, 2017 I think the new world not starting has something to do with the seed, some won't work and cause a ctd and is an pre-existing bug, I can't remember right now if this is a RJW issue or a C&P one, but I think it was RJW, try a different seed and it should start, will probably set up a test build at the weekend and try and sort this out if I find the energy but it's probably beyond my skills, but let me know if a new seed doesn't work and I'll give this a higher priority. Tried it out on my end and got this behavior, first seed crashed on world building, second seed loaded correctly and got to landing ok. Mod load order is HugsLib, GetNaked!, C&P testing v0.3h, RJW Master, Monstergirl+, and a lot of personal mods which shouldn't necessary affect this as they aren't related to the project, but far too numerous to state. Again, oddly enough when I delete RimChildren in the RJW assemblies file it seems to fix the issue but appears to make the game heavily unstable. I noticed that previous iterations of RJW didn't have the RimChildren.dll there. I assume it's for some reason needed for the changes you made? And do not fret, the amount of work you've put into this in so little time earns you five starts in my book even if you're having difficulty fixing everything. EDIT: Also, isn't Rimchildren 0.3k the latest version not 0.3h?
besina Posted September 13, 2017 Posted September 13, 2017 Anyone else having trouble with their pets not using the sleeping spots? Assigned or unassigned doesn't seem to matter, mine wander around until they pass out from exhaustion. I'm not sure if this is an issue with RJW or not (I've tried it with StarlightG's 1.4.5 and 1.4.6) and removed all mods having to do with pet beds. My game is going buggy every time I disable RJW though and crashing without saving the mod order and the disabled RJW, so I can't try it without it turned off. Can someone else give it a try?
Soronarr Posted September 13, 2017 Posted September 13, 2017 Hmm..pets seem to use sleeping spots. But I do see another oddity - I can't milk or shear pets.
centerflag982 Posted September 13, 2017 Posted September 13, 2017 Anyone else having trouble with their pets not using the sleeping spots? Assigned or unassigned doesn't seem to matter, mine wander around until they pass out from exhaustion. I'm not sure if this is an issue with RJW or not (I've tried it with StarlightG's 1.4.5 and 1.4.6) and removed all mods having to do with pet beds. My game is going buggy every time I disable RJW though and crashing without saving the mod order and the disabled RJW, so I can't try it without it turned off. Can someone else give it a try? Yeah, I've noticed this happening too - only sometimes though. Like half the time they'll use their spot, half the time they'll wander around all night and then collapse. It's weird, even if they don't sleep in the spot they should at least intentionally sleep on the ground As far as crashing if you try to disable the mod - are you trying to load the RJW save? Or are even new games crashing? In the latter case you should use Steam's "verify integrity," there's no way that should be happening.
themadcow Posted September 14, 2017 Posted September 14, 2017 hmmm have not tryed the new vrs yet did have this err with no milk or share happen before i fond out about this mod check to see if you have pawn play together as its is know to break this job itself will check out new vr myself but i am not a modder
StarlightG Posted September 15, 2017 Posted September 15, 2017 A little weekend treat for some, my current version with the pregnancy part taken out, with luck I can re-unify the mod again at the end of the weekend, as well as finally get this project properly hooked into C&P... I think >.< http://www.loverslab.com/files/file/4490-%7B%3F%7D/
centerflag982 Posted September 16, 2017 Posted September 16, 2017 as well as finally get this project properly hooked into C&P... I think >.< Can't wait
Raaaah Posted September 16, 2017 Posted September 16, 2017 A little weekend treat for some, my current version with the pregnancy part taken out, with luck I can re-unify the mod again at the end of the weekend, as well as finally get this project properly hooked into C&P... I think >.< Seems to have fixed the issues I was having! Excellent work! Oh! And you never said; are you considering adding your own mechanics after you fix what you want to fix in RJW?
StarlightG Posted September 16, 2017 Posted September 16, 2017 I'm not really a programmer, so I'm not sure what more I can really do other then bug fixing and tweaking what's already there, might try and clean up genital injection to give appropriate genitalia to the animals, and stop raiders ect from having std's if that's turned off.
torill Posted September 16, 2017 Posted September 16, 2017 A little weekend treat for some, my current version with the pregnancy part taken out, with luck I can re-unify the mod again at the end of the weekend, as well as finally get this project properly hooked into C&P... I think >.< WOOHOOOO!!! Thank you! Greatly appreciated StarlightG.
VoidBot Posted September 17, 2017 Posted September 17, 2017 So if i wanted to get the "updated" version of RJW what is it going to be?
Bddy420 Posted September 17, 2017 Posted September 17, 2017 Okay. I suck. I'm trying to get it so I can add a penis to a girl or Vagina to a male or breasts to a male after removal or before. I tried using the altered Recipes code earlier in this thread and that didn't seem to work. Just get the option to remove or install original gendered parts. Then I tried going in and copy/pasting and changing the code and THAT didn't work. Im not the most computer literate. Can someone please offer some expertise and know how?
Kjndst Posted September 19, 2017 Posted September 19, 2017 Well i got this with RJW 1.4.4 hope it not crash when i update to 1.4.6
Soronarr Posted September 19, 2017 Posted September 19, 2017 Okay. I suck. I'm trying to get it so I can add a penis to a girl or Vagina to a male or breasts to a male after removal or before. I tried using the altered Recipes code earlier in this thread and that didn't seem to work. Just get the option to remove or install original gendered parts. Then I tried going in and copy/pasting and changing the code and THAT didn't work. Im not the most computer literate. Can someone please offer some expertise and know how? IIRC, it's under AddHEadiff ->Implant (for anything besides normal vag/penis)
Soronarr Posted September 19, 2017 Posted September 19, 2017 HM...I'm looking a bit at the code myself. Adding futas to genital generation should be dimple. However, I see no pregnancy code. Deciding who the father and who the mother is would be the tricky part.
StarlightG Posted September 19, 2017 Posted September 19, 2017 Hi Soronarr, the latest patch I put up crudely yanks the pregnancy stuff, it normally at the end of the xxx folder, with the stuff that actually handles hybrid pregnancies in pregnancy override, you want my slightly older version, for future reference the "b" versions I'm dropping won't have pregnancy in it, got some ideas to reunify the mod in the coming weeks once I learn some new stuff, which will mean pregnancy will only happen if you have C&P installed. Also, I've been sick this weekend, hence my silence while I binged on Girl Genius
centerflag982 Posted September 19, 2017 Posted September 19, 2017 Okay. I suck. I'm trying to get it so I can add a penis to a girl or Vagina to a male or breasts to a male after removal or before. I tried using the altered Recipes code earlier in this thread and that didn't seem to work. Just get the option to remove or install original gendered parts. Then I tried going in and copy/pasting and changing the code and THAT didn't work. Im not the most computer literate. Can someone please offer some expertise and know how? I'll take a look at this myself if I get a chance tonight, it would definitely be nice to "reconfigure" pawns, whether that be making futas, shemales, whatever. Hi Soronarr, the latest patch I put up crudely yanks the pregnancy stuff, it normally at the end of the xxx folder, with the stuff that actually handles hybrid pregnancies in pregnancy override, you want my slightly older version, for future reference the "b" versions I'm dropping won't have pregnancy in it, got some ideas to reunify the mod in the coming weeks once I learn some new stuff, which will mean pregnancy will only happen if you have C&P installed. Also, I've been sick this weekend, hence my silence while I binged on Girl Genius Ah alright, I thought you had meant that you had temporarily removed pregnancy and were working on fixing it. Will relying on C&P for pregnancy functions still allow the interspecies pregnancies that RJW used to have? C&P would also probably make the futa idea problematic, as AFAIK it bases impregnation solely on pawns' genders, with no regard to anatomy from other mods (for instance, Birds and Bees adds genitalia, but a dude who gets his balls shot off can still get a girl pregnant through C&P mechanics)
clrpurp242 Posted September 19, 2017 Posted September 19, 2017 Ah alright, I thought you had meant that you had temporarily removed pregnancy and were working on fixing it. Will relying on C&P for pregnancy functions still allow the interspecies pregnancies that RJW used to have? C&P would also probably make the futa idea problematic, as AFAIK it bases impregnation solely on pawns' genders, with no regard to anatomy from other mods (for instance, Birds and Bees adds genitalia, but a dude who gets his balls shot off can still get a girl pregnant through C&P mechanics) This is at least partly correct. A female that ends up with a penis somehow can impregnate other women. And themselves, even if they lack a vagina.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.