Blyat
kiwifarms.net
- Joined
- Nov 12, 2017
We should have some sort of way to pin valuable information we find. I don't think newer people are willing to read and remember all 900+ pages.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
We should have some sort of way to pin valuable information we find. I don't think newer people are willing to read and remember all 900+ pages.
Someone really needs to implement a wiki where we upload all of the archives and important information people find.. we have so many talented and intelligent people who frequent this thread, it would be really helpful and smart at this point after 1,000 pages to finally do something like this.
You mean like this?Rumors have circulated that a wiki for Alex was supposed to materialize.
Archive.is has 10 pages of YandereDev archives.You mean like this?
https://lolcow.wiki/wiki/YandereDev
This page on the lolcow wiki has some information but from what I can see it needs a lot of work. Everyone here is correct though that finding information in threads like these is next to impossible.
Edit: He also may have a page on ED.
This whole post was a joke, but these three seemed the worst. This whole code's a mess.
public enum Fairy
{
Flora,
Fauna,
Merriweather
};
Fairy f = Fairy.Merriweather;
public enum Fairy
{
Flora = 0,
Fauna = 1,
Merriweather = 2
};
Fairy a = (Fairy)2;
// realistically this 2 would be coming from the animation system
string name = FairyData[(int)Fairy.Merriweather].name;
public static class Fairy
{
public static readonly int Flora = 0;
public static readonly int Fauna = 1;
public static readonly int Merriweather = 2;
public static readonly Color DressColor = Color.blue;
// no seriously stop changing this
}
string name = FairyData[2].name;
// this depends entirely on you remembering that 'Merriweather' is #2
if(fairy == 2)
I'm probably remembering this wrong, but wasn't him being bullied as a child due to being an autistic weirdo exactly why Alex was homeschooled?Alex's parents should've sent him to school, he could've used a bully or two.
I'm probably remembering this wrong, but wasn't him being bullied as a child due to being an autistic weirdo exactly why Alex was homeschooled?
YANDERE TIER
There's no code. It's just integers pointing at an array of data. From the disassembly I assumed it'd either be static values as shown above or.. this, but that comment is pretty damning evidence that even before compilation the code looks something like this:
Reorder the array? Everything breaks. Remove a value? Everything breaks. You have no idea what corresponds to what unless the data array is very well commented or contains something descriptive. Also, get used to looking at your ID spreadsheet/chart.
I am convinced after seeing the YS code that if someone asks me, "What is something worse than bogosort?, I can immediately reply back with "yandere simualtor".
If asked why, then I would say, "Even though both programs run like a flaming pile of catshit, bogosort at least works and is genuinely trying to finish."
I'd like to know who and where Alex stole that from.I found an unused audio file in the files and it's called Enigma and I can think it's another easteregg
I'd like to know who and where Alex stole that from.
That has got to be the most generic action/suspense music I've ever heard. He probably got it off some stock music website for free (which is probably where he got most of the music for the game)
YS' code is so fucked all the time,
Betting 20 bucks that this stock music will make it into the final build.That has got to be the most generic action/suspense music I've ever heard. He probably got it off some stock music website for free (which is probably where he got most of the music for the game)
Betting 20 bucks that this stock music will make it into the final build.
>implying yandev wont get sick of the game and just stop at one point>implying there will be a final build