• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.

MaraTDuoDev

Well-Known Member
Game Developer
Dec 4, 2016
1,568
2,485
Gameil
I think you need to be VERY, VERY clear about whether or not the gay stuff is avoidable.

MOST of us do not want to play gay games because we are not gays (no disrespect, but non-gauy don't normally play gay games).
Meaning you will lose a LOT of gamers cause they'll just move on when they even see the tag.
We said it multiple times here already, gay is optional. Most characters are, since this is a sandbox for the most part, altho there are a bits of story that get spicy
 
  • Like
Reactions: Akinems

MaraTDuoDev

Well-Known Member
Game Developer
Dec 4, 2016
1,568
2,485
every up date i have gotten i've needed to restart since i always save on the town map screen. I really like this game and look forward to where it goes but i'd rather not need to restart every time a new update goes live. Is there any thing that can be done to salvage my current run? When i click on Aldit for the new content renply spits out an error.
A solution would be to open your previous version, save in your bedroom, and update
I will see if I can add the system to the map too so you have two locations to update the game though, but expect it for 0.8
 
  • Thinking Face
Reactions: hofom77573

MaraTDuoDev

Well-Known Member
Game Developer
Dec 4, 2016
1,568
2,485
Gameil MaraTDuoDev

Your approach for save game update logic is very inefficient: it works only in certain places and generally expects that the game was saved in a "good" place like home. It's very unreliable and goes not work well in most cases.

Instead, you should use RenPy's special `after_load` label:

Example:
Python:
label after_load:
    # Notice that the order of versions is opposite to what you have in `update_game`
    # DO NOT USE ANY "JUMP" INSTRUCTIONS HERE
    if game_version == "0.1":
        # Stuff for v0.1 to v0.2 migration
        $ game_version = "0.2"
    # ...  code for all other versions 
    if game_version == "0.7":
        # Stuff for v0.7 to v0.7a migration
        $ game_version = "0.7a"
    return # This return statement is requred
Also check docs on "default" keyword:
You should use "default" keyword for all new variable that you add between versions. This way you will not need to add any "update" logic at all: variables will be initialized automatically.

PS: Ping me if you need some hints on coding.
Thanks, I will look into it and try to implement it ASAP

Also thanks, this looks like very helpful advice, gonna make sure to read more about it, and hopefully as you mention avoid these struggles with new variables
 
  • Like
Reactions: hofom77573

MaraTDuoDev

Well-Known Member
Game Developer
Dec 4, 2016
1,568
2,485
View attachment 2332084
Why can't I upgrade to Tier 3 "Sex Friend"?
Currently there is no mind control scene for sex friend. You can get there via dating, though. The content wouldn't be different per se if you get to these tiers by dating or MC, but using MC or going through a love route might give additional or unique scenes that reflect how you evolved your relationship (this is not implemented yet, since we focused on doing the new UI)
 

Ghost''

Well-Known Member
Mar 17, 2021
1,309
3,176
Cross Worlds [v0.15] Unofficial Android Port + Incest Patch

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

- 120mb


My Android Ports have a 2nd Persistent save location. So, even if you uninstall the game, the saves will remain Intact.

Saves location: Storage/0011/Game-name


You can also join my discord server for more and support me.



You can also join 0011 discord server



If you like my works please support me.


 
Last edited:

RaiKaiser

New Member
Oct 19, 2020
2
0
Hello. Yeah, you cannot upgrade the relationship to 'Sex Friend' just yet, but on her status card under her name says Sex Friend. So their relationship has progressed correctly, so I don't think there is any bug here at all. If others can see her status change like the pictures below, then your game should be fine.
image_2023-01-23_202647902.png image_2023-01-23_202719575.png
 

Umgah

Member
Sep 26, 2016
135
88
every up date i have gotten i've needed to restart since i always save on the town map screen. I really like this game and look forward to where it goes but i'd rather not need to restart every time a new update goes live. Is there any thing that can be done to salvage my current run? When i click on Aldit for the new content renply spits out an error.
Here is a fix that I've used to fix my own save game. Just drop it into the "game" folder.
However you may want to wait for an "official" fix instead.
 
Apr 13, 2019
20
15
Considering the game was released in june or july from 2022, it is unlikely we are talking about the same game
How in the world did I misread 2021 as 2019? Yeah, you're right, my apologies. May of 2021 was when the modified date was set, but I guess June 2021 was when I actually downloaded it, if the lib is to be believed. If not, then 10/14/2022 was my actual download date... which makes me surprised it progressed from 0.3 to 0.7 within 3 months.



 
Last edited:

Rosen King

Engaged Member
May 29, 2019
2,116
1,575
How in the world did I misread 2021 as 2019? Yeah, you're right, my apologies. May of 2021 was when the modified date was there, but I guess June 2021.



That's also how old the EXE file is, rather than when you downloaded it, so the devs probably made the first test build of the game on that date or something. It looks like October 2022 is when that specific version was released.
 
Apr 13, 2019
20
15
That's also how old the EXE file is, rather than when you downloaded it, so the devs probably made the first test build of the game on that date or something. It looks like October 2022 is when that specific version was released.
Windows has to do something about it automatically showing the modified date instead of the date I downloaded it. I only just realized that. Thanks for letting me know though.
 

Rosen King

Engaged Member
May 29, 2019
2,116
1,575
inc patch not working
It seems the issue with the incest patch is that you have to add it before updating the game (by sleeping in your bed after loading an old save) or starting a new game. The patch will only be applied if the game "initializes" through one of those two ways after the files have been added. Otherwise, the game will be stuck in a non-patched state.

There's probably a way to fix this that someone else can recommend to the dev, but I don't know enough about it myself. Maybe that "OnLoad" thing the other person recommended?
 
  • Like
Reactions: Forgotted

Forgotted

Well-Known Member
Sep 1, 2020
1,803
1,460
Can someone please do me a fav? I don't have access to workupload where the I-patch is located.

Could you either post it in here or pm it to me?

Thanks muches
Cheers
 
4.10 star(s) 19 Votes