- Sep 14, 2017
- 841
- 977
https://f95zone.to/threads/lifeplay-v3-11-vinfamy.11321/post-4214655If i wish to revert back to 3.10 what do i need to do? I hate the new system
https://f95zone.to/threads/lifeplay-v3-11-vinfamy.11321/post-4214655If i wish to revert back to 3.10 what do i need to do? I hate the new system
How about no? I mean, yes game like this needs clothes, but before introducing new, existing issues need to be sorted. Adding sliders would prevent good deal of clipping issues. And introduction of new assets relatively easier...after adding new hairstyles and tattoo's maybe now its time to add new clothes and maybe stuff like watches and hats
I've never seen this trigger, but this is my understanding of how it should work:I'm very much interested in pc_slave_cms, but don't really understand the way to trigger it properly.
Maybe because of number 5? Cause "the result must be 0" seems kind of unlikely to happen.I've never seen this trigger, but this is my understanding of how it should work:
- You must be sleeping
- You must be at home
- The time must be between 22 and 4, or 10 PM and 4 AM
- A random roll happens between 50 and 100, and the result must be less than your masochist stat
- A second random roll happens between 0 and 100, and the result must be 0 (pretty sure upper and lower bounds of the rolls are included)
- Your character must be a female or shemale
Yea as it's written, it seems like it's intended to be a pretty rare event. It's also possible that because it's rarely triggered, there might be some bugs in it that haven't been reported or noticed by the developerMaybe because of number 5? Cause "the result must be 0" seems kind of unlikely to happen.
I actually tried to force trigger the event, but it would skip to the police rescue after being kidnapped.
timeout(2000, pc_slave_cms) =? Every 10 days if 200 =? 1 dayMessing around with pc_slave_cms. Removing line While count > 0 && count < 10 && Random(0, 100) < 15 results in sexy times proceeding smoothly. The real question... did I create an infinite loop, lol? I'm afraid I'm not knowledgeable enough to know. Editing saves, fiddling with sugarcube values, and cheat engine tricks only teaches me so much about what I'm doing.
I was just thinking about this.after adding new hairstyles and tattoo's maybe now its time to add new clothes and maybe stuff like watches and hats
The way around that is on the line above where its count = 0, change it to count = 1 so it sits within the test range and it should work with the end conditions still intact. You may also want to change the random value to something greater than 15 as if it rolls above this it ends the sequence.Messing around with pc_slave_cms. Removing line While count > 0 && count < 10 && Random(0, 100) < 15 results in sexy times proceeding smoothly. The real question... did I create an infinite loop, lol? I'm afraid I'm not knowledgeable enough to know. Editing saves, fiddling with sugarcube values, and cheat engine tricks only teaches me so much about what I'm doing.
Yep, that seems to have done the trick in testing. Event seems to work. Still kind of rare, but I didn't want to make it common. Just more possible to actually happen and not be immediately rescued by cops. Might lower the cooldown that Ravenger6660 mentioned so the event's a bit more likely to happen without cheating and I'll be happy. Thanks, guys!The way around that is on the line above where its count = 0, change it to count = 1 so it sits within the test range and it should work with the end conditions still intact. You may also want to change the random value to something greater than 15 as if it rolls above this it ends the sequence.