• 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.

SayFuckme91

New Member
Apr 11, 2022
9
2
I believe the dev said that we'll sometimes get to see what's going on back in the original world, although I don't know if that means we'll get to travel back there ourselves or not. Just that we haven't seen the last of the characters introduced in the beginning.
thank you for answering my question
 

Rosen King

Engaged Member
May 29, 2019
2,116
1,575
Oh, I didn't even notice that the reason there were new posts was because there's a new update. Although we skipped over version 0.8, and skipped the patch notes with it. Does anyone know what the previous version's patch notes were?
 

Rosen King

Engaged Member
May 29, 2019
2,116
1,575
IPatch doesn't seem to work with new version.
Not sure if this works for the newest version, but what you have to do is add the patch before loading up your save from the last update, then go to bed so that the game "refreshes" (this doesn't happen every night, only after loading a file from an older version). If the game has already "refreshed" before you added the patch, it's locked into the non-patched version for that save. (This also applies to starting a new file. The patch needs to be in place before starting.)

At least that was the case with previous versions. Haven't tried with this one yet.
 

MaraTDuoDev

Well-Known Member
Game Developer
Dec 4, 2016
1,568
2,485
Oh, I didn't even notice that the reason there were new posts was because there's a new update. Although we skipped over version 0.8, and skipped the patch notes with it. Does anyone know what the previous version's patch notes were?
Just updating characters to the new interaction menu
 
May 10, 2017
56
33
Even with the patch, the "roommate" is still referred to as roommate in many places. (for whoever is responsible for that I suppose)

Also, during the intro the female roommate uses the art for the alternate version of herself. (I assume there is supposed to be a human version of her there like other characters in the game)

The journal uses the male version of the roommate's art instead of the female version. (Looking at the patch notes, I'm guessing the female option is new)
 

Tolaris

Newbie
Aug 31, 2017
16
7
Not sure if this works for the newest version, but what you have to do is add the patch before loading up your save from the last update, then go to bed so that the game "refreshes" (this doesn't happen every night, only after loading a file from an older version). If the game has already "refreshed" before you added the patch, it's locked into the non-patched version for that save. (This also applies to starting a new file. The patch needs to be in place before starting.)

At least that was the case with previous versions. Haven't tried with this one yet.
It's actually my first time playing this, so I installed the patch before I booted the game for the first time :)
 

MaraTDuoDev

Well-Known Member
Game Developer
Dec 4, 2016
1,568
2,485
Even with the patch, the "roommate" is still referred to as roommate in many places. (for whoever is responsible for that I suppose)

Also, during the intro the female roommate uses the art for the alternate version of herself. (I assume there is supposed to be a human version of her there like other characters in the game)

The journal uses the male version of the roommate's art instead of the female version. (Looking at the patch notes, I'm guessing the female option is new)
If you give me specific instances it's easier to find, but I'll try to fix as many as I see
Also yes, the update is about the new version, so a lot of mistakes with old content that lack updating needs to be expected
 
May 10, 2017
56
33
If you give me specific instances it's easier to find, but I'll try to fix as many as I see
Also yes, the update is about the new version, so a lot of mistakes with old content that lack updating needs to be expected
I'm not that far in the game, but during the intro

"As I go downstairs, I see my roommate already heading out."

"What is your roommate name?"

"As he went downstairs, he found his new roommate ready to leave the house early, as he did every weekday."

The talk interaction
"Virgil and his roommate spend a long time discussing discussing..." etc

---

Also Tamara refers to her as a "lad" during their first scene together.

---

I don't know if it's actually used in the game, but names.rpy has a spelling error with "daugther".

faTHer, moTHer, broTHer... daugHTer. I guess it would be too logical otherwise.

---

For my own purposes I edited the check_ali_gender function in script.rpy, but that's obviously a dirtier way of doing it than what the patch does. Actually fixing the patch is beyond what I know how to do in python. (which is basically nothing)

In the realm of minor errors that may not actually be used by the game, aliRoomie is defined as "roomie" when it should be "Roomie".
 
  • Like
Reactions: MaraTDuoDev
May 10, 2017
56
33
Flirting with Alice and using mind control triggers an error. The token "roommate" is never defined.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script/characters/alistar/alistar int_generic.rpy", line 379, in script
    mc "Hey [roommate]. {b}You're looking ravishing right now.{/b}"
  File "renpy/common/00library.rpy", line 268, in say
    who(what, interact=interact, *args, **kwargs)
