00:04 <DerpyBot> New post on Equestria Daily by Sethisto: A Flood of High Quality Horses - ShadowReindeer Artist Spolight and Interview! [ http://tinyurl.com/yx2p8ok6 ]
00:15 * Schism flops in. "Suddenly, everyone decided to make calls on Friday."
00:18 <Schism> "A good idea is fragile, while a bad one is impervious to debate."
00:18 <lunanightwind> hey
00:20 <Schism> This is a very silly fic. Because it's Estee, of course. X3
00:22 *** Joins: ADragonDreaming (IceChat9@Pony-tpdjag.livnmi.sbcglobal.net)
00:22 *** Joins: Pony|74071 (Pony74071@Pony-i454b4.cable.virginm.net)
00:23 <Schism> Sure, let's host a project fair for the first-year students at Celestia's School for Gifted Unicorns. Surely the children at CSGU would be far, far too innocent and fresh-faced to cause an unmitigated disaster.
00:24 <Schism> Snrk. And 'That's the expression of a pony who's looking for something, hoping it isn't there.'
00:27 <PinkieShy> Everything hurts.. :(
00:27 <lunanightwind> i got a new monitor today I am having trouble getting used to it
00:27 <PinkieShy> Pain killers did nothing..
00:27 <PinkieShy> Pain after being sick and dehydrated and more is the worse..
00:28 <PinkieShy> I might ask my dad to bring me gatorade or a Pedialyte..
00:34 <Schism> Not a bad idea. Being so dehydrated... yea.
00:34 <Schism> Okay, this was really good. https://www.fimfiction.net/story/456157/1/proof-of-concept/too-soon
00:39 * PrincessRainbows patpats the magic horsey
00:47 * Cepheid flops.
00:49 * Cepheid finishes two spec files. Then goes to do some more fun stuff.
00:51 * Cepheid goes to murder the first FOE he can find.
00:52 <Cepheid> Hum, first, need to find what the first FOE is.
01:00 * Cepheid draws blade of data carving. Starts cutting through the FOE tables.
01:02 *** Quits: RyuImperator (RyuImperato@Pony-dg2.39d.142.80.IP) (Quit: Leaving.)
01:07 <Schism> Cepheid: FFXIV's got a 5-day 'free login campaign'. Any five days between the 13th of December and the 14th of January.
01:07 <Schism> Five days in a row, that is.
01:10 <Cepheid> Heh.
01:16 <Cepheid> Man this table format is *WEIRD*.
01:16 <Cepheid> I can parse it, but I just don't understand the logic behind it.
01:17 <Cepheid> Each two-byte pair represents the offset, relative to the start of the string data, where the string ends.
01:17 * Cepheid writes a quick parser.
01:33 <Cepheid> 0x64 is... decimal 100.
01:34 <Cepheid> Annoying.
01:37 <Cepheid> Greedy Lizard's name is stored at... index 67 in the name table. Hex 43.
01:38 <Cepheid> Ah, there we are.
01:39 <Cepheid> 2 bytes, floor number. 2 bytes, monster index. 1 byte, facing of monster at start. 7 bytes, unknown. 2 bytes, starting X, 2 bytes, starting Y.
01:40 *** Joins: Dranae (kacyr@I.Will.Fly.Higher)
01:46 <Cepheid> In the 7 bytes that are unknown, there are 4 bits that are common among the pasarans on floors 1, 2 and 3.
01:47 <Cepheid> Time to bit flip.
01:49 *** Joins: cabbage (cabbage@Pony-8q0glj.dynamic.sonic.net)
01:51 <Cepheid> Hum. So one of those bits sets the color.
01:54 <Cepheid> Hmm.
01:55 <Cepheid> Setting that byte to 0x06 changes the FOE colour to golden. Values 0x02, 0x04, which correspond to the two bits that make up 0x06, don't seem to do much, if anything.
01:56 <Cepheid> ... Oh.
01:56 <Cepheid> I should probably examine FOEs before assuming the byte does nothing.
01:56 <Cepheid> Value 2 turns it into a boss FOE.
01:57 <Cepheid> Or at least, changes the color to boss.
01:57 <Cepheid> ... 0x04 changes it to a color I've never seen used. o3o;
01:58 <Cepheid> It's... green.
02:04 <Cepheid> Okay, that's weird as hell.
02:04 <Cepheid> My guess, there's a full palette of 256 colors to use.
02:04 <DerpyBot> New post on Equestria Daily by Calpain: Nightly Discussion #2007 [ http://tinyurl.com/yx4a52s4 ]
02:45 <Schism> Hum. DK2 is an old favourite, but I remember it being a little more. Maybe that's just my brain.
02:48 * Cepheid bursts into flames.
02:49 <Cepheid> Right, so I know as much as this: That byte changes the FOE color.
02:49 <Cepheid> I'm not sure how large the palette is, but I imagine some of the entries reach into uninitialized memory.
02:49 <Cepheid> I also extracted my first texture.
02:50 <Cepheid> And lo and behold, it was something horrible.
02:50 <Cepheid> Even in data, F.O.E!
02:55 <Cepheid> Hmm, one of those bits means "Only make it visible under a certain condition."
03:03 <Schism> https://www.theonion.com/microsoft-unveils-new-40-story-tall-brutalist-xbox-seri-1840417684
03:04 <DerpyBot> New post on Equestria Daily by Makenshi: MLP Organ Cover: Jonny Music & Yensid Organist - A Hearth's Warming Tail [Organ] [ http://tinyurl.com/sm6phkw ]
03:06 <Cepheid> Oh gods what have I done?
03:06 * Cepheid made the Golden FOE on the first floor into the Abyssal God.
03:09 <Cepheid> https://twitter.com/LuminousOcean/status/1205686206526349314
03:13 <Schism> *claps*
03:15 <lunanightwind> holy crap this is hilarious, this has to be fake
03:16 <Cepheid> At the moment, I unfortunately cannot add stuff.
03:16 <Cepheid> I can change stuff. Can't add.
03:16 <Cepheid> There's one last bit of decoding of the base file formats I need to do first. I can't pack things back together after unpacking them, as a result.
03:16 <lunanightwind> random PM on twittter basically offering me sponsorship on my twitch
03:17 <Cepheid> Heh.
03:17 <lunanightwind> my twitch that has a 0 viewer average
03:17 <lunanightwind> also unverified twitter
03:18 * Cepheid goes to take a break and do some chores. Also hears cat.
03:20 <Cepheid> Honestly, the early FOE data is easy. It's the latter stuff that'll get me.
03:21 <Cepheid> See, the "header" is straightforward. 2 bytes, floor number. 2 bytes, monster index. 1 byte, facing(0 = north, 1 = south, 2 = east, 3 - west). 1 byte, color of FOE. 1 byte, hell if I know. 4 bytes, hell if I know. 2 bytes, X coordinate on map. 2 bytes, Y coordinate.
03:22 <Cepheid> After that, 224 bytes of unknown data.
03:25 <Cepheid> I'll just have to do this the old fashioned way. Extract every single FOE, then parse through them all, and output data that I can then compare.
03:25 <Cepheid> But that's for later. Chores, shower.
03:32 <Schism> "I've had a new idea. And I promised myself, once. When I have a new idea, unless it's enormously time-sensitive, to think about it for at least 48 hours after I think of this restriction. So I have been. Except... I keep getting interrupted..."
03:35 <Schism> "And once you have one idea, unless it's ridiculously specific, it's hard not to think of others. ...my checklist is Sparkle-sized."
03:42 * Cepheid goes about writing tool from earlier. o3o
03:42 *** Quits: lunanightwind (lunanightwi@Pony-acfiub.nh.comcast.net) (Quit: Page closed)
03:55 *** Ali|MTG is now known as Ali
03:56 *** Joins: RazorSharpFang (RazorSharpF@Pony-m2g.u6s.63.203.IP)
04:04 *** Joins: Jackie (Jackie@Pony-vug.0ji.9.61.IP)
04:08 *** Quits: Jackie (Jackie@Pony-vug.0ji.9.61.IP) (Connection closed)
04:08 *** Joins: Jackie (Jackie@Pony-vug.0ji.9.61.IP)
04:15 *** Quits: Pony|74071 (Pony74071@Pony-i454b4.cable.virginm.net) (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
04:24 * Ali flops over Cepheid and blehs, no .18 this year.
04:33 *** Quits: Jackie (Jackie@Pony-vug.0ji.9.61.IP) (Connection closed)
04:33 *** Joins: Jackie2 (Jackie@Pony-vug.0ji.9.61.IP)
04:34 *** Joins: Jackie (Jackie@Pony-vug.0ji.9.61.IP)
04:34 *** Quits: Jackie2 (Jackie@Pony-vug.0ji.9.61.IP) (Connection closed)
04:38 *** Quits: Jackie (Jackie@Pony-vug.0ji.9.61.IP) (Connection closed)
04:38 *** Joins: Jackie (Jackie@Pony-vug.0ji.9.61.IP)
04:42 *** Quits: coppertiger (coppertiger@Pony-u7oomq.md.comcast.net) (Connection closed)
04:46 * PrincessRainbows licks the magic Ali horse. Looks cute
04:47 * Ali curls into PrincessRainbows, she's not cute.
04:48 * PrincessRainbows patpats the totally not adorable horse
04:50 * Cepheid tries to decode some stuff. o3o
04:54 <Cepheid> ... This is going to be hell. *Sits atop Schism and thinks*
04:59 <Cepheid> ...
04:59 <Cepheid> Yeah, it's gonna be heck.
05:04 <Cepheid> It's like some sort of simple instruction set that says "IF X, DO Y"
05:19 <Cepheid> Code F000 - Aggro line or bos. No sure. Let's find out!
05:20 * Cepheid tests for box. By making it so that the coordinates cover the entire map. o3o;
05:21 <Cepheid> ... Oh gods.
05:21 <Cepheid> I just made a FOE that can walk through walls.
05:25 <Cepheid> That.. may actually be part of it's programming, though.
05:25 *** Quits: RazorSharpFang (RazorSharpF@Pony-m2g.u6s.63.203.IP) (Connection closed)
05:25 *** Joins: RazorSharpFang (RazorSharpF@Pony-m2g.u6s.63.203.IP)
05:25 <Cepheid> In any case, CODE 0F00 0000, apparently means "If the player enters this area, start seeking them out."
05:29 <Cepheid> Meanwhile, 1000 0000 is the opposite. "Enters this area, stop aggroing."
05:41 *** Joins: roushguy (kacyr@Pony-9fh3ef.utnq.s4c9.1700.2600.IP)
05:43 *** Quits: Dranae (kacyr@I.Will.Fly.Higher) (Ping timeout: 121 seconds)
05:46 * PrincessRainbows also boops Ali's horn repeatedly till it sparks
05:47 *** Joins: coppertiger (coppertiger@Pony-u7oomq.md.comcast.net)
05:52 <PinkieShy> This Gatorade my dad brought me.. Is tasting like the best thing ever :)
05:53 <PinkieShy> and it should being so dehydrated and such
05:53 <Cepheid> I like Gatorade.
05:54 <Hajnal> It can be quite good.
06:05 *** Quits: WildSoft (WildSoft@Pony-hej.4hs.13.31.IP) (Quit: Toodle-loo! Au revoir! Auf wiedersehen! Ciao! Ting tao tay!)
06:14 *** Quits: roushguy (kacyr@Pony-9fh3ef.utnq.s4c9.1700.2600.IP) (Ping timeout: 121 seconds)
06:31 *** Quits: cabbage (cabbage@Pony-8q0glj.dynamic.sonic.net) (Connection closed)
06:40 <Cepheid> Ow.
06:57 <Cepheid> It's not a coincidence that this sequence of bytes has the exact length 8400, which is, ironically, a product of 1050 and 8, the former of which is the product of 35 and 30, which are the width and height of the maps.
06:57 *** Joins: WildSoft (WildSoft@Pony-ufjin7.bredband.comhem.se)
07:00 <Cepheid> ...
07:00 <Cepheid> Okay then!
07:00 <Cepheid> It's the data I'm looking for.
07:01 <Cepheid> I just walked the team out of bounds.
07:01 *** Quits: Jackie (Jackie@Pony-vug.0ji.9.61.IP) (Connection closed)
07:06 * Cepheid does the worst thing ever. Replaces all 8400 bytes with 0.
07:09 <Cepheid> https://twitter.com/LuminousOcean/status/1205746481585623041 ... Oops.
07:41 <Cepheid> https://twitter.com/LuminousOcean/status/1205754710805942273 And so it continues.
08:40 *** Quits: PinkieShy (coolm@Pony-ck81je.67-212-45-net.sccoast.net) (Quit: Leaving)
08:47 *** Joins: Golden (uid250033@Pony-360sli.charlton.irccloud.com)
08:49 <Cepheid> I looked into the abyss. It looked back at me. I punched it in the eye.
08:54 <DerpyBot> New post on Equestria Daily by Sethisto: Episode Rewatch - MLP Season 1 Episode 15-16 - Feeling Pinkie Keen / Sonic Rainboom [ http://tinyurl.com/qqcaf6n ]
09:07 *** Quits: coppertiger (coppertiger@Pony-u7oomq.md.comcast.net) (Quit: Leaving)
09:38 *** Quits: Fablecrack (lierdakil@Pony-hqa.ejs.251.213.IP) (Quit: ZNC 1.7.4 - https://znc.in)
09:48 *** Joins: Fablecrack (lierdakil@Pony-hqa.ejs.251.213.IP)
09:53 *** Quits: Fablecrack (lierdakil@Pony-hqa.ejs.251.213.IP) (Quit: ZNC 1.7.4 - https://znc.in)
09:55 *** Joins: Jackie (Jackie@Pony-vug.0ji.9.61.IP)
09:59 *** Quits: Jackie (Jackie@Pony-vug.0ji.9.61.IP) (Quit: qicr for android: faster and better)
09:59 *** Joins: Jackie (Jackie@Pony-vug.0ji.9.61.IP)
10:07 *** Joins: Fablecrack (lierdakil@Pony-hqa.ejs.251.213.IP)
10:10 *** Quits: Ali (Ali@Pony-cvibue.iplsin.sbcglobal.net) (Quit: Leaving)
10:14 *** Quits: Fablecrack (lierdakil@Pony-hqa.ejs.251.213.IP) (Quit: ZNC 1.7.4 - https://znc.in)
10:23 *** Joins: Fablecrack (lierdakil@Pony-hqa.ejs.251.213.IP)
11:18 *** Quits: Jackie (Jackie@Pony-vug.0ji.9.61.IP) (Connection closed)
11:18 *** Joins: Jackie2 (Jackie@Pony-vug.0ji.9.61.IP)
11:19 *** Jackie2 is now known as Jackie
11:26 *** Joins: Jackie2 (Jackie@Pony-vug.0ji.9.61.IP)
11:26 *** Quits: Jackie2 (Jackie@Pony-vug.0ji.9.61.IP) (Connection closed)
11:26 *** Joins: Jackie2 (Jackie@Pony-vug.0ji.9.61.IP)
11:27 *** Quits: Jackie (Jackie@Pony-vug.0ji.9.61.IP) (Killed (NickServ (GHOST command used by Jackie2)))
11:27 *** Jackie2 is now known as Jackie
11:35 *** Joins: Fn (Eogan@Pony-8m2vde.dip0.t-ipconnect.de)
11:38 *** Quits: FruitNibbler (Eogan@Pony-sfrijb.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
12:07 *** Quits: Golden (uid250033@Pony-360sli.charlton.irccloud.com) (Quit: Connection closed for inactivity)
12:43 *** Joins: Stormspark (stormspark@Pony-25m.dcd.98.172.IP)
12:47 *** Joins: RyuImperator (RyuImperato@Pony-trb5lu.dip0.t-ipconnect.de)
13:17 *** Quits: RyuImperator (RyuImperato@Pony-trb5lu.dip0.t-ipconnect.de) (Quit: Leaving.)
13:19 <PrincessRainbows> So empty
14:09 * Jackie boops Sleeping_Nightmares
14:25 *** Quits: Jackie (Jackie@Pony-vug.0ji.9.61.IP) (Quit: qicr for android: faster and better)
14:35 *** Quits: WildSoft (WildSoft@Pony-ufjin7.bredband.comhem.se) (Quit: Toodle-loo! Au revoir! Auf wiedersehen! Ciao! Ting tao tay!)
14:39 * Sleeping_Nightmares sleepies on PrincessRainbows
14:50 *** Joins: WildSoft (WildSoft@Pony-ufjin7.bredband.comhem.se)
15:03 *** Quits: RazorSharpFang (RazorSharpF@Pony-m2g.u6s.63.203.IP) (Connection closed)
15:33 *** Joins: roushguy (kacyr@Pony-i5r0h6.utnq.s4c9.1700.2600.IP)
15:36 *** Joins: coppertiger (coppertiger@Pony-u7oomq.md.comcast.net)
15:46 *** Quits: ADragonDreaming (IceChat9@Pony-tpdjag.livnmi.sbcglobal.net) (Connection closed)
15:58 *** Quits: roushguy (kacyr@Pony-i5r0h6.utnq.s4c9.1700.2600.IP) (Ping timeout: 121 seconds)
15:59 *** Joins: FruitNibbler (Eogan@Pony-mrb52p.dip0.t-ipconnect.de)
16:01 *** Quits: Fn (Eogan@Pony-8m2vde.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
16:25 *** Joins: cabbage (cabbage@Pony-8q0glj.dynamic.sonic.net)
17:04 <DerpyBot> New post on Equestria Daily by Sethisto: New "Freedom of the Press" Update Hits Gameloft Game, Equestria Daily Included [ http://tinyurl.com/sd3znfz ]
17:48 *** Joins: RyuImperator (RyuImperato@Pony-trb5lu.dip0.t-ipconnect.de)
17:49 *** Quits: RyuImperator (RyuImperato@Pony-trb5lu.dip0.t-ipconnect.de) (Connection closed)
17:54 *** Joins: RyuImperator (RyuImperato@Pony-trb5lu.dip0.t-ipconnect.de)
17:57 *** Quits: RyuImperator (RyuImperato@Pony-trb5lu.dip0.t-ipconnect.de) (Connection closed)
18:04 *** Joins: ADragonDreaming (IceChat9@Pony-tpdjag.livnmi.sbcglobal.net)
18:04 <DerpyBot> New post on Equestria Daily by Sethisto: Holidays Unwrapped: Part 5 'Dashing Through The Mall' - Now on Youtube [ http://tinyurl.com/rmd8dzh ]
18:15 *** Joins: RyuImperator (RyuImperato@Pony-trb5lu.dip0.t-ipconnect.de)
18:36 *** Joins: roushguy (kacyr@Pony-us410q.utnq.s4c9.1700.2600.IP)
19:04 <DerpyBot> New post on Equestria Daily by Sethisto: Comics: Can't Say Cusswords / Snickerdoodle / Storms Lullaby #60 / Jasper Comic #300 [ http://tinyurl.com/rseg9vp ]
19:53 *** Quits: ADragonDreaming (IceChat9@Pony-tpdjag.livnmi.sbcglobal.net) (Ping timeout: 121 seconds)
19:55 *** Quits: roushguy (kacyr@Pony-us410q.utnq.s4c9.1700.2600.IP) (Ping timeout: 121 seconds)
20:04 <DerpyBot> New post on Equestria Daily by Sethisto: Fanfiction: A Very Merry Commission [ http://tinyurl.com/tb5lxh3 ]
20:12 *** Joins: PinkieShy (coolm@Pony-ck81je.67-212-45-net.sccoast.net)
20:13 *** Joins: Ali (Ali@Pony-ucvh45.4nua.5fca.1702.2600.IP)
20:13 *** ChanServ sets mode: +qo Ali Ali
20:19 *** Quits: WildSoft (WildSoft@Pony-ufjin7.bredband.comhem.se) (Quit: Toodle-loo! Au revoir! Auf wiedersehen! Ciao! Ting tao tay!)
20:21 *** Quits: PinkieShy (coolm@Pony-ck81je.67-212-45-net.sccoast.net) (Quit: Leaving)
20:51 *** Joins: WildSoft (WildSoft@Pony-ufjin7.bredband.comhem.se)
21:04 <DerpyBot> New post on Equestria Daily by Makenshi: Community Classic Cover: Koron Korak - Constellations (Covering Aviators) [Hybrid Orchestral] [ http://tinyurl.com/sgkmd4f ]
21:15 *** Joins: Jackie (Jackie@Pony-vug.0ji.9.61.IP)
21:17 * PrincessRainbows sits on Ali. Go horsey go!
21:18 * Ali splats, unicorn is in no go mode. Snugs PrincessRainbows though so much.
21:18 * PrincessRainbows licks the Ali instead
21:19 * Ali squeaks in response.
21:19 * Jackie pats PrincessRainbows
21:19 * PrincessRainbows barks
21:20 * Jackie boops nose
21:28 *** Quits: darkdoomer (kayanamasha@nowhere.eq) (Connection closed)
21:28 *** Joins: darkdoomer (kayanamasha@nowhere.eq)
21:34 * PrincessRainbows does tricks for Jackie
21:35 * Jackie puts a cookie on nose
21:36 * PrincessRainbows yays and rolls over
21:38 * Jackie feeds cookie
21:55 *** Parts: darkdoomer (kayanamasha@nowhere.eq) ()
21:56 * PrincessRainbows is good horse so barks and wags her tail
22:03 <Jackie> https://crappygames.miraheze.org/wiki/Sonic_the_Hedgehog_(2006)
22:03 <Jackie> This game has lots of complaints
22:04 <DerpyBot> New post on Equestria Daily by Sethisto: Drawfriend Stuff (Pony Art Gallery) #3190 [ http://tinyurl.com/qsxvg3e ]
22:11 * Cepheid flops in.
22:17 *** Joins: Surreal_Nightmares (Surreal@Cutest.Floofy.Changeling.Batpone)
22:19 * Jackie pets Surreal_Nightmares
22:47 *** Quits: Jackie (Jackie@Pony-vug.0ji.9.61.IP) (Ping timeout: 121 seconds)
23:35 *** Joins: PinkieShy (coolm@Pony-ck81je.67-212-45-net.sccoast.net)
23:46 *** Quits: Fablecrack (lierdakil@Pony-hqa.ejs.251.213.IP) (Quit: ZNC 1.7.4 - https://znc.in)
23:53 * Lumindia nibble ssomeone's ear
23:57 *** Joins: Fablecrack (lierdakil@Pony-hqa.ejs.251.213.IP)
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!