- Dec 25, 2020
- 543
- 3,204
Swahili and Sasha are probably siblings or childhood friends, yeah. It feels like everyone knows everyone except Nika and Nami, is strange but whatever.swighl and sasha are relatives or friends?
Swahili and Sasha are probably siblings or childhood friends, yeah. It feels like everyone knows everyone except Nika and Nami, is strange but whatever.swighl and sasha are relatives or friends?
default wingnami = False
I really hope he doesn't . It always botherd me how ridiculous she looked wearing what ever that is to something as serious as breaking into someone's house. It's one of those moments where the Dev pulls a perv and makes a female character wear something risqué just to show off her assets but the actual scene doesn't call for it in any way shape or form. It was kinda a recurring theme in the beginning of this game. Bella being topless while crying and having a heart to heart convo with the MC in CH3 and Nami crying then removing her bra for no reason while having a heart to heart with the MC. It's ridiculous lol and I'm sure there's more instances like this in the game. Anyways I think a black hoodie and a pair of black leggings will look better on Bella for this scene and it will suit the occasion more.One of my favorite renders in the game. Man, I really don't want him to rework this scene.
View attachment 2472036
So Nami acting like a wingman is not set right by the dev? Is that why she always telling me to fuck other girls or how horny they are even though I'm on her route and she basically told my protagonist she was in love with him? It feels inconsistent....and moments like that are littered throughout the game...Ran into the most common, and STUPID error I keep seeing in visual novels!!! an UNDEFINED variable because the DEV is too retarded to define it unless he sets it to TRUE, he otherwise goes into retard mode and doesn't do a thing, because after all, the program will switch to ESP mode and read his fucking mind and just KNOW the variable exists!!!
Thank God some of us can program and know a little about these things... I needed to add in
To "PatchSG.rpy" because the DEV is a newb programmer. Sorry, a tad annoyed that I keep seeing this SAME ERROR!!! The Dev doesn't bother to define the damn variable unless he sets it to "True" which is utterly RETARDED as when you go to test if it is "True", and it was not set, than it is UNDEFINED and the program doesn't know what variable you are fucking talking about and so it throws an exception!Python:define wingnami = False
If you're going to program these things, DEFINE ALL VARIABLES BEFORE YOU USE THEM ONE WAY OR ANOTHER!!! Man... anyhow... I am done ranting. Thank God I know how to program and it was a relatively easy fix FOR ME.
END RANT....
Never played with mods, I don't see the point personnally.I've stopped playing AVN's with mods long time ago. It's truely better in the most cases. Sure, I've installed URM and sometimes I use it but you'll have more fun without modding after all.
Never played with mods, I don't see the point personnally.
Some mods can help fix prog mistakes though, glitches, some smoothens animations, and the like, so there are some perks to them.
Modders here work hard to maintain them, that's for sure.
Still, playing to cheat all paths in, it's just being lazy, pure waste of time.
It looks like you're shooting in the wrong direction, this variable only occurs in Chapter2.py in the "if" condition and nowhere else, it seems to be an uncleaned remnant from chapter 2 before the rework. If my memory serves me right, this variable was set in a deleted part of the bathroom scene when MC had the option to say that he likes Mila and that switched Nami into full Cheeto mode about being his wingman.Ran into the most common, and STUPID error I keep seeing in visual novels!!! an UNDEFINED variable because the DEV is too retarded to define it unless he sets it to TRUE, he otherwise goes into retard mode and doesn't do a thing, because after all, the program will switch to ESP mode and read his fucking mind and just KNOW the variable exists!!!
Thank God some of us can program and know a little about these things... I needed to add in
To "PatchSG.rpy" because the DEV is a newb programmer. Sorry, a tad annoyed that I keep seeing this SAME ERROR!!! The Dev doesn't bother to define the damn variable unless he sets it to "True" which is utterly RETARDED as when you go to test if it is "True", and it was not set, than it is UNDEFINED and the program doesn't know what variable you are fucking talking about and so it throws an exception!Python:define wingnami = False
If you're going to program these things, DEFINE ALL VARIABLES BEFORE YOU USE THEM ONE WAY OR ANOTHER!!! Man... anyhow... I am done ranting. Thank God I know how to program and it was a relatively easy fix FOR ME.
END RANT....
Okay, I was talking about this:So sorry for you, but it happens in 4.5 full
in old version basketball team's leader is played by "Dolph Lundgren" :the basketball team's leader (the guy who puts a finger in Trey's ass!) arriving
I don't think he's "slapping" his ass, bro . Anyway, I'm not especially fond of / interested in that moment. I guess you were impressed.Okay, I was talking about this:
Then the leader SLAPPED Trey's ass:
You don't have permission to view the spoiler content. Log in or register now.
Then the leader told Trey about other guy who likes to do deeper inspections
So in old version the leader didnt put finger in Trey's ass and even special dude who likes to do that didnt do it to Trey. But you are saying things are different in 4.5 full?
You don't need to think about that, there is slap sound right at that moment in the gameI don't think he's "slapping" his ass, bro .
Anyway, I'm not especially fond of / interested in that moment. I guess you were impressed.
You are so not interested in that moment that you even imagined something about it that didn't actually happen in the game and wrote that imaginative action as the hallmark of the basketball 1st team's leaderGuys, pay attention at the characters in the background.
First day at "university" (sure it is ). Nojiko's talking to MC & Nami: you will notice Sasha and the basketball team's leader (the guy who puts a finger in Trey's ass!) arriving, entering the building and walking around together for a while.
I played two routes, one where I stay home and gain points with NAMI and one where I went to meet with BELLA that night. On the route where you stay home, that gains you +5 points with Nami and that ultimately leads to this problem. I don't know where that variable is ever set, I didn't look through the code, but this is a common problem I see in many many visual novels. Their code probably goes something like...So Nami acting like a wingman is not set right by the dev? Is that why she always telling me to fuck other girls or how horny they are even though I'm on her route and she basically told my protagonist she was in love with him? It feels inconsistent....and moments like that are littered throughout the game...
menu:
"Sleep with her":
default sleepwithher = True
"You bang her guts out and get an STD"
"Say goodbye":
"You wisely avoid her"
default sleepwithher = False
menu:
"Sleep with her":
$ sleepwithher = True
"You bang her guts out and get an STD"
"Say goodbye":
"You wisely avoid her"
I watched the source, and the so called walkthrough, and it would be more closely likePython:default sleepwithher = False menu: "Sleep with her": $ sleepwithher = True "You bang her guts out and get an STD" "Say goodbye": "You wisely avoid her"
Whatever the cause, it is still in there and it is checked which causes an exception. I just added a default value to it in the patch script for now and that solved the problem, but the dev needs to fix his program and define his variables. I know if you use the right editor like Atom you can search all your files for a variable, so this is an easy one to fix if he removed it, he didn't check all files like he should have.It looks like you're shooting in the wrong direction, this variable only occurs in Chapter2.py in the "if" condition and nowhere else, it seems to be an uncleaned remnant from chapter 2 before the rework. If my memory serves me right, this variable was set in a deleted part of the bathroom scene when MC had the option to say that he likes Mila and that switched Nami into full Cheeto mode about being his wingman.
If you create a RenPY project for this game and load in all the relevant RPY files into the ATOM editor, you can search for any variable name and it will show you all locations it exists in. Could give you an idea on how it is used if you're really curious.I watched the source, and the so called walkthrough, and it would be more closely like
$ sleepwithher0x4 = True
In the end we have 600 variables, no idea WTF they do.
I wonder if dev himself knows.
What I meant is that the cause of the error was not that the variable was left uninitialized (although it technically is), but that the variable should have been removed as part of the obsolette code. But you're right, it causes the annoying exception and should be fixed anyway. It seems that it's so hard not to help Bella that this bug doesn't shoot that oftenWhatever the cause, it is still in there and it is checked which causes an exception. I just added a default value to it in the patch script for now and that solved the problem, but the dev needs to fix his program and define his variables. I know if you use the right editor like Atom you can search all your files for a variable, so this is an easy one to fix if he removed it, he didn't check all files like he should have.
Anyhow, no, I am not "shooting in the wrong direction" (not sure what that even means?!). This happens if you don't help Bella that night and you instead stay home with Nami (I decided to check both routes out) and if you stay home with her (it's a good route by the way), the script checks that variable for some extra text. Looks like, he removed that option but didn't thoroughly check all of his code for that variable. Anyhow, my fix patched it for now and that works. But it is poor coding on his part. I have always been fairly organized in my programming, especially when it comes to variables like this as such problems can be hard to find (though, as I said, the Atom editor, which is an option when you first use RenPY, does a nice job at finding text in ALL files you have loaded).
My replay is from the full version 4.5, I just downloaded it the other day to make certain I had a fresh install with NO MODS (which is partially why I did the replay, to avoid errors... worked out well! LOL). I deleted ALL my saved games and persistent files etc.
Someone may wish to inform the dev of this oversight anyhow.
I created a project for the game and done a quick search for it and found it in the following locations and file (except the default I highlighted in red which was what I added to counter this problem). The variable is only ever set in REPLAY code, and as i suspected, it is set inside a menu which is bad practice (unless he used to have it properly defined as you said), but it only took me literally a few seconds to find all instances of it...What I meant is that the cause of the error was not that the variable was left uninitialized (although it technically is), but that the variable should have been removed as part of the obsolette code. But you're right, it causes the annoying exception and should be fixed anyway. It seems that it's so hard not to help Bella that this bug doesn't shoot that often
Whatever the cause, it is still in there and it is checked which causes an exception. I just added a default value to it in the patch script for now and that solved the problem, but the dev needs to fix his program and define his variables. I know if you use the right editor like Atom you can search all your files for a variable, so this is an easy one to fix if he removed it, he didn't check all files like he should have.
Anyhow, no, I am not "shooting in the wrong direction" (not sure what that even means?!). This happens if you don't help Bella that night and you instead stay home with Nami (I decided to check both routes out) and if you stay home with her (it's a good route by the way), the script checks that variable for some extra text. Looks like, he removed that option but didn't thoroughly check all of his code for that variable. Anyhow, my fix patched it for now and that works. But it is poor coding on his part. I have always been fairly organized in my programming, especially when it comes to variables like this as such problems can be hard to find (though, as I said, the Atom editor, which is an option when you first use RenPY, does a nice job at finding text in ALL files you have loaded).
My replay is from the full version 4.5, I just downloaded it the other day to make certain I had a fresh install with NO MODS (which is partially why I did the replay, to avoid errors... worked out well! LOL). I deleted ALL my saved games and persistent files etc.
Someone may wish to inform the dev of this oversight anyhow.
That makes sense. I think I remember that mentioned somewhere (in game?). Ah well... I patched it for now and the problem is gone. I like the game but... this whole "I need to rework the game" trend is a plague... though I will enjoy it, I can also do without it, and this illustrates why.The Author comes here and answers people. I guess he's going to read your posts too.
Anyway, I just want to point out that the whole "go to Bella/stay home with Nami" thing belongs to the second half of chapter 2 - the only remaining "old SG" that the Author hasn't reworked yet.
I think that he's going to wipe out everything and reshape the whole second half of ch.2 like he did with the rest of the early chapters.
I agree with you if the 'rework the AVN' is just intended to extend the time supporters are paying for something.That makes sense. I think I remember that mentioned somewhere (in game?). Ah well... I patched it for now and the problem is gone. I like the game but... this whole "I need to rework the game" trend is a plague... though I will enjoy it, I can also do without it, and this illustrates why.