geochimica
New Member
- Jan 9, 2022
- 9
- 2
Huh? Right on page one there's link to a PDF walkthrough for 4.5 you can download. I've been using it. Learn to look on page 1. I JUST downloaded it myself yesterday after checking page 1 for the link... so.. you didn't look too hard!is there any 4.5 walkthrough ? i only find old ones
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, broOkay, 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.