KeyError: u'roommate'

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/script/characters/alistar/alistar int_generic.rpy", line 379, in script
    mc "Hey [roommate]. {b}You're looking ravishing right now.{/b}"
  File "renpy/ast.py", line 715, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1415, in say
    renpy.store.say(who, what, *args, **kwargs)
  File "renpy/common/00library.rpy", line 268, in say
    who(what, interact=interact, *args, **kwargs)
  File "renpy/character.py", line 1206, in __call__
    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
  File "renpy/character.py", line 1125, in prefix_suffix
    return (sub(prefix) + sub(body) + sub(suffix))
  File "renpy/character.py", line 1105, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
KeyError: u'roommate'

Windows-10-10.0.19041
Ren'Py 7.4.5.1648
Crossworlds 0.9
Sat Mar 11 03:53:56 2023

[roommate] is probably supposed to be one of the other tokens. (like [aliroomie])
 
  • Like
Reactions: MaraTDuoDev
May 10, 2017
56
33
I like the game, the art is good. I like the flexibility in approach so far in the mind control elements.

I try to keep my opinions to myself because I'm not financially supporting the game, but sometimes just reporting bugs feels like I'm just being critical. "Hey fix, your game that I'm not paying for!"
 
  • Like
Reactions: MaraTDuoDev

MaraTDuoDev

Well-Known Member
Game Developer
Dec 4, 2016
1,568
2,485
I see whath appened
I like the game, the art is good. I like the flexibility in approach so far in the mind control elements.

I try to keep my opinions to myself because I'm not financially supporting the game, but sometimes just reporting bugs feels like I'm just being critical. "Hey fix, your game that I'm not paying for!"
The writer fucked up the code, and although I fixed at first, I realise those scenes who he delivered at the end, he did the same mistake again. I thought he would had fix it after the first batch had the error lol
 

MaraTDuoDev

Well-Known Member
Game Developer
Dec 4, 2016
1,568
2,485
I'm not that far in the game, but during the intro

"As I go downstairs, I see my roommate already heading out."

"What is your roommate name?"

"As he went downstairs, he found his new roommate ready to leave the house early, as he did every weekday."

The talk interaction
"Virgil and his roommate spend a long time discussing discussing..." etc

---

Also Tamara refers to her as a "lad" during their first scene together.

---

I don't know if it's actually used in the game, but names.rpy has a spelling error with "daugther".

faTHer, moTHer, broTHer... daugHTer. I guess it would be too logical otherwise.

---

For my own purposes I edited the check_ali_gender function in script.rpy, but that's obviously a dirtier way of doing it than what the patch does. Actually fixing the patch is beyond what I know how to do in python. (which is basically nothing)

In the realm of minor errors that may not actually be used by the game, aliRoomie is defined as "roomie" when it should be "Roomie".
Also I dont do the patch, so that's not up to me lol
I think the patch is outdated, so that's probably the problem here. Can't really then go and fix anything until that gets updated and we find actual errors
1678529707644.png
 

LordDarkwing

Newbie
Jun 26, 2017
30
27
i updated taboo patch to v0.9 if somebody is interested
tried it, doesn't seem to work, how should your version be installed?

Edit: sorry that seems a bit of an angry reply, I'm not intending to be

Edit 2: nevermind, just had to reload from start (luckily not too far in)
 
Last edited:
  • Like
Reactions: fixrapid

fixrapid

Member
Mar 1, 2020
182
436
tried it, doesn't seem to work, how should your version be installed?

Edit: sorry that seems a bit of an angry reply, I'm not intending to be

Edit 2: nevermind, just had to reload from start (luckily not too far in)
if you using a save from previous version you need to go sleep - game should update at that point

EDIT:
ok, I've found a small issue - already fixed, and updated my patch
thx for heads up (y)
 
Last edited:
  • Like
Reactions: Belphegor007

Alkasal

Member
Jan 2, 2020
286
270
All Futa content must be optional (disable if possible) the dev said something like that but we must wait, If it's not possible to disable all ,well tags should be changed and of course different kind of players
 
  • Like
Reactions: mangusto30
4.10 star(s) 19 Votes