- Oct 10, 2017
- 387
- 390
If I wanted to do a scene with just bra, would we have to do _noouter and _noupper, something like that?
I used >> selectedGirl.outer.name == "None" and selectedGirl.upper.name == "None" << that entire line would need to be in the action, joined to other arguments with "and" / "or" depending on what needs to be done.If I wanted to do a scene with just bra, would we have to do _noouter and _noupper, something like that?
Happened to me as well on my first photoshoot. But its not a bug - you need to actually make the photo, just because you are posing the girl does not mean you make the photo. There is a symbol of a camera on the right, which you need to press. Alternativly you can rightclick with your mouse to make a photo. It all makes sense when you later need to reach poses you do not have the photo yet.Hi! just a quick question, it's probably smt i don't get but every time i do a photoshoot no image gets saved and i cannot sell them to sponsors and it's like i've nevere done the shoot to begin with... is it a bug?
I'd try removing the event from one of the Elsa_Jean files. Just cut it out, and paste it into a backup folder somewhere. You can also remove the second Elsa_Jean folder entirely.some of the girl event .rpy files have duplicate id: Elsa jean's events from both Flo's and Jordan's pack, is there a way to fix this? Here is the full error i get every time I open the game:
I'm sorry, but an uncaught exception occurred.
While running game code:
Exception: Line with id Elsa_Jean_event_talk_a746440c appeared twice, at game/girls/Flo81_Elsa_Jean/event/Elsa_Jean_event_1.rpy:128 and game/girls/Jordan163_Elsa_Jean/events/Elsa_Jean_event_1/Elsa_Jean_event_1.rpy:103.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 274, in bootstrap
renpy.main.main()
File "renpy/main.py", line 490, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "renpy/script.py", line 297, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "renpy/script.py", line 809, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn) # type: ignore
File "renpy/script.py", line 427, in finish_load
self.translator.take_translates(all_stmts)
File "renpy/translation/__init__.py", line 169, in take_translates
n.filename, n.linenumber))
Exception: Line with id Elsa_Jean_event_talk_a746440c appeared twice, at game/girls/Flo81_Elsa_Jean/event/Elsa_Jean_event_1.rpy:128 and game/girls/Jordan163_Elsa_Jean/events/Elsa_Jean_event_1/Elsa_Jean_event_1.rpy:103.
Windows-10-10.0.19041 AMD64
Ren'Py 7.5.1.22070801
Are the square brackets around _str really necessary? Shouldn't it simply be:Following the determination of success/fail/escape, I have an if/elif/else argument that should compare the string, with the first option being: if [_str] == "Success!": - with the code to steal a random pair of mom's panties from the "punish mom" script. This was copied unchanged, as it should produce a random pair of the selected mother's panties. These lines:
$ _rdmPanties = DB_panties[renpy.random.randint(1,len(DB_panties)-1)] # avoid the 'None' panties
$ _rdmPanties = _rdmPanties.generateFromMe()
$ playerObject.steal(_rdmPanties, _setOwnershipTo = selectedGirl.mother)
Next is elif [_str] == "Failure": - with a penalty for the misstep.
Last is else: - with another penalty.
if _str == "Success!":
# do something
elif _str == "Failure":
# do something else
else:
# do whatever
Thank you so much for pointing out my mistake... I needed that...Are the square brackets around _str really necessary? Shouldn't it simply be:
Python:if _str == "Success!": # do something elif _str == "Failure": # do something else else: # do whatever
Is it the base game alone? or did you install any mods first?On Mac (M1) I always get the message "The prgram can not be opened" ...![]()
oh ok! thank you so much!Happened to me as well on my first photoshoot. But its not a bug - you need to actually make the photo, just because you are posing the girl does not mean you make the photo. There is a symbol of a camera on the right, which you need to press. Alternativly you can rightclick with your mouse to make a photo. It all makes sense when you later need to reach poses you do not have the photo yet.
Just the base game. And the problem was already there for several versions.Is it the base game alone? or did you install any mods first?
I honestly don't know if my mods would work with a Mac, I've never actually had the money to buy capital-A Apple products...
A new version was just released, have you tried that one? Otherwise, you might want to talk to Ninoss (dev) directly. There might be workarounds. Maybe a windows-emulator. I know VitrualBox can simulate most environments for Windows, like earlier versions, DOS, and Linux, I think it also does Apple. I would expect there'd be something similar for Apple to simulate Windows environments.Just the base game. And the problem was already there for several versions.
If you could find short videos for the first one, tell me what you named them, I will write or modify an existing script to use them for you. I'm just not into water-sports and don't want to have to watch a whole bunch of it to make .webm files.i have suggestion to add tagYou must be registered to see the links, lick_You must be registered to see the links, lick_You must be registered to see the links, or maybe someYou must be registered to see the links/You must be registered to see the links?
im just suggesting hihi (the image i got randomly on google) but thank you for your attention !If you could find short videos for the first one, tell me what you named them, I will write or modify an existing script to use them for you. I'm just not into water-sports and don't want to have to watch a whole bunch of it to make .webm files.
I might do the licking if there is general interest in more face/boob options for actions though. There isn't really a way to differentiate "armpit" either.
That last suggestion though, that's really interesting to me... maybe a small arousal/humiliation increase, and a decrease in pain? Especially to add some leg actions as well, maybe.
I'll be away for the better part of today though, the Real World apparently requires my occasional participation...
I am working on another project too, trying to build an information screen for the pc in the apartment. It's barely started right now, and still many hours of work from local testing. if it does work out, maybe sometime over the weekend I'll have it ready for general use.
I think the only actions mods recently are mine... I'm trying my hand at an event, it's still in development, but it's coming along nicely, I think. It's like making a short, interactive movie. The actual story, and most of the copy in the event was written by one of the other members here. I'm just supplying the code, and briefly going insane debugging code I swore was clean before I tested it.Isn't there already a mod that adds pee? Or am I just misremembering?