So, some Russkies already managed to rip of Yandere Sim before it even got out of alpha.
They sure are an industrious lot when it comes to all the wrong things.
Yandere School
Other urls found in this thread:
youtube.com
pastebin.com
twitter.com
Based Ruskies.
Bet it's actually optimized and runs
Are those original models too? Damn, those ruskies BTFO'd evaxephon
Damn...
Holy shit those elbows.
youtube.com
It looks like it might even run better than Old Nosey's game.
He was too lazy to outsource his bugfixing. It's not like he couldn't afford it with his Patreon bucks
Anyone got the pastebin with the entire source code of Yandere Sim
...
T-this cant be real, can it?
Here's the real Yandere dev version. The code in the pastebin above
How did that get leaked?
I'm suing this niggers. How dare they to ripoff my game like that.Well, anyway, basically they are fucked, tinyBuild will do their job once more.
What's so bad about that?
It could be done as an itemized list instead of that.
I've seen this 100 times but I don't know the first thing about coding, why is it so terrible?
It's extremely redundant and prone to bugs.
>string comparisons
He coded all that shit inside an update function in Unity. This means that all these checks are performed in every single frame during gameplay. That's why the game is so slow and glitchy. Yandere dev is a dumb developer
Jesus. What was he thinking?
fuck them
FUCK THEM FUCIKTHEJMW`0UO
Probly wasnt
>checking for strings
why the actual fuck
>that artstyle
i like it
>ruskis did it first
QUICK someone email that yandereshitter
he already knows
good now that retarded faggot will lose patreon bux
Good god get fucked original dev.
He probably isnt a code nerd like you, just a fan trying to make his dream game real.
It works, who fucking cares
It just works.
They do it often. They might even sell a game that is only 50% done, but it's better than 0%
>It works
That's some what subjective. Even a hobbyist working on their dream game should be attempting to learn from the experience to make their dream game better. This is all simple shit, which is why it gets shat on so much.
Apparently it doesn't work.
Put Osana in the game already, YanDev.
ironic shitposting is still shitposting
He claimed to be a professional dev working for some mobile game company, or something.
How long has Yandere Sim been in development? 5 years now?
he is about to implement the friday events. I think he will be done by the end of the year
yandev pls
Have you played the game?
No you dont.
You dont know if it works or not.
Post screenshot or shut the fuck up
(You)
did he flip his shit? is he ass blasted?
I'm 99% sure he said that in one of the first threads he ever posted on Sup Forums about the game, but that was years ago and I really can't be arsed to look it up.
guys, take his game seriously
That's actually true. A big part of the early days was the fact that the dev was purportedly working the AAA industry. I remember that and this is my first time posting about this game.
He's willing to type those out every thousand lines. You got to give him credit for his diligence.
CRANK THAT SOULJA BOY
>if, if, if, if, if, if, if, if, if, if, if, if, if
so, IF your cpu can handle calling 3000 ifs before the next call your screen won't freeze. bad, bad optimisation.
First thing is that he is using string comparisons which is inherently slow. The only way to really know if 2 strings are equal are checking each character in the string.
The next thing to notice is that not only does he use string comparison, but he is using it to store different variations of the same thing. This means that every time he adds something new, he has to also add in for each of those variant possibilities in combination with the new item.
The next thing to notice is that this is just for a generic object that could be a teacher and he uses a boolean value to denote every possible thing that generic object could be. Is it a teacher? Flag the teacher value as true, has the teacher seen a corpse, flag that value as true.
The next thing to notice after that. Is that this generic teacher object, for some reason has the ability to mess with things outside of its scope, such as HUD stuff (Subtitle.UpdateLabel), GameOver reason. Which means that he probably has that all over the place for other objects as well, and changing how something like the gameover screen should look like will require all of this to also be refactored.
So basically every principle of fundamental software design is being violated.
It's slow for no good reason aside from ignorance, it is bug prone because of high coupling, its redundant as he has duplicate code all over the place.
It's fucking shit.
Will "Lovesick" still use all of the bought/remixed assets?
>he didn't even reroute the MD5 hash
lmao
>working on their dream game
His dream is slasher with a skythe girl though, yandere sim is just a meme game he concepualised with the help of Sup Forums.
From a technical standpoint, what makes if functions slow exactly? Aren't for loops with ifs just unrolled by the compiler into the exact same thing?
Is there any nudity?