phupdup Thank you! Sadly couldn't download the script in the attachment.
As I learn to use renpy as I go a question. Do I only write fade or all this "fade(0.5, 0.0, 0.5)"
I was trying different approaches for transitions but none of them worked (maybe a problem because I use screens) and forgot to change this fade(1.0) at the end.
I used the Hard pause only where I didn't want for the player to miss the event (end of episodes), will avoid them.
Just do "with fade" if you want to have a fade to black and then the next screen that takes a second.
From the online doc site for Renpy on
You must be registered to see the links
:
Code:
Fade(out_time, hold_time, in_time, color="#000")
Returns a transition that takes out_time seconds to fade to a screen filled with color, holds at that screen for hold_time seconds, and then takes in_time to fade to then new screen.
# Fade to black and back.
define fade = Fade(0.5, 0.0, 0.5)
# Hold at black for a bit.
define fadehold = Fade(0.5, 1.0, 0.5)
# Camera flash - quickly fades to white, then back to the scene.
define flash = Fade(0.1, 0.0, 0.5, color="#fff")
phupdup Thank you! Sadly couldn't download the script in the attachment.
As I learn to use renpy as I go a question. Do I only write fade or all this "fade(0.5, 0.0, 0.5)"
I was trying different approaches for transitions but none of them worked (maybe a problem because I use screens) and forgot to change this fade(1.0) at the end.
I used the Hard pause only where I didn't want for the player to miss the event (end of episodes), will avoid them.
Info Nov. 3, 2024
Game seems to be abandoned again.
I set my Mod now to onhold. Have to admit I lost a bit the interest with that long "release cycles" the last game updates
Downloads for game version Ep10:
Mod features:
- game choices help / walkthrough
- WT+ (ingame hints when the story is branching because of game variables, deactivated per default)
- RePlay, a scene replay option
- additional game setting (change/adjust dialog text font, size, outlines, text background, game quick menu)
- cheat the game variables
- MC renaming
- named saves
Info: there's also an ingame shortcut key for my Mod menu ("Shift" + "k")
Look's like F95 is messing it up somewhere. I tried to edit the post with a zip version of the script, and it does appear to have goe up because the attachment shows the right size (35kb). However when I tried to download it again, the download is failing. I'm going to try to post the rpy file on this reply again in non-zip format. That should be 127.4kb.
phupdup Thank you! Sadly couldn't download the script in the attachment.
As I learn to use renpy as I go a question. Do I only write fade or all this "fade(0.5, 0.0, 0.5)"
I was trying different approaches for transitions but none of them worked (maybe a problem because I use screens) and forgot to change this fade(1.0) at the end.
I used the Hard pause only where I didn't want for the player to miss the event (end of episodes), will avoid them.
I think their attachment server is borked for now. Who knows whether either post will have a good download sometime later. I changed four spots where he did "with Fade(1.0)" to "with fade" and then replaced all "hard=True" with "hard=False" in statements.
Enjoying the game but please consider switching to 3rd person POV for the kissing moments - or add them as an alternate view. First person POV kissing is not exciting.
Reported so far:
- Fade = will change it like phupdup suggested (thank you phupdup )
- Pausing = changing to false (thank you phupdup )
- Dissolve (3.0) =corecting this (was testing, but didn't worked for me, wanted to make transitions to the main menu, exit, and so on, but didn't worked). (thank you int13 )
- Not working fast - I hope it is connected to transitions and will help when I fix all the above (thanks for the report Manford )
I Will repair all the above asap and release it in beta. Thank you all again.
Other questions:
Is it a Harem game?King Slayer100HansDampf788
Yes. If you like you get them all (in one play). Swinging and sharing will be optional. Even the endings.
Is futa avoidable?rahkshi01
Yes. Different content, you choose what you like.
Different camera anglesFullyAnimated
Was considering it. Kissing + oral sex seem really hard to pull in POV. Will try different camera angles for sex scenes in episode 4 and will see how to try and make the kissing parts as well.
When I’m a hater of the following things NTR, Sharing, Swinging, FemDom, Voyeurism, I can say that at least everything is still fine so far.
BUT a little worried about that James situation. I won’t play for a moment if MC starts mating that teletubbie for my “own” women.
Then a few words about those fixes. So at least through the mod, all the "delays" as well as transitions, etc. are wonderfully gone. However, I haven't tried this game yet without the mod, because the WT mod and apparently it also came with some transitions fix.
For now, I can give absolutely complete remission of sin so that nothing in this game is annoying anymore. It is hoped that the same direction will remain and there will be no forced “things” as surprises, as will be the case with some other game makers. I also hope that in this game there is no oppression of money i.e. if any NTR lover offers a bunch of dollars that the NTR is forced into the game and thereby ruins the hell out of a good game, then all is well.
If I have to look for something negative, then there is still a little adjustment with the lighting and shadows. In some images, white shines too much and in others, the shadows burn the areas quite black.
[QUOTE="BoomX, post: 6597969, member: Is it a Harem game?King Slayer100HansDampf788
Yes. If you like you get them all (in one play). Swinging and sharing will be optional.
[/QUOTE]
There is no planned Swinging and Sharing tags in the game genre but it will be in future ( optional ) , why not add it in the planned tags and mention it optional so players that don't like those tags such as me can avoid the game . I Will wait for the future updates before making sure that those contents are avoidable not skippable before trying the game .