00:04 <DerpyBot> New post on Equestria Daily by Sethisto: Drawfriend - Equestria Girls / Anthro MLP Art Gallery #156 [ http://tinyurl.com/wtt86mo ]
00:07 <ADragonDreaming> well.
00:07 <ADragonDreaming> Can confirm Impossible Whopper tastes just like regular Whopper.
00:08 <Cepheid> Heh.
00:10 <Schism> That's good to know.
00:10 * Schism flops in from work.
00:17 * Cepheid flops back upstairs to room, as right now, it's the only place he "feels calm" right now.
00:18 <Cepheid> Mother will not stop talking. Both parents keep insisting on watching The Big Bang Theory, a show which actually pisses me off. Cats demand constant attention.
00:19 * PinkieShy Meows
00:20 <Schism> I like these system requirements. They make perfect sense. http://melonds.kuribo64.net/faq.php
00:20 <Schism> Cepheid: Oh, yeah. I mean, Sheldon Cooper alone... ugh.
00:21 <Cepheid> My suggestions if you intend to use it for EO3.
00:21 <Cepheid> First, use the software renderer. Game doesn't like the OpenGL renderer.
00:21 <Cepheid> Beyond that? Not much to say.
00:22 <Schism> I might poke it at some point, yeah.
00:22 <Cepheid> It works fine with the game, unlike No$GBA.
00:22 <Cepheid> Which has rendering defects and crashes in certain situations.
00:22 <Cepheid> Namely, attempting to fight the Abyssal God.
00:22 <Schism> Mm, No$GBA never really had THAT much in the way of DS support.
00:23 <Cepheid> Mmhmm.
00:23 <Cepheid> It's just it's primary use is debugging.
00:23 <Cepheid> If you use the Debug version of No$GBA, it'll show a lot of information. A lot more than you can get anywhere else.
00:23 <Cepheid> Speaking of, I figured out the exact checksum algorithm. Like, the bare minimum code required to get it to work.
00:24 <Cepheid> int sum = 0; for (int i = start; i < end; i++) { sum += (char)byteData[i]; } return sum;
00:25 <Cepheid> I store the byte data as unsigned bytes, because, well, data.
00:25 <Cepheid> Turns out, for the checksum, it should be interpreted as signed bytes.
00:26 <Schism> Comparatively straightforward, but it really doesn't need to be anything else.
00:26 <Cepheid> Nope.
00:26 <Cepheid> Also, I've determined a few interesting bits.
00:26 <Schism> Pfff. https://www.birdandmoon.com/comic/four-seasons-of-bird-watching/
00:26 <Cepheid> The UI is designed to support up to 3 digits for stats. Any more, and things get wonky.
00:26 <Cepheid> Usable, but wonky.
00:27 <Schism> So, don't expect your 32,767 HP to display properly.
00:27 <Cepheid> Stats themselves, as far as I was willing to test them, went as far as 32767 without issue. HP and TP, any higher than 32767 breaks the character.
00:27 <Cepheid> Because current HP and TP are stored as signed 2-byte integers.
00:27 <Schism> Considering they're signed integers, yeah.
00:27 <Cepheid> So the maximum value they can hold is 32767.
00:27 <Schism> If you heal a character with 32,767 HP, do they die?
00:27 <Cepheid> Any higher, and whoops, overflow.
00:28 <Cepheid> If I heal a character with more than 32,767, they stay dead.
00:28 <Cepheid> If I heal one with more than that, and it's not at max yet, they die.
00:28 <Cepheid> Well, sort of.
00:28 <Schism> Oh, I know. But I'm wondering if it wraps around and breaks the character if they've 32767/32767 HP.
00:28 <Cepheid> The game apparently doesn't check if the character is dead or not after healing.
00:28 <Schism> That's a classic bug on a number of games.
00:28 <Cepheid> So it leaves you with negative health and a living character.
00:29 <Schism> But one which will die in one hit.
00:29 <Cepheid> Yep.
00:29 <Cepheid> By the way?
00:29 <Cepheid> Abyssal God, full strength?
00:29 <Cepheid> That is, with no tentacles killed?
00:29 <Cepheid> Impossible to kill, even with 32767 stats.
00:29 <Schism> Whoof. That's a shame, but it makes sense.
00:30 <Cepheid> Well, sort of. At those stats, you'll be dealing an average of 230 or so damage.
00:30 <Cepheid> But it's resistant to all damage.
00:30 <Cepheid> And every turn, it uses one of it's three elemental murder spells.
00:30 <Cepheid> While at max stats, these spells are easily survivable..
00:30 <Cepheid> Normal gameplay stats? Virtually impossible.
00:30 <Cepheid> There's only one way I can think of to get around it.
00:31 <Cepheid> You have three zodiacs, each with an elemental prophecy. They spam their prophecy relentlessly.
00:31 <Cepheid> While the two front-row characters chip away at it's health.
00:31 <Schism> And even then, it'd probably take a good couple of hours.
00:31 <Cepheid> Probably.
00:32 <Cepheid> If at 999 ATK, I'm dealing only ~230 damage..
00:32 <Cepheid> Anything less than that's gonna be lower.
00:32 <Cepheid> Keep in mind, this same attack stat deals 8000+ damage to Narmer.
00:33 <Schism> On consideration, then, every tentacle left alive... what, doubles the defense?
00:33 <PinkieShy> !moo
00:33 <DerpyBot> Who are you calling a cow?!
00:33 *** PinkieShy was kicked by DerpyBot (To the MOO!)
00:33 *** Joins: PinkieShy (coolm@Pony-ck81je.67-212-45-net.sccoast.net)
00:34 <Cepheid> Doubt it, Schism.
00:35 <Cepheid> There's three entries for the Abyssal God in the monster database.
00:35 <Cepheid> One, presumably, is at full strength.
00:35 <Schism> Ah, got it. So even killing one tentacle will make it plausible.
00:35 <Cepheid> Then one after all the tentacles are dead. Then a third form.
00:35 <Cepheid> I assume all the tentacles must be dead.
00:35 <Schism> Or... hm. You're probably right.
00:35 <Cepheid> And yes, the Abyssal God has a third form. Presumably this is the "The boundaries are becoming undone" message.
00:36 <Cepheid> Probably akin to the Warped Savior.
00:36 * Schism admittedly cheats, looks at wiki. "Oh."
00:38 <Cepheid> Don't tell me.
00:38 <Cepheid> I don't know.
00:38 <Schism> I won't. Just saying, that's one heckuva boss.
00:39 <Cepheid> I just know that there are 3 versions.
00:39 <Cepheid> Aren't they all?
00:39 <Schism> Yeah, but this one looks a lot more complex than the Star Devourer.
00:40 <Cepheid> Heh.
00:40 <Cepheid> I'm wondering how long before the EO subreddit notices what I'm doing and comments on it.
00:43 * Cepheid goes to grab code from PC. Is gonna port it over to GtkSharp instead of WinForms. WinForms is buggy anyways.
00:43 <Cepheid> Plus, using GtkSharp, I can run the tool on Linux, MacOS X and Windows.
00:46 <Schism> Also, Cepheid: "Sin's what you get when you start treating people like things." "It's a little more nuanced than that..." "Oh, there's all kinds of sin. But treating people as things, that's where it starts."
00:47 <Cepheid> Heh.
00:47 <Cepheid> I get the impression that might be in response to some tweets I made. :P
00:47 <Schism> Just a bit, yes.
00:47 <Schism> Pratchett was a radical agnostic, but that's one of the most poignant and resounding lines he's ever written.
00:47 <Cepheid> It's probably where I am most insane, really.
00:48 <Cepheid> !link https://www.youtube.com/watch?v=vDMwDT6BhhE By the by, Schism.
00:48 <DerpyBot> Twilight told me this video is about Objection Funk
00:48 <Schism> Pfff. X3
00:49 *** Joins: Lumindia_ (quassel@Pony-45lvcs.pbg.ptd.net)
00:49 <Schism> http://brer-powerofbabel.blogspot.com/2009/02/granny-weatherwax-on-sin-favorite.html
00:49 * Schism provides Lumindia with a plush Brute Justice.
00:49 * Lumindia_ activates the doubel rocket pawnch
00:50 * Schism is thrown off the edge of the battlefield.
00:50 *** Quits: Lumindia (quassel@Pony-45lvcs.pbg.ptd.net) (Ping timeout: 121 seconds)
00:51 <Cepheid> The fun thing, by the wa.
00:52 <Cepheid> Er, way*
00:52 <Cepheid> One boss track in EO3, I've yet to hear it. I presume it has to do with the vast nature of the Abyssal God.
00:52 <Cepheid> What's interesting about it though...
00:52 <Cepheid> !link https://www.youtube.com/watch?v=ZgzpgP7d_xI It's in EO Nexus.
00:52 <DerpyBot> Twilight told me this video is about Etrian Odyssey Nexus [世界樹の迷宮X] - Calling That Detestable Name (X ver.)
00:54 <Schism> Maybe it was just dummied out in that instance?
00:56 <Schism> A part of that song very much reminds me of Lavos.
00:58 <Cepheid> A lot of EO3 appears in Nexus.
00:58 <Cepheid> First few stratums, a reference to the Abyssal Shrine..
00:58 <Schism> "Arizona man registers hive of bees as an emotional support animal."
01:04 <PinkieShy> ISP did network upgrades apparently last night.. I was up when it was happenign and saw the modem go off a few times >_>
01:04 <PinkieShy> It stopped me from watching netflix for about almost an hour.
01:06 <Schism> Hm. Arizona man registers apiary as an emotional support animal, to highlight the flaws in the registration system.
01:07 <Schism> He's going to need a very large number of teeny tiny vests.
01:09 *** Ali|AFK is now known as Ali
01:09 * Ali flops over somepony
01:39 <Schism> Some days, I love kismet. Today, for example, I enjoyed a free lunch (TANSTAAFL be damned, it was free enough), which is great, because I forgot to bring any of the chili I made last night.
01:40 <ADragonDreaming> tanstaafl?
01:40 <ADragonDreaming> there ain't no such thing as a free lunch?
01:43 *** Joins: Dranae (kacyr@I.Will.Fly.Higher)
01:43 <Schism> Yup.
01:46 * Ali flops over Schism with a entire extra pot of white bean chili. "I made too much..."
01:46 <Schism> When you make chili, you -always- make too much.
01:46 <Schism> This is one of those laws of the universe.
01:46 * Dranae taps Ali. What kind of mana does she generate?
01:46 <Ali> Well I made a double batch of it, just nobody ate enough of it.
01:46 <Schism> Ali makes either Black or Green mana, or gives a creature +1/+0 or +0/+1.
01:47 * Ali is uncute so must be black mana
01:47 <Schism> I also saw that I got 100% on my last two evaluations, and between that and my adherence to scheduling (which, today, has kinda slid, but it's not my fault) I'm on the short list for getting the best shift bids and a quick push towards tier 2.
01:53 <Dranae> So Titanfall 2 is free for PS4 Plus
01:56 <Dranae> I have one question
01:56 <Dranae> The Mozambique is not even remotely as good in Apex Legends... why?
01:57 <ADragonDreaming> reasons?
01:57 <Dranae> It is bar none the worst Legends weapon
01:57 <Dranae> In Titanfall 2?
01:57 <ADragonDreaming> ...the games are connected?
01:57 <Dranae> Basically a Golden Gun
01:58 <Dranae> yes?
01:59 <ADragonDreaming> I haven't played either, so.
02:02 <Dranae> Legends is good
02:04 <DerpyBot> New post on Equestria Daily by Calpain: Nightly Discussion #2005 [ http://tinyurl.com/st3qdjx ]
02:09 <ADragonDreaming> I did see playthrough of the Titanfall 2 single-player
02:09 <ADragonDreaming> which has an outstanding sequence somewhere in middle.
02:10 *** Quits: Bubbles (EvaSh@Pony-1t0s0g.cable.virginm.net) (Connection closed)
02:58 <Schism> This is... not the worst Battle Royale I've ever seen. https://www.youtube.com/watch?v=jXLtVW1i8Lo
03:02 *** Joins: Pony|39590 (Pony39590@Pony-i454b4.cable.virginm.net)
03:04 <DerpyBot> New post on Equestria Daily by Makenshi: Finale Song Cover: Brownie - The Magic of Friendship Grows (Covering Daniel Ingram) [Metal] [ http://tinyurl.com/tqwdj2t ]
03:10 *** Joins: Golden (uid250033@Pony-360sli.charlton.irccloud.com)
03:33 * Cepheid goes to take sedatives early tonight. Would like to be awake at a reasonable time tomorrow. Mother leaves for Nunavut on Friday, and he'd like to spend some time with her.
03:33 <Cepheid> Plan is to go to a noodle house that opened nearby.
03:33 *** Quits: ArchPegasusMichael (Poni@Keep.In.A.Friendly.And.Pony.Place) (Quit: Leaving)
03:43 <Cepheid> https://store.steampowered.com/app/1065260/GENSOU_Skydrift/ ... Heh.
03:44 <Schism> Sorry, I just... can't see that being very good.
03:45 <Schism> Looking at the trailer, it seems kind of ... lackluster?
03:45 <Schism> Slapdash?
03:46 <Schism> Cepheid: https://twitter.com/YourRacingBelle/status/1204613778463170564
03:47 * Cepheid goes to respond.
03:52 <Schism> And you've seen mine, heh.
03:55 <Schism> Okay, I need sleep before I work tomorrow.
04:01 <PinkieShy> hmmm
04:02 <Schism> My response: https://twitter.com/theogrin/status/1204971773437120512
04:02 * PinkieShy hands everyone some peppermint flavor coffee.
04:02 <Cepheid> I saw it.
04:02 * Cepheid wanders off, time to get some sleep, himse.f.
04:02 <Schism> Oh, figured I'd let PinkieShy know too. There are many, many flavours of depression.
04:03 <Schism> Anyway, take care.
04:40 *** Quits: Dranae (kacyr@I.Will.Fly.Higher) (Ping timeout: 121 seconds)
04:43 <PrincessRainbows> I think Ali is adorable anyway
04:44 * Ali is none of that
04:46 <PrincessRainbows> D;
04:47 <PinkieShy> hmm
04:48 * PinkieShy builds a machine that can turn Anything in the world to the cutest thing possible
04:48 * PinkieShy hands PrincessRainbows the machine.
04:49 * PrincessRainbows would use it on Ali, but she's already cute
04:49 * Ali would be immune
04:49 * Ali still isn't cute or anything amazing.
04:51 * PrincessRainbows picks her up and inspects. Looks adorable though
04:52 * PinkieShy licks Rainbows
04:53 * PrincessRainbows tastes of magical birb horse
04:55 *** Joins: Dranae (kacyr@I.Will.Fly.Higher)
04:56 <PinkieShy> Oh apparently my role in this game of werewolf tonight is.. Princess XD
04:56 <PinkieShy> As the Princess i get to learn the identity of whoever visits me at night in game :)
04:57 * Ali flumps
05:03 *** Quits: Dranae (kacyr@I.Will.Fly.Higher) (Ping timeout: 121 seconds)
05:38 *** Quits: Pony|39590 (Pony39590@Pony-i454b4.cable.virginm.net) (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
05:53 *** Joins: Dranae (kacyr@I.Will.Fly.Higher)
06:07 *** Joins: Crimson_Ta1l (zeta@batpones.are.for.snuggles)
06:08 *** Quits: Dranae (kacyr@I.Will.Fly.Higher) (Connection closed)
06:08 *** Quits: Crimson_Tail (zeta@batpones.are.for.snuggles) (Ping timeout: 121 seconds)
06:44 *** Joins: Reia_Hope (Reia_Hope@TheCowPony)
07:19 *** Quits: Golden (uid250033@Pony-360sli.charlton.irccloud.com) (Quit: Connection closed for inactivity)
07:39 *** Quits: matttheshadowman (matthewhowa@the.shadowy.corners) (Client exited)
08:09 *** Joins: matttheshadowman (matthewhowa@the.shadowy.corners)
08:19 *** Quits: PinkieShy (coolm@Pony-ck81je.67-212-45-net.sccoast.net) (Connection closed)
08:55 *** Quits: Sleeping_Nightmares (Surreal_Nig@Cutest.Floofy.Changeling.Batpone) (Ping timeout: 121 seconds)
08:55 *** Joins: Sleeping_Nightmares (Surreal_Nig@Pony-8nqbsa.kmj3.fg0f.1700.2600.IP)
09:14 *** Quits: Reia_Hope (Reia_Hope@TheCowPony) (Quit: Nini ponies. Love you all)
09:21 *** Joins: ConfusionRift (ConfusionRi@Pony-eaa.irn.56.193.IP)
09:21 *** ChanServ sets mode: +o ConfusionRift
09:21 <ConfusionRift> Hello everypony.
09:41 * Sleeping_Nightmares meows
09:43 * ConfusionRift patpats Sleeping_Nightmares.
09:43 *** Quits: Ali (Ali@Pony-jpekok.4nua.5fca.1702.2600.IP) (Quit: Leaving)
10:13 *** Quits: Lumindia_ (quassel@Pony-45lvcs.pbg.ptd.net) (Ping timeout: 121 seconds)
10:20 * Schism yawns.
10:21 <Schism> Darnit, insufficient slumber, I'm going to pay for that throughout today. But I can now make chili for breakfast.
10:25 * ConfusionRift patpats Schism.
10:31 <Schism> Leftover chili gets better as it ages, until it doesn't.
10:32 * ConfusionRift would really like some chili, but pfffttttt. No way to get some at the moment.
10:34 <Schism> This was homemade. o3o And will be meals for another few days.
10:36 <ConfusionRift> Can't cook for beans. (shrugs)
10:37 <ConfusionRift> Well, now there's a Touhou racing game. (sighs)
10:37 <Schism> Eh. You don't need to cook much. Brown the ground beef and add a bit of cumin, garlic and another spice or two, fry up the onions and peppers, add a bunch of spiced tomatoes, a can of mushrooms, and however much actual spice you want, and dump it all in a slow cooker for 8 hours.
10:38 <Schism> Oh, and add the can of beans before cooking of course.
10:44 <ConfusionRift> I love it when Steam suggests me a game, I look at it, and it looks really good... and it ends up being an RTS.
10:47 *** Joins: Lumindia (quassel@Pony-45lvcs.pbg.ptd.net)
10:48 <ConfusionRift> As I said, can't cook much. Also, it's a bit late to be messing around with chili. If I decide to make something like it, due to the mess of people living here, I'll have to make enough for like 10 others.
10:52 <Schism> That is how chili usually works anyway, but aye.
10:55 <Schism> One does not make 'a little bit of chili'.
10:55 <Schism> Ah well, perhaps another day.
11:04 <DerpyBot> New post on Equestria Daily by Calpain: Morning Discussion #1779 [ http://tinyurl.com/w9ft5m6 ]
11:29 *** Joins: danwellby (danwellby@The.lone.griffon)
11:39 * PrincessRainbows boops ConfusionRift
11:41 * ConfusionRift reboops PrincessRainbows. :P
11:41 *** Joins: Jackie (Jackie@Pony-vug.0ji.9.61.IP)
11:42 * Jackie noms PrincessRainbows' tail
11:42 * PrincessRainbows trots up to the ConfusionRift horse and raises her hooves. Up?
11:43 * Jackie picks up
11:44 <PrincessRainbows> Whee!
11:44 * Jackie nuzzles
11:47 *** Jackie is now known as Cirno
11:48 * PrincessRainbows awws
11:49 * Cirno is now Cirno
12:04 <DerpyBot> New post on Equestria Daily by Sethisto: New Comic Book Stor-Folio Appears [ http://tinyurl.com/v46qdzk ]
12:13 <Schism> "Anywhere else a snake that lethal would have a ferocious name. In Australia it's just a brown snake."
12:32 <ConfusionRift> Funny how some of the most dangerous have the most subtle of names. :P
13:17 *** Quits: ADragonDreaming (IceChat9@Pony-tpdjag.livnmi.sbcglobal.net) (Ping timeout: 121 seconds)
13:54 *** Joins: darkdoomer (kayanamasha@nowhere.eq)
14:06 *** Joins: ADragonHoarding (Mibbit@Pony-krk.qod.41.69.IP)
14:12 *** Quits: WildSoft (WildSoft@Pony-pgel9b.bredband.comhem.se) (Ping timeout: 121 seconds)
14:15 <Cirno> Taco Tuesday uwu
14:31 *** Crimson_Ta1l is now known as Crimson_Tail
14:38 *** Joins: Bubbles (EvaSh@Pony-1t0s0g.cable.virginm.net)
14:50 *** Quits: Cirno (Jackie@Pony-vug.0ji.9.61.IP) (Connection closed)
14:50 *** Joins: Jackie (Jackie@Pony-vug.0ji.9.61.IP)
14:50 *** Quits: ConfusionRift (ConfusionRi@Pony-eaa.irn.56.193.IP) (Quit: Recharging the batteries. Laters! *shutdown*)
14:51 *** Jackie is now known as Jackir
14:51 *** Jackir is now known as Jackie
14:51 * Jackie boops Bubbles
14:51 * Bubbles falls over
14:52 * Jackie catches
15:02 *** Joins: LibrarianofHope (Librarianof@Pony-nv8.19p.147.189.IP)
15:09 *** Quits: Jackie (Jackie@Pony-vug.0ji.9.61.IP) (Connection closed)
15:10 *** Joins: Jackie (Jackie@Pony-vug.0ji.9.61.IP)
15:18 *** Quits: Jackie (Jackie@Pony-vug.0ji.9.61.IP) (Connection closed)
15:40 <PrincessRainbows> Morning everyhorse and book
15:54 <Cepheid> Morning.
15:59 *** Joins: FruitNibbler (Eogan@Pony-sfrijb.dip0.t-ipconnect.de)
16:01 *** Quits: Fn (Eogan@Pony-lqd8at.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
16:01 <LibrarianofHope> hoi
16:04 <DerpyBot> New post on Equestria Daily by Makenshi: S09E12 "The Last Crusade" Music: StealingShad3z - Neglect the Chicken (feat. Blackened Blue) [Pop Punk] [ http://tinyurl.com/tjfn9vo ]
16:14 *** Joins: Dranae (kacyr@I.Will.Fly.Higher)
16:55 *** Quits: Dranae (kacyr@I.Will.Fly.Higher) (Ping timeout: 121 seconds)
17:04 <DerpyBot> New post on Equestria Daily by Sethisto: Fanfiction: Alicorn [ http://tinyurl.com/tcddc43 ]
17:07 <Hajnal> Morning.
17:25 *** Joins: ArchPegasusMichael (Poni@Keep.In.A.Friendly.And.Pony.Place)
17:47 <Cepheid> Hey, hey Schism.
17:48 <Cepheid> I just realized something.
17:50 <Cepheid> I can create an item randomizer for the game.
17:51 *** Joins: lunanightwind (lunanightwi@Pony-60d425.as0t.qh9k.1000.2600.IP)
17:51 <lunanightwind> Hello
17:52 <Cepheid> Hey Luna.
17:52 <lunanightwind> Whats up
17:53 <lunanightwind> Ive got a day to myself, no chores no helping people just a day for me to do what i want
17:53 <lunanightwind> Dont know what to do might stream no clue what tho
17:53 *** Quits: ADragonHoarding (Mibbit@Pony-krk.qod.41.69.IP) (Quit: http://www.mibbit.com ajax IRC Client)
17:54 <lunanightwind> Was told i can have a nothing day cuz i ve been doing everything for everyone since before thanksgiving
17:54 <lunanightwind> Between blazings surgery and mom and dad having pneumonia ive had no time to really rest ive been on call for everyone to order me around
17:55 *** Joins: ADragonHoarding (Mibbit@Pony-krk.qod.41.69.IP)
17:55 <lunanightwind> Upkeep on a 6 person household has all been on me
18:03 <Cepheid> Not much. Panicking.
18:03 <Cepheid> I announced my projects on the Etrian Odyssey subreddit, to see if there's any interest in it at all.
18:04 <DerpyBot> New post on Equestria Daily by Sethisto: Open My Little Pony Art Compilation (All Skill Levels Welcome) #40 [ http://tinyurl.com/szphy5o ]
18:05 <lunanightwind> Too much interest?
18:06 <lunanightwind> Or just panicing while waiting to see
18:07 *** Joins: Ali (Ali@Pony-cvibue.iplsin.sbcglobal.net)
18:07 *** ChanServ sets mode: +qo Ali Ali
18:07 <lunanightwind> Hi ali
18:07 * Ali flops over lunanightwind
18:07 * lunanightwind giggles
18:08 * PrincessRainbows barks and licks Ali
18:08 <Cepheid> lunanightwind: Panicking because I'm not sure of the response.
18:08 <Cepheid> I've never really "revealed" my projects to relevant communities.
18:08 <lunanightwind> Luna got a me day today, i ordered delivery from Mr Macs and no clue what else to do
18:10 <Ali> But you're luna
18:10 <lunanightwind> Hey dont panic every good project starts somewhere, you are confident in your skill from what ive seen, do you think the first release of POKEsav had people excited? Go out there and do the work you do, there will be people who appreciate it even if it is a slow start
18:10 <lunanightwind> Yep im luna and I dont have to do housework or chores today
18:11 <lunanightwind> So i ordered delivery from mr macs
18:11 <lunanightwind> A nice buffalo bacon mac and cheese
18:11 <lunanightwind> Then...i dunno what ill do
18:12 * Ali read that wrong, flops about
18:12 <lunanightwind> Lol
18:12 <lunanightwind> Might just pop up a stream till the game awards
18:13 <lunanightwind> Cuz im watching the game awards to see who joker stole his smash invite from last year
18:13 <Ali> And games that didn't deserve it win
18:13 <Ali> I mean HOW did smash Ult end up on GotY
18:14 <lunanightwind> It was a great game
18:14 <Ali> Its a good game, but not GotY
18:14 <lunanightwind> Like 2018 didnt have many strong contenders
18:14 <lunanightwind> Either way i dont watch the game awards for the awards
18:15 <lunanightwind> More so than movies the game awards are all based on advertising budget
18:15 <lunanightwind> There are supposed to be between 10 and 12 game reveals tonight PLUS the final smash character announcement for fighter pass 1
18:15 <Ali> But Breath of the Wild won
18:16 <Ali> I mean its a great game but the open ended part kinda ruined it for me.
18:16 <lunanightwind> BOTW is a split community, i honestly think its the best zelda game
18:16 <lunanightwind> This coming from someone who loves OoT
18:17 <lunanightwind> Also remember that windwaker was hated for a long time then suddenly people loved it
18:18 <lunanightwind> I dont put any faith in the actual awards for gaming
18:18 <lunanightwind> Like 6 publications can have 6 different GOtYs
18:18 <Ali> Heck gaming to me has been on a major downslide
18:18 <lunanightwind> Awards are opinions
18:18 <Ali> At least Pokemon Sword And Shield was better than Sun and Moon
18:18 <lunanightwind> Alot of the community would disagree
18:19 <Ali> Of course they would
18:19 <Ali> Overprivliged brats
18:19 * Ali grumps about
18:19 <lunanightwind> Lol
18:19 <Cepheid> Result seems to be positive. No response, but people seem to be upvoting it, rather than downvoting it.
18:20 <lunanightwind> A large amount of the community blasts sword and shield because of missing mons and the complete elimination of megas and z moves
18:21 <Ali> At least they didn't have to wait a damn year for the game
18:21 <lunanightwind> Also the 36 on cartrage but not accessable mons like bulbasaur
18:21 <Ali> They obviously never played Black and White
18:21 <Ali> They would've LOVED that one
18:21 <Ali> HEY GUYZ NO OLD MONS
18:22 <lunanightwind> A year isnt super long, i waited 10 years for duke forever, my husband has been waiting at least 2 years for the last of us 2
18:22 <Ali> And you have to wait a year before you can play it
18:22 <lunanightwind> Black and white had the mons on the cart though
18:22 <Ali> lunanightwind, this is delayed release, not wait for a sequal
18:22 <Ali> I mean hell, it took what, 15 years for Starcraft 2
18:22 <lunanightwind> There are like 500 mon not even in the games data
18:22 <lunanightwind> Thats where the issue lies
18:23 <Ali> Still doesn't matter
18:23 <Ali> Wait a year for the sequals, everything will be fixed
18:23 <lunanightwind> It does to a large swath of the community
18:23 <Ali> Cause they're whiners
18:24 <Ali> They just want to use their OP Garchomp or Salamence or god those awful Ultra Beasts
18:24 <lunanightwind> When you are paying 60 bucks for a game you are allowed to whine about it
18:24 <lunanightwind> I honestly want my blastoise
18:25 <Ali> I wanted a new eeveelution but we didn't get that
18:25 <lunanightwind> Hell i wanted my meltan, a pokemon that was made just before lets go, no programing for him in the game
18:26 <Ali> That one was a bit of a surprise
18:26 <Ali> But meh, I enjoyed S&S for what it was
18:26 <Ali> So much better than Sun and Moon that's for sure
18:27 <lunanightwind> I would venture to say that pokemon was one of the most disappointing games of the year not for being a bad game but for the blanket that was cast over what should be the main part of the game, the monsters
18:28 <lunanightwind> And sitting there condoning that action only gives game freak permission to do that with future games, which they have said they will do if S&S sells well
18:29 <lunanightwind> So you may never be able to catch em all ever again
18:30 <Ali> I'll will remind people
18:30 <Ali> Of how long it took them to get all the Gen 2 pokemon in in Gen 4
18:30 <Ali> But nope, nobody looks back at things anymore
18:30 <Ali> Just gripe about what's wrong with modern game
18:31 <lunanightwind> Every game in gen 4 had every mon programmed into the games though, they may not have been normally catchable but they were all in
18:35 <lunanightwind> If you try to edit S&S save file to get any of the missing mon with the exception of 36 that are labeled as event pokemon it will give you a normal type pikachu with no stats and if you program any moves that were removed from the game it will just tell you to go to the guy who makes you forget moves
18:35 <lunanightwind> In gen 4 you could hack those pokemon into the game
18:35 <lunanightwind> Thats where the issue is
18:37 * Ali is gonna no comment from this
18:41 *** Joins: Lunanightwind_ (Lunanightwi@Pony-acfiub.nh.comcast.net)
18:41 <Lunanightwind_> Dumb phone irc client
18:41 *** Joins: LunaticHell (LunaticHell@Pony-jbbon5.dynamic.qsc.de)
18:41 *** Quits: lunanightwind (lunanightwi@Pony-60d425.as0t.qh9k.1000.2600.IP) (Ping timeout: 121 seconds)
18:41 <LunaticHell> gooooooooooooood morning, equestria
18:41 *** Joins: lunanightwind (lunanightwi@Pony-edrl3g.nth7.j4eu.0191.2601.IP)
18:42 <Lunanightwind_> I feel like death stranding should win GOTY it probably wont cuz Kojima usually doesbt show up to the game awards
18:42 <LunaticHell> Just now I realized why this page isn't bookmarked, anymore.
18:43 <LunaticHell> It's kinda what you have to do when you buy a new PC.
18:44 <Lunanightwind_> What web browser do you use
18:44 <Lunanightwind_> Chrome will automatically transfer all bookmarks between devices if you have sync on
18:45 <Lunanightwind_> Also new pc is always fun what kinda specs you got
18:45 <LunaticHell> lemme just
18:47 <LunaticHell> First time using an amd processor
18:47 <Lunanightwind_> Ahhh
18:48 <Lunanightwind_> Yeah amd has solid blocks right now, especially their 7nm chips
18:48 <LunaticHell> To me the most important thing was to get something that fares well without having to sell both kidneysd
18:49 <LunaticHell> It's an eight core amd 8300, also 16 GB ram, should be ddr3
18:50 <Lunanightwind_> Nice
18:50 <LunaticHell> For graphic it's the GeForce GTX1050 Ti, I just can't not do GeForce.
18:51 <Lunanightwind_> 1050 ti isnt a bad card
18:51 <Lunanightwind_> Guessing you are pulling 1080 on high?
18:52 <LunaticHell> Here's the joke
18:52 <LunaticHell> I've yet to play games that actually need all of that
18:52 <Lunanightwind_> My specs are gonna be different between today and christmas
18:52 <LunaticHell> Neat.
18:53 <Lunanightwind_> Today i have an i7 8700k, 16 gb ram, geforce RTX2070 and 5 tb of hard drive space
18:53 <LunaticHell> Now that I can play most of the new games, I'm holding back.
18:53 <Lunanightwind_> Christmas day i will have an i9 9900k 32 gb ram rtx 2070 and 10tb hard drive
18:54 <Lunanightwind_> I needed that 2 core upgrade lol
18:54 <LunaticHell> Sounds hardcore.
18:55 * Ali sits with a shitty ass pc over 10 years old
18:55 <Lunanightwind_> Its a nice setup ill say that much, trying to be set for next console gen
18:55 * LunaticHell offers hugs
18:56 <LunaticHell> I'm thinking about Atelier Ryza. o. o
18:57 <LunaticHell> Always loved the Atelier series, anime included.
18:58 <Lunanightwind_> Never heard of it honestly
18:58 <LunaticHell> You're honestly missing out.
18:58 <Lunanightwind_> I backed away from anime games hard core a few years back
18:58 <LunaticHell> tl;dr our heroines are alchemists
18:59 <Lunanightwind_> Like i think the only recent game that has anything anime related is persona 5
18:59 <LunaticHell> Why is that?
18:59 <LunaticHell> Ah yes that.
18:59 <Lunanightwind_> Eh just kinda grew out of anime
19:00 <Lunanightwind_> Then after getting married i never saw a reason to look back
19:00 <LunaticHell> When?
19:00 <LunaticHell> Sorry, I'm a bit curious.
19:01 <Lunanightwind_> Diped away from anime around my 30th birthday
19:01 <Lunanightwind_> Like there are still a couple ill watch but not much
19:02 <Lunanightwind_> Oh wait i bought jump force a few weeks back just cuz fighting game thats anime
19:02 <LunaticHell> Considering that it takes it's name from the first ever anime publication in history...
19:03 <LunaticHell> ...I'd say yeah, that's pretty much anime.
19:03 <Lunanightwind_> I forgot i bought it was just scrolling through steam
19:03 <LunaticHell> When you said "grew out of" it sounds like you are treating it as something to do with age.
19:03 <Lunanightwind_> Just wanted to play a fighting game with DIO cuz i used to love jojo
19:04 <LunaticHell> Ah yes, I can very much understand that.
19:04 <Lunanightwind_> I kinda just stopped watching it, i turned 30 and was like "well what can i realistically do with my life"
19:05 <Lunanightwind_> So it kinda was an age thing
19:05 <LunaticHell> There is a small mistake in that thinking.
19:05 <Lunanightwind_> Eh its not something im missing in my life
19:06 <LunaticHell> Fair enough.
19:06 <LunaticHell> But you do realize that we're talking entertainment, so the "what can I do with my life" does not really apply, it is more of "what do I want to do to be entertained?"
19:08 <Lunanightwind_> Thats not necessarily true when you are spending multiple hours a day watching anime
19:09 <LunaticHell> Which holds true for every single hobby.
19:09 <LunaticHell> I can spend multible hours a day reading books.
19:10 <LunaticHell> The important bit is what you wanted out of it going into it and if you got it.
19:11 <Lunanightwind_> Well i transitioned to a girl, i got married, and im super happy so yeah i got what i wanted plus some
19:11 <LunaticHell> And the same goes for entertainment.
19:13 <LunaticHell> Do the things that make you happy.
19:13 <LunaticHell> Even if you are too old for them.
19:13 <LunaticHell> brb
19:13 <Lunanightwind_> Idk i guess at this point i just associate it with solitude and being displeased with my life
19:14 <DerpyBot> New post on Equestria Daily by Makenshi: Dashie Vocal Chops Music: loophoof - We Will 2.0 [Drum & Bass] [ http://tinyurl.com/u4bl9rg ]
19:20 <LibrarianofHope> uhh a lunatichell
19:20 <LunaticHell> Well maybe the taste of the younger you informed how you'd come to see anime as a whole?
19:21 <LunaticHell> Oh hi LibrarianofHope ^^
19:21 <LibrarianofHope> hoi
19:21 <LunaticHell> I will be back in about 10, gotta get something for dinner...the dinner that was finished cooking 1 minute ago
19:22 <LunaticHell> So yeah, gotta Zoom
19:22 <LunaticHell> ...errr...Dash
19:24 *** Joins: RyuImperator (RyuImperato@Pony-gvc1sl.dip0.t-ipconnect.de)
19:26 <Lunanightwind_> Alright im off to stream see ya all later
19:27 *** Quits: lunanightwind (lunanightwi@Pony-edrl3g.nth7.j4eu.0191.2601.IP) (Quit: Quit)
19:30 *** Quits: Lunanightwind_ (Lunanightwi@Pony-acfiub.nh.comcast.net) (Ping timeout: 121 seconds)
19:36 <LunaticHell> Dinner has been saved.
20:04 <DerpyBot> New post on Equestria Daily by Sethisto: Fanfiction Updates: December 12th [ http://tinyurl.com/s55ctdq ]
20:18 *** Joins: Golden (uid250033@Pony-360sli.charlton.irccloud.com)
20:31 <LunaticHell> oh hi Golden Pone
20:31 <Golden> Yo
20:31 <LunaticHell> Sup?
21:04 <DerpyBot> New post on Equestria Daily by Sethisto: Drawfriend Stuff (Pony Art Gallery) #3188 [ http://tinyurl.com/sfy4bo3 ]
21:34 *** Quits: RyuImperator (RyuImperato@Pony-gvc1sl.dip0.t-ipconnect.de) (Connection closed)
22:05 *** Joins: matttheshadowman_ (matthewhowa@the.shadowy.corners)
22:06 *** Quits: matttheshadowman (matthewhowa@the.shadowy.corners) (Ping timeout: 121 seconds)
22:07 *** Joins: matttheshadowman (matthewhowa@the.shadowy.corners)
22:09 *** Quits: matttheshadowman_ (matthewhowa@the.shadowy.corners) (Ping timeout: 121 seconds)
22:15 *** Joins: Jackie (Jackie@Pony-vug.0ji.9.61.IP)
22:28 *** Quits: Golden (uid250033@Pony-360sli.charlton.irccloud.com) (Quit: Connection closed for inactivity)
22:52 *** Quits: LunaticHell (LunaticHell@Pony-jbbon5.dynamic.qsc.de) (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
22:56 <Jackie> Ali, https://sgcafe.com/2019/12/anime-studio-tear-studio-just-vanishes-employees-still-unpaid-even-anime-insiders-baffled/
22:58 <LibrarianofHope> weird
22:59 <LibrarianofHope> more unusal for a japanese studio.
22:59 <Jackie> They just released Fragtime :/
22:59 <Jackie> And all of a sudden, poof
22:59 <LibrarianofHope> it would be a weird scam
23:00 <Jackie> They employees are furious
23:00 <Jackie> *The
23:00 <LibrarianofHope> reasonably so
23:01 <LibrarianofHope> the only logical thing i could come up with is they just took everything and vanished, cause this is carrer suicide especialy in japan
23:02 <Jackie> They deleted their Twitter and their website was gone (it came back up somehow)
23:04 <LibrarianofHope> site works
23:04 <LibrarianofHope> except contact
23:04 <DerpyBot> New post on Equestria Daily by Sethisto: Comics: Detention with Rarity / Home Team Advantage / Storm's Lullaby #59 / Lets Fighting Love #6 [ http://tinyurl.com/sy4dqom ]
23:07 <Jackie> LibrarianofHope, yeah they literally destroyed
23:07 <Jackie> their contact methods
23:20 <Lumindia> https://www.youtube.com/watch?v=69zTLvF8ajc
23:20 <Lumindia> can we talk about this for a moment? It's ADORABLE
23:24 <LibrarianofHope> yes we can
23:24 <LibrarianofHope> its great
23:29 <Lumindia> I love everything about it
23:29 *** Quits: ADragonHoarding (Mibbit@Pony-krk.qod.41.69.IP) (Quit: http://www.mibbit.com ajax IRC Client)
23:32 *** Quits: Jackie (Jackie@Pony-vug.0ji.9.61.IP) (Quit: qicr for android: faster and better)
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!