draculord Posted October 28, 2022 Posted October 28, 2022 ok so is anyone else only able to see 1 faction and crashes if they click on it or is it just me
S32S32S5 Posted October 29, 2022 Posted October 29, 2022 2 hours ago, draculord said: ok so is anyone else only able to see 1 faction and crashes if they click on it or is it just me When I screwed up my mod order, that happened. Nothing to do with RJW. Rimworld might even autosort that issue out.
Love R Slab Posted October 31, 2022 Posted October 31, 2022 (edited) Having a little trouble with the cum addiction mechanic. I have one colonist whom under the health tab has "Cum addictiveness - Large, More likely to get addicted to cum" but no matter how much they consume I never see any indication of tolerance under the health tab and no addiction takes place. They do get the "Ate cum" status applied but it is and always has been -2. Any help would be appreciated Edited October 31, 2022 by Love R Slab
AFS4 Posted November 2, 2022 Posted November 2, 2022 Hey there. I intalled the mod yesterday and am playing on 1.4. I seem to not have the sex stats (list of parters and how many times what sex action was taken and so on) that where present when I last played it on 1,3. Is this normal? Does it still need to be implemented for 1.4? Thanks in adnvance
lk74 Posted November 4, 2022 Posted November 4, 2022 (edited) a one-line edit to make Rimworld generate Cum related drug genes. ...cuz I really want a race of genetically-addicted-to-cum peoples. Nope it wasnt working Edited November 6, 2022 by lk74 BUG FOUND 4
Verwnadan Posted November 6, 2022 Posted November 6, 2022 How do I emptied the cum bucket? I can't manually interact with it when there is no pawn cover with cum.
lk74 Posted November 6, 2022 Posted November 6, 2022 Sorry folks, I should have run some tests before uploading this. Apparently, RW addiction consumption detection did not run when ingesting cum. My guess is the code had a filter for thing category, and Cum being OrganicProductBase is being filtered out. I changed cum's parent from OrganicProductBase to DrugBase, and now RW does consider it as a drug and everything works just fine. so, patch 1.2 might break something tho, since I replaced GatheredCum def If I werent this lazy I should make a new drug that gives cum... but HOW CAN ONE ACCEPT PROCESSED CUM AS CUM !!!! rjw-sexp-CumGenesV2.zip 10
jenova666 Posted November 6, 2022 Posted November 6, 2022 I have an issue with RJW Menstruation. Since I can not find a page for it I just post it here. When you have a colonist give birth with the Biotech DLC you do not get the normal Biotech birthing. That is mentioned in the files so fair enough. However the problem comes with the actual child. By default a child should be able to work different tasks as they grow. In default RJW this works just fine as the Biotech DLC say it should work. The problem with RJW Menstruation is that it uses the old way of handling children. It gives the child a debuff which removes manipulation until they are grown up. This means that the children from Biotech do not work as intended which is very annoying. To fix this you have to use Character Editor and remove this hidden debuff manually which is very annoying. Another problem is that a child is simply give the default name of "Baby". Which you also have to use character edit to change. Unless you want every child to be named the same. Can these issues be fixed?
Rimworld Traveller Posted November 6, 2022 Posted November 6, 2022 On 10/25/2022 at 10:27 AM, jenova666 said: Any news on 1.4 update? It's been working just fine for me!
jenova666 Posted November 6, 2022 Posted November 6, 2022 6 hours ago, Rimworld Traveller said: It's been working just fine for me! Because it is updated for 1.4 now. That message was made before it was updated. It broke the game hard before.
hunttio Posted November 8, 2022 Posted November 8, 2022 All my ducks are becoming cum addicts, any way to disable animal cum addictions since its kind of annoying to deal with?
yoyoman69 Posted November 9, 2022 Posted November 9, 2022 How does cum even work? I see "cum buckets", but how do they collect stuff in it? Pawns also seem to generate it and leave it randomly on the ground or something. I am confusion.
Verwnadan Posted November 13, 2022 Posted November 13, 2022 (edited) 21 hours ago, techshaman said: does cum have a nutritional value? Very low, 0.01 per item, for reference normal food is 0.05 Edited November 13, 2022 by Verwnadan Typo
jeff2 Posted November 14, 2022 Posted November 14, 2022 I keep trying to get the animal gang-bang to start but it won't. https://gist.github.com/ed3fe1be039f6eeaa0518acca7568e8d
qwe123qweqweqwe Posted November 20, 2022 Posted November 20, 2022 hello is that possible to avoiding runtimegc deleting pawns that had perience with your pawn? it create a miss pawn graphics looks quite bad, and it looks like also make world pawn that have you baby missing.
higarian Posted November 24, 2022 Posted November 24, 2022 On 11/6/2022 at 6:11 AM, lk74 said: Sorry folks, I should have run some tests before uploading this. Apparently, RW addiction consumption detection did not run when ingesting cum. My guess is the code had a filter for thing category, and Cum being OrganicProductBase is being filtered out. I changed cum's parent from OrganicProductBase to DrugBase, and now RW does consider it as a drug and everything works just fine. so, patch 1.2 might break something tho, since I replaced GatheredCum def If I werent this lazy I should make a new drug that gives cum... but HOW CAN ONE ACCEPT PROCESSED CUM AS CUM !!!! rjw-sexp-CumGenesV2.zip 99.52 kB · 1,401 downloads There is an loop in the configs. In Manifest.xml is set to load after sexexperience, in about.xml is set to load before sex experience
lk74 Posted December 1, 2022 Posted December 1, 2022 On 11/24/2022 at 4:19 PM, higarian said: There is an loop in the configs. In Manifest.xml is set to load after sexexperience, in about.xml is set to load before sex experience oops you are right. I forgot to change manifest when I was trying to fix bugs. sorry ! though it seems too minor a bug to warrant a reupload...
fg094 Posted December 4, 2022 Posted December 4, 2022 On 11/9/2022 at 5:58 AM, yoyoman69 said: How does cum even work? I see "cum buckets", but how do they collect stuff in it? Pawns also seem to generate it and leave it randomly on the ground or something. I am confusion. same question, actually. In the old version you just told them to wank on the bucket and it gathered cum but now it just splatters on the floor.
UnwearFox Posted December 11, 2022 Posted December 11, 2022 On 11/6/2022 at 10:11 AM, lk74 said: Sorry folks, I should have run some tests before uploading this. Apparently, RW addiction consumption detection did not run when ingesting cum. My guess is the code had a filter for thing category, and Cum being OrganicProductBase is being filtered out. I changed cum's parent from OrganicProductBase to DrugBase, and now RW does consider it as a drug and everything works just fine. so, patch 1.2 might break something tho, since I replaced GatheredCum def If I werent this lazy I should make a new drug that gives cum... but HOW CAN ONE ACCEPT PROCESSED CUM AS CUM !!!! rjw-sexp-CumGenesV2.zip 99.52 kB · 2,390 downloads What is the correct order to load? I tried to load it after Sexexperience and it tells me to load it before. I load it before and it tells me to load it later https://i.imgur.com/LdSTVCs.png https://i.imgur.com/6eQ0sxj.png
Plastic_Spoon Posted December 15, 2022 Posted December 15, 2022 I wonder if the author is taking any suggestions. The idea is to add cum addiction as another version of the hemogen genes. I mean, most of the work has been already done, just replace hemo with semen, and blood sucking with dicksucking, and you're basically finished; cum buckets are already a hemobag equivalent. Succubus are basically semen vampires anyways.
PeachyBeechMTi Posted December 15, 2022 Posted December 15, 2022 On 11/6/2022 at 4:45 AM, jenova666 said: I have an issue with RJW Menstruation. Since I can not find a page for it I just post it here. When you have a colonist give birth with the Biotech DLC you do not get the normal Biotech birthing. That is mentioned in the files so fair enough. However the problem comes with the actual child. By default a child should be able to work different tasks as they grow. In default RJW this works just fine as the Biotech DLC say it should work. The problem with RJW Menstruation is that it uses the old way of handling children. It gives the child a debuff which removes manipulation until they are grown up. This means that the children from Biotech do not work as intended which is very annoying. To fix this you have to use Character Editor and remove this hidden debuff manually which is very annoying. Another problem is that a child is simply give the default name of "Baby". Which you also have to use character edit to change. Unless you want every child to be named the same. Can these issues be fixed? In part yes. Get rid of character editor. It is not compatible with RJW.
Lady Lex Posted December 15, 2022 Posted December 15, 2022 On 11/6/2022 at 5:11 PM, lk74 said: Sorry folks, I should have run some tests before uploading this. Apparently, RW addiction consumption detection did not run when ingesting cum. My guess is the code had a filter for thing category, and Cum being OrganicProductBase is being filtered out. I changed cum's parent from OrganicProductBase to DrugBase, and now RW does consider it as a drug and everything works just fine. so, patch 1.2 might break something tho, since I replaced GatheredCum def If I werent this lazy I should make a new drug that gives cum... but HOW CAN ONE ACCEPT PROCESSED CUM AS CUM !!!! rjw-sexp-CumGenesV2.zip 99.52 kB · 2,584 downloads It still not work for me whether before or after the experience
nugerumon Posted December 16, 2022 Posted December 16, 2022 23 hours ago, PeachyBeechMTi said: In part yes. Get rid of character editor. It is not compatible with RJW. Character Editor works fine with RJW and is even recommended.
S32S32S5 Posted December 17, 2022 Posted December 17, 2022 16 hours ago, nugerumon said: Character Editor works fine with RJW and is even recommended. Saved characters don't work with the hideffs.
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