troube12345

Newbie
Dec 12, 2023
57
43
Encountered this error when trying to do Gaming with Ruby sandbox event. Don't rightfully remember which time it was but I know it was after you caress her leg while she plays.

Any help would be appreciated.

You don't have permission to view the spoiler content. Log in or register now.
I also got this error, first I found the file it written in the last line (text.py) and went to the relevant place. There written --- elif tag == "i": ----, I changed "i" to "I" and saved the file again, it did not give an error in the first scene but it gave an error in the next scene. This time the error was ---Exception: Unknown text tag 'i' ---. In other words, we can say that the developer used the "I" tag in some places and the "i" tag in some places to make the texts italic while coding that part. My solution was to make the relevant place --- elif tag == "i" or "I": ----. In this way, if "I" or "i" is used for italics in the codes, it will not give an error. I played those parts without any errors. Notepad application is enough for you to edit the file, nothing extra is needed. In fact, I will upload the file I edited for you. There is just fix for the 1530th line of the text.py file.


1739040031105.png
 

bip77

Member
Apr 21, 2020
122
185
I also got this error, first I found the file it written in the last line (text.py) and went to the relevant place. There written --- elif tag == "i": ----, I changed "i" to "I" and saved the file again, it did not give an error in the first scene but it gave an error in the next scene. This time the error was ---Exception: Unknown text tag 'i' ---. In other words, we can say that the developer used the "I" tag in some places and the "i" tag in some places to make the texts italic while coding that part. My solution was to make the relevant place --- elif tag == "i" or "I": ----. In this way, if "I" or "i" is used for italics in the codes, it will not give an error. I played those parts without any errors. Notepad application is enough for you to edit the file, nothing extra is needed. In fact, I will upload the file I edited for you. There is just fix for the 1530th line of the text.py file.


View attachment 4530079
This doesn't give an error but is wrong anyway. The correct syntax here is:

elif tag == "I" or tag == "i":

(otherwise for example the "Calendar" is broken)
 
  • Like
Reactions: troube12345

troube12345

Newbie
Dec 12, 2023
57
43
This doesn't give an error but is wrong anyway. The correct syntax here is:

elif tag == "I" or tag == "i":

(otherwise for example the "Calendar" is broken)
What you said is true, to be honest I don't know Python, and I didn't care because it worked. Probably in Python it doesn't matter if the variable is called a second time (of course I'm talking about the if usage) :D If it was C# it would probably give an error again. Actually I wanted to add a separate elif before using "or" so that "I" would also trigger italic, but when I did that the game didn't open at all.Then I tried using "or", and since the error was fixed I didn't mess with it again :D
 

rereader

Member
Aug 7, 2023
165
123
an extremely rare "completed" sign. especially for an almost 6 years old game. i'm shooketh
i finally tried this "release". it is not a release. it is a pre-alpha. this game still has the same progression system. one of the most boring games, ridiculously written by a preschooler who knows only two ways to seduce: massage and yoga. and showing fingers everywhere. "hello my favourite slut". lmao. this is the first time i've ever wanted to leave a 1* review, but i cant.
 
  • Like
Reactions: Wizardas

Bloodguard

Engaged Member
Feb 20, 2021
3,077
4,706
i finally tried this "release". it is not a release. it is a pre-alpha. this game still has the same progression system. one of the most boring games, ridiculously written by a preschooler who knows only two ways to seduce: massage and yoga. and showing fingers everywhere. "hello my favourite slut". lmao. this is the first time i've ever wanted to leave a 1* review, but i cant.
Why can't you? What's stopping you? :unsure:
Lots of folks leave 1-star reviews for games.
 

hoshin0119

Member
Nov 24, 2021
269
462
What is the originally intended basic relationship by the developer?
I'm especially curious about the basic relationship between Logan and the protagonist, as well as Sofia and the protagonist.
 

Anaktorness

Member
Apr 4, 2023
340
539
This game is good but does anyone know the correct chronological order to carry out these missions? My game became a mess... there are several simultaneous missions.
 
  • Like
Reactions: eukalyptus

Anaktorness

Member
Apr 4, 2023
340
539
To continue with a certain character, this mod is ideal but I don't want that, I did that and because of that my game became a mess with the chronological order of events (without the mod it's the same thing).
But thanks anyway.

Correct me if I'm wrong, but I'm coming to the conclusion that there is no correct chronological order in a Sandbox game, unfortunately.
 
Last edited:
3.60 star(s) 347 Votes