danger/u/
This thread is permanently archived
The state of Yandere Simulator

| So I guess people are speed running to see how fast they can get banned now, huh


| Yeah unfortunately the mods made the discord invite for twitch subs only and it sure as shit isnt worth giving yandev money to do that.


| Like I want to feel bad for this guy, but I shouldn't since he told someone to kill themselves


| using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class YanDevThrd : MonoBehaviour
{
int yandereDev = 1;
if (yandereDev == 0)
{
Debug.Log("YandereDev is a good person and his game just needs time and his server raids have been unfair.");
} else {
Debug.Log("S P A G H E T T I C O D E C O O N S U M E okay but seriously he is an awful programmer and person, evaxephon is so misogynistic and continues to be a creep in twitch it's just really bad");
}}


| crap i forgot to put it in the update class


| >>625311 Kinda out of the loop, but who's evaxephon?


| Discord.gg/yandere


Only issues is that all the channels are gone


>>e2122d evaxephon used to be yandev before he started making yansim


| What do you mean switch statements


| What do you mean switch statements


| What do you mean all my code doesn't need to run every frame


| What do you mean all my code doesn't need to run every frame


| is this thread making fun of yandev or not. I need to know because the downfall of this Man pleases me.
people making a lot of cash out of early access games pisses me off due to personal reasons.


| >>625616 I don't think there's a place/thread that doesn't make fun of him other than ones that take place at his heavily moderated youtube comments, twitch chat, and discord.

At this point, he can make the best game in the decade using his engine that he creates from scratch and people will still shit at him. Spoiler alert: no, he's just making an indie tier unity game.


| >>625616 I don't think there's a place/thread that doesn't make fun of him other than ones that take place at his heavily moderated youtube comments, twitch chat, and discord.

At this point, he can make the best game in the decade using his engine that he creates from scratch and people will still shit at him. Spoiler alert: no, he's just making an indie tier unity game.


| >>625631
> At this point, he can make the best game in the decade using his engine that he creates from scratch and people will still shit at him.
that sounds awfully similar to what no man sky dev are going through lol.

well, honestly if yandev went thru a redemption arc I would still hate his game because it just seemed like a bad taste, but at least I would dislike the person less.


| I just want him to get a yandere irl. It would solve so many problems.


| I'm fine with the game and followed the development for a while, but after seeing his code I want to throw up, I taught myself to code like a year before seeing his shit and I had better coding practices


| I'm fine with the game and followed the development for a while, but after seeing his code I want to throw up, I taught myself to code like a year before seeing his shit and I had better coding practices


| He defended pedophilia and has so much misogyny in what he has said and done, and he said once that Osana's stockings made her "kinda sexy" despite canonically being a sophomore in high school.

Can you really defend that?


| What's funny is that he used to be a member on 4chan, and posted the idea of the game on there. Everyone thought it was good idea, and then months/years later they backstabbed him


| >>625663 no man's sky's base gameplay will always be boring, no matter how much new shit they put in. at least yansim might have been fun.


| The whole speedrun meme has gone so far people has been reaching 0:00 by simply naming themselves "cum".

On another note, there's this dude who is apparently working on recoding Yandere Simulator. Looks pretty promising

https://discordapp.com/invite/qvGz3cP


| >>625918 pedophilia is defined in the dsm-v as "attraction to prepubescent children of age 13 or younger", so yes.


| >>b94c67
You're the only one here bringing up "misoginy" and "pedophilia". Not only you're wrong, but you're also a fucking retard. Nobody gives a fuck about these fabricated "facts" except some blue-haired snowflakes like you.

The real reason why yanderedev is hated is because his code is shit and he tries to censor negative opinions about him, that's it. Now go and put a bullet through your head. For teh wheemen, of course, I bet they'll like you more after that act of bravery.


| >>4c46bc member of 4chan?? lol go back outside you fucking idiot


| >>625376
What do you mean "code doesn't need to run every frame"? Are you making a fucking videogame or what? /s

>>625372
Switch statements aren't panacea either, unfortunately. Have you seen the code for VVVVVV? Nightmare fuel, that.


| >>626212 He was though, idk about the backstabbing part though. Yanderedev went by another name at the time and posted on /v/. The reception was good. You can find him playing a very early version of his game pretending he found it. Afterwards, /v/ being /v/, shat on his game. Yandev got triggered a


| I didn't finish.
Yandev got triggered


| FUCK WHY DID IT AUTOPOST
Anyways, Yandev got triggered


| HE GOT TRIGGERED AND FLAMED THE THREAD, EVEN THOSE WITH CONSTRUCTIVE CRITICISMS. Done.


| >>626212 calm down dude lol


| Bruh


| Bruh


| >>05773f ok i am of calm now my dude. now lets be civil anonymous members of a public textboard online and discuss how dumb it sounds to say someone is a "member" of 4chan, a public imageboard online.

never cared for yandev, just the game and how it would be designed. the development was too slow to even give a shit and i would rather wait till it somehow appears in my life again and then see how far it came. all i have seen was something about cuphead rage and now this thread lol


| >>626245
Lol I made a game once. It was before I learned OOP and I put every single code for every single enemy AI in the function for the main loop, and the properties of all game entities in arrays within the main class. I need to see this yansim code y'all are talking about to see how bad it could possibly be.


| >>626824 it's basically that


| >>626824 it's basically that


| If I remember, didn't he say years ago that he wanted the end goal of Yandere Sim to be completed in 2019?


| >>626951 love how the game was supposed to be done by now but he hasn't even added the first rival character


| https://cdn.discordapp.com/attachments/378624114442764288/677926590759567381/1581696706602.png


| What's this stuff on Yanderedev? All I know is about him is that screenshot where that he told 4chan users to fuck themselves and not gonna lie that was pretty cool

Feels like "code is shit" is just another codeword to say "it's popular so I hate it", just like /ic/ call good artists "hacks".


| >>626984 his code being shit isn't a meme, there's a loop that gets run every frame, a large chunk if not all of his code is in this loop, in programming there a "switch statement" which finds a case, say 'test == True' and runs a small section of code for that case, yandev doesn't use those so every single case is evaluated one by one, 99% being false and wasting CPU time and because it's in the main thread it slows the whole game down

This is why the frame rate is bad


| >>626984 his code being shit isn't a meme, there's a loop that gets run every frame, a large chunk if not all of his code is in this loop, in programming there a "switch statement" which finds a case, say 'test == True' and runs a small section of code for that case, yandev doesn't use those so every single case is evaluated one by one, 99% being false and wasting CPU time and because it's in the main thread it slows the whole game down

This is why the frame rate is bad


| Most if not all is an exaggeration because I haven't looked at all his code because it's not public just what he's shown in videos/streams


| Most if not all is an exaggeration because I haven't looked at all his code because it's not public just what he's shown in videos/streams


| Also of note yandev got picked up by tiny build, another programmer came on, rewrote the whole game in c# then yandev fired him and threw the c# version away, which ran way better, because he's not that good at it I guess


| Also of note yandev got picked up by tiny build, another programmer came on, rewrote the whole game in c# then yandev fired him and threw the c# version away, which ran way better, because he's not that good at it I guess


| >>626984 The reason people hate him isn't because "it's popular so it's shit" but instead that he really actually acts like a horrible person towards his fans. A lot of reasons has been mentioned here but this wiki page should explain a whole lot of why people hate him, and it's even a page from a year ago.

https://web.archive.org/web/20190627230454/https://lolcow.wiki/wiki/YandereDev


| The hatred has only been amplified recently because of the speedrunning meme and people now finding out all this about him for the first time.


| >>626973 beautiful


| >>626951 he has revised the deadline since (iirc) early 2019. Knowing that people will constantly pester him about the deadline.

Since then, he started to compare his game to hitman and persona series. Saying that his game is larger/more ambitous, justifying why it hasn't been released yet.

But he did promised that he'll add rivals which, many months later, not even the first rival has been added.


| He dodged the issue by saying how after the first rival is implemented, the next ones wilp be a cakewalk because he can use the first rival for the fondation. Nut it has been a years since he said that and there's still no rival in game.

So yeah, he is either a (overpromising) liar or a massive procrastinator.


| Oh yeah, he also got Tinybuild to publish his game. Seeing his shit code, tinybuild send their coders to fix the code for him, but he can't understand the fixed code. I kinda stopped following hos drama after that, maybe their contract got severed.


| >>627193 that's fucking hilarious.

https://yanderedev.wordpress.com/2018/06/10/hey-whatever-happened-with-that-whole-tinybuild-thing/

from this article, the guy seems like a very mature person who handle business situation professionally. mad respect.


| On the topic of tinybuild, his other reason was that not working on the game = deathstroke.

He decided he will be taking a "break" and even said himself that he may not even have anything new by March and this month the planned Osana update became a bug fix update.

A lack of updates for a while is inevitable, but at least tinybuild would be justifiable with its improvements.


| >>627194 you see one of his update video and you'll get the idea. He has multiple persona/characters. When he is making an update videos and blogpost, he'll use the professional persona.

On the other hand, if you go watch his streams, he's just some weeb making your usual childish jokes.

His professional persona is for gaining sympathy while his normal persona is to throw shit at people.


| His image looks good only at places that he can heavily moderate and have control over what can be and can't talked about.

Meanwhile, in reddit, he had to kick all the original moderators and replace it with his loyal mods. He regularly spergs at his discord, like that one time he suspects everyone that has bunny emoticon on their name were conspiring to attack him, and it is very easy to get banned on his twitch chat.


| >>627269
I was making fun of the way he writes his blog post like a teenage diary. I guess my sarcasm was too high level.


| >>627280
More like it's hard to get sarcasm out of your botched sentences *tips*
There is a "professional" vibe in his blog as he's still polite and recognizes he makes mistakes, which is the persona of the poster boy indie dev. From your three words thrown together, one could understand that you alluded to that.


| I mean, if a fan reaches out to you and offers his help and you shut him down (understandable) and insult the fuck out of him (being a twat) and then boasting about it? Yeah, that's going to rack up a lot of hate.


| I wonder what's up with Yandere Simulator's moderators like, I finally got banned from his discord server for doing nothing but staying in a few Yandere Simulator server. Seems like his moderation team are even spying on these servers.


| >>627916 should've timed your speedrun


| I got kicked once for literally doing nothing. My username wasn't bad, no messages or posts, but it still happened


| yo there's a subreddit for this stuff called r/Osana

Total number of posts: 64, last modified on: Wed Jan 1 00:00:00 1582198059

This thread is permanently archived