You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
CultcowEvaXephon / Yanderedev / Alex Mahan / Alexander Stuart Mahan / cannotgoogleme - Edgy weeaboo coomer with pedo tendencies and 15+ years internet history as a lolcow, now known as a disaster developer behind eternal debug build called "Yandere Simulator", confirmed groomer and dollfucker
Dude's a fountain of lulz. Coding and modeling a character just to make up for someone you didn't like. Sounds as spergy as those nice guys who play The Sims, making themselves and the "bitches who left them for being abused by the jerks" in the game. Well, thinking about his bitching on Gaia Online back then, he is a nice guy.
He's still streaming daily, done with Nier Automata and moved on to Nioh. I'm surprised he's gotten into dark and realistic game since he uses the darkness in YanSim as an excuse for not working on it.
Hey there. I'd rather stay anonymous for this (In case YanDev finds me, because he has tasked me with some stupid shit to fix his game, something he could of figured out his damn self, but anyways)
I do have a unity project file he sent me. If anyone wants a peek at it, here you go (and yes, he hosted it on the website):
Hey there. I'd rather stay anonymous for this (In case YanDev finds me, because he has tasked me with some stupid shit to fix his game, something he could of figured out his damn self, but anyways)
I do have a unity project file he sent me. If anyone wants a peek at it, here you go (and yes, he hosted it on the website):
"If a player modifies the JSON file in a way that produces errors, I would like for the game to identify the fact that there is a typo somewhere in the JSON file, and inform the player that the game cannot run because there are errors in the JSON file."
And to give the ability to take 512x512 screenshots of the center of the screen.
Of course, he makes it challenging, as I am not allowed to touch anything else but the JSONScript.js file to do the dialog display if someone makes a typo, which is stupid.
I'm surprised he accepted me, when I literally flat out said "I have some unity experience, but I am willing to learn."
In other words: I don't have professional-level knowledge of UnityScript, let alone barely anything to do what he wants.
Oh, and a quick bit of info for anyone who opens the project in unity 5:
Go to Scenes > TestScene to get to the actual "meat" of this little test project he threw at me. There's a few other scenes too, but TestJSONScene can be ignored.
He'll also throw a bitchfit if he finds out which volunteer you are and send you an email filled with impotent nerd rage. If that happens, screencap the email he sends you and post it here for laughs.
He'll also throw a bitchfit if he finds out which volunteer you are and send you an email filled with impotent nerd rage. If that happens, screencap the email he sends you and post it here for laughs.
His :autism: is so strong that he's admitted Evangelion's Asuka and her tsundere personality ruined the series for him; so he gets "revenge" by modeling Osana off her and killing her in deranged ways. It's as sad and insane as it sounds.
:late: and a bit fftopic: but that makes me wonder who he "related to" in Evangelion, I mean, he probably hated Asuka for how she treated Shinji and Rei so it's probably one of those two. Shinji? I don't see how you'd relate to him unless you're completely wrought with anxiety and depression. Rei? You mean the autistic robot literally made to be unrelatable? Unless you're trying to be edgy with a "pffft... i dont feel shit either" kind of thing.
Just kind of makes me wonder how someone with so little self-awareness could relate to a show where everyone's a giant fuck-up.
It's recommended to call to call GetComponent in the Awake or Start method, however it's more important to cache the GetComponent calls if you're using accessing the same ones repeatedly, like he is in the Update method.
He repeats the same mistake in YandereScript.js, but to be fair in his StudentScript.js - this was not included, it's an old version of his code but he doesn't refactor it at all- he does the call once in the Start method.
But I realised after I opened WitnessScript.js he has a camera for every single NPC in the scene(!) - I checked in his StudentScript.js, and he actually does use this method within Yandere Simulator - the issues with this is inactive objects/components will take up memory.
They are stored there so they can quickly be activated using:
Code:
gameObject.SetActive(true)
or in his case - as he uses Unity 4.6:
Code:
gameObject.active = true;
They use more CPU if they are parented to active objects that are moving/rotating/scale. The inactive objects will have to move/rotate/scale as well which requires additional processing, and that's not even mentioning mention that it'd have to be recalculating each NPC's camera viewing frustum which seems to involve multiple calculations to do.
Those the issues that I saw within what was posted, if anyone else notices anything else mention it on the thread.
:late: and a bit fftopic: but that makes me wonder who he "related to" in Evangelion, I mean, he probably hated Asuka for how she treated Shinji and Rei so it's probably one of those two. Shinji? I don't see how you'd relate to him unless you're completely wrought with anxiety and depression. Rei? You mean the autistic robot literally made to be unrelatable? Unless you're trying to be edgy with a "pffft... i dont feel shit either" kind of thing.
Just kind of makes me wonder how someone with so little self-awareness could relate to a show where everyone's a giant fuck-up.
In this post he is talking about how great Misato Katsuragi's breasts are.
EvaXephon still browses 4chan's /pol/ as an Anonymous user and proves he still hasn't learnt how to hide who he is.
Remember he went nuclear on 8chan on 10th July 2016. This specific post is from 6th September 2016.
The image specifically comes from here.
The archive of the thread can be found here.
His ID in the thread is FzLwzptY.
In this post he is talking about how great Misato Katsuragi's breasts are.
EvaXephon still browses 4chan's /pol/ as an Anonymous user and proves he still hasn't learnt how to hide who he is.
Remember he went nuclear on 8chan on 10th July 2016. This specific post is from 6th September 2016.
The image specifically comes from here.
The archive of the thread can be found here.
His ID in the thread is FzLwzptY.
Note: Sorry for the double post. I'll be lurking the thread again so don't worry.