- Aug 26, 2019
- 77
- 45
Maybe your code should look like this:How do you access the wears_glasses and is_virgin variables?
Actor.setVirgin(true) is in fantasy_virgin_tribute.lpscene, but I can't get it to work:
Actor.setVirgin(true)
if actor.isvirgin()
"Hymenoplasty FTW"
else
"Damn hairbrush!"
endif
If Random(0,100)>50 && Actor.isValid() && !Actor.isTemporary() && !Actor.hadSex() && !Actor.hasRelationship(Child) && !Actor.isPregnant()
Actor.setVirgin(true)
EndIf
if actor.isvirgin()
"Hymenoplasty FTW"
else
"Damn hairbrush!"
endif
You have a .txt file with the instructions in the folder.anyway to lower the graphic for weak pc?
Just drop all files in to LifePlay\Content\Modules ,do not put the files in to any other folder within the Modules folder.would I extract and just put it in that folder or would i have to put it in a specific one?
Is there a way to actually adjust this value or is it buried in the base game code along with the regular pregnancy morph settings?- If a character (NPC or PC) gets impregnated by a horse, she'll have a noticeably bigger belly during the pregnancy
couldn't find it, can you please explain better?You have a .txt file with the instructions in the folder.
Unless this was recently broken, it definitely wasn't true when I was working on my Dresser mod. I made outfits with more than 3 parts using a single dress() call during testing of the outfit loading/saving. Some clothing takes up multiple slots though, and you can't have multiple items occupying the same slot.Furthermore, I've found it seems to only handle 3 arguments per dress line.
that could certainly be it - though I don't know a way of knowing the biped slots ahead of time unless you do.......so some "leg" pieces could certainly occupy "underwear" slots as well.Unless this was recently broken, it definitely wasn't true when I was working on my Dresser mod. I made outfits with more than 3 parts using a single dress() call during testing of the outfit loading/saving. Some clothing takes up multiple slots though, and you can't have multiple items occupying the same slot.
If you look in LifePlay/Content/Modules/Clothes4.txt it lists the slot(s) that each piece of clothing occupies. Each line will look something like:that could certainly be it - though I don't know a way of knowing the biped slots ahead of time unless you do.......so some "leg" pieces could certainly occupy "underwear" slots as well.
Wisteria-Dress_1_F: false: Top, Bottom: ParUn
When you're trying to do things that affect a single actor, I would make a test interaction script to see if it works outside the context of whatever else you're doing. This would consist of two things, a lpaction file and a lpscene file, where the lpaction file has "WHERE: interaction", and "SCENE_ALWAYS: THELPSCENENAME" - then the "WHO: getTarget()" - then write the code you want in the lpscene file, and you can test it on random npcs in the world of clicking them.How do you access the wears_glasses and is_virgin variables?
Actor.setVirgin(true) is in fantasy_virgin_tribute.lpscene, but I can't get it to work:
Actor.setVirgin(true)
if actor.isvirgin()
"Hymenoplasty FTW"
else
"Damn hairbrush!"
endif
Not sure if you (or anyone else) have any use for these, but here's a few text files I created for my own use by parsing that Clothes4.txt file while I was working on my mod. I feel like they're a bit easier to read.that could certainly be it - though I don't know a way of knowing the biped slots ahead of time unless you do.......so some "leg" pieces could certainly occupy "underwear" slots as well.
Maybe we should remove you from the Internet because you are too lazy to search! His mods are not under a paywall. Go to his website or Discord.Raddeck should be removed from the Community Mods post. He has everything behind a paywall now and the content in the link is actually removed. He just left his disclaimers on the GitHub.
Every site that I find is just dead 404 links because they are removed. What is his website called if he has one? Cuz it doesn't come up naturally. At this point I'm just searching "Raddeck LifePlay" and the only stuff that shows up is here, an old Vinfamy patreon post and a website where they deleted their account. So no. I was not too lazy to search. Also, it does not change the fact that the link on the mentioned post leads to literally nothing to install because the files are not there. Your criticism of me literally makes no sense.Maybe we should remove you from the Internet because you are too lazy to search! His mods are not under a paywall. Go to his website or Discord.
Thank you for at least trying.Raddeck's site:
You must be registered to see the links