@MrL314@peoplemaking.games
@MrL314@peoplemaking.games avatar

MrL314

@MrL314@peoplemaking.games

| Super Mario Kart Expert
| SNES Hacker and Tool Creator
| Mathematician
| SmkWorkshop Founder
| Co-Creator of Super Mario Kart Deluxe (#SMKDX)
| Producer of SMK Under the Hood (#SMKUTH)
| Certified Luigi Enthusiast (yes, really)

Icon by CometMedal on Twitter

He/Him

This profile is from a federated server and may be incomplete. Browse more on the original instance.

eniko, to gamedev
@eniko@peoplemaking.games avatar

tfw game developer

MrL314,
@MrL314@peoplemaking.games avatar

@eniko when the temp code becomes legacy code

MrL314, to art
@MrL314@peoplemaking.games avatar

I present: The Weegsire

MrL314,
@MrL314@peoplemaking.games avatar

you done it

congarts

MrL314, to random
@MrL314@peoplemaking.games avatar

Where’s that one post about “people in tech have the weirdest computer problems” because I have a hell of a one to add to the list:

To turn my computer on, I have to unplug the power supply

MrL314,
@MrL314@peoplemaking.games avatar

I’ve been asked for proof of this so here’s a video of my weird computer issue:

Plugged in? No turn on. :(
Unplug? Turn on. :)

??????????????????

Video of me attempting to turn on my pc, failing, unplugging it, then turning it on

eniko, to random
@eniko@peoplemaking.games avatar

For my birthday, I'd really like it if my beloved fedi could spread word far and wide of Kitsune Tails. It's a platformer with a heartwarming story featuring queer main characters and personal discoveries in classic SMB3 style. You can find trailer, screenshots, and wishlist links here: https://kitsunegames.com/kitsunetails

It's coming out this year and the team and I have been working hard on it for several years now. Most of the team is queer in some form so by boosting you'd not only be making me happy on my birthday, but supporting a bunch of queer creators making queer art as well

yuzu kitsune tails, a purple haired fox girl, picks up samurai armor in a tower that's rapidly filling with lava. she jumps away from the rising lava and sticks her spear in the wall, doing a dashing twirl to get on top of it. she walks off the spear and into a new scene, fighting a ghost fox with armor and spear. it stabs and she jumps over, but is caught by a follow up stab. the ghost fox over extends and its ghostly powers wane, giving yuzu a chance to bop on its head

MrL314,
@MrL314@peoplemaking.games avatar

@eniko HAPPEE BURFDAE

MrL314, to random
@MrL314@peoplemaking.games avatar

Hot take but I think we should normalize vectors

MrL314,
@MrL314@peoplemaking.games avatar

@eniko anytime queen

MrL314, to random
@MrL314@peoplemaking.games avatar

Under the Hood episode 2 is finally in production! I'll be discussing the CPU rivalry and agro system (aka: that one flowchart and the graphs at the end of ep1)

No idea when it'll be ready but it is no longer on hiatus! :D

expect more info in the near future!

brief animation of a flowchart going over the CPU agro system in Super Mario Kart. Details of the chart are not important as of right now, as this is a demo of the animation

MrL314, to random
@MrL314@peoplemaking.games avatar

Cleaning out my room and found one of my old gizmos from ~10 years ago when I was super into being an “inventor”.

This was a concept prototype for a Mega-Hand auxiliary device that would give you big synthetic hands.

My dream was to help develop prosthetics for amputees.

Hand-mounted gizmo made of a a glove, some scrap wood, popsicle sticks, rubber bands, tape, strings, and toothpicks that allows the user to extend the actuation of their fingers to longer synthetic fingers. The video shows me actuating the old mechanical parts, with some of them slightly working, showing the age of the device.

MrL314, to random
@MrL314@peoplemaking.games avatar

Out of context development:

yosh

MrL314, to random
@MrL314@peoplemaking.games avatar

Is your child texting about computers?

nsfw - New Software For Windows
dom - Document Object Model
sub - Serial Universal Bus
gfe - GeForce Experience
bfe - Big File Extension
bdsm - Backup Drive Sorta Malfunctioning
cnc - Computer Numerical Control
joi - Joypad Output/Input
cei - Command-line Expression Interpreter
fp - File Pointer
sph - Special Purpose Hardware
fd - Floppy Disk
fs - File System
hw - Hardware
m4a - Multif4ctor Authentication
f4a - Files for Applications
nb4a - New Buffer for Allocating
cf - Critical Function
r34 - 34 GB RAM stick
fb - Free Buffer
rp - Read Pointer

MrL314,
@MrL314@peoplemaking.games avatar

@astrid LMAO

MrL314, to random
@MrL314@peoplemaking.games avatar

Hey hey, so I'm working on another Under the Hood series episode, and this chunk is going to be focused on the RNG in SMK. I wanted to do a section covering what actually does and doesn't use RNG in SMK and explaining some of the common misconceptions and beliefs about the RNG system. So I'd like your input on this:

Let me know all of the things you believe/think are RNG-related in SMK! I want to cover as much ground as I can with this chunk of the series, so the more things you think, the better!

MrL314, to random
@MrL314@peoplemaking.games avatar

THIS TRACK… IS MY BIRTHRIGHT.

MrL314, to random
@MrL314@peoplemaking.games avatar

“Hey L, I wanna know how the PRNG function in Super Mario Kart works!”

Ok sure, have fun! :)

MrL314,
@MrL314@peoplemaking.games avatar

Also can someone please help me figure out if this is a custom design or if this is a known thing that existed in some library of 16-bit PRNG functions?

I’m not even sure what to classify this as, since it’s not really a LFSR, it’s not really a bit scrambler, it’s not really a 2-block-swap thingy, it’s not really any of those in particular but it’s got elements of all of them.

If it’s any help, this PRNG generates two different cycles: one is a 65534-cycle and the other is a 2-cycle that gets interrupted forcibly by the mechanics at the bottom (that 2-cycle is 0xAA55 <-> 0x54AA, and it breaks out of the cycle and into the main cycle when it hits 0xAA55).

If needed I can also provide the actual code for the PRNG in game (it’s like 15 65c816 instructions or so)

MrL314,
@MrL314@peoplemaking.games avatar

@mbr no problem, I added the code to the main thread!

MrL314,
@MrL314@peoplemaking.games avatar

@mbr it just feels very strange because this PRNG function is too good to feel like it was thrown together, and (at least as far as I know) the person who wrote this part of the code wasn’t an expert on PRNG functions.

Also considering there is another PRNG function but specifically in the sound engine, that one definitely looks thrown together because it’s really not great. So it just strikes me as very odd that this one is so well designed, it just doesn’t feel right being something thrown together.

But who knows, I could be completely wrong and Kimura and/or Sugiyama were actually PRNG gods this whole time.

MrL314, to random
@MrL314@peoplemaking.games avatar
MrL314, to random
@MrL314@peoplemaking.games avatar

Final words on the yuzu case and then im not bringing it up ever again:
it’s very clear that the legal system was abused to obtain a favorable outcome via settling (happens all the time sadly).
No, this doesn’t set any legal precedent.
Yes I’m angry.
The law sucks.
Don’t lose hope.
Keep creating, researching, preserving, and having fun.
Don’t be a self-righteous prick.
Fuck.
If you pirate, do it ethically and for a purpose.
“Transformative” is a very misunderstood word.
“Piracy” is a very loaded term.
Copyright reform is a necessity.
Let the console wars die already for the love of god.
I’m tired.
If you want to preserve, do it. We need all the help we can get.
If you don’t want piracy, stop making it harder to do it legit than to pirate it.

MrL314, to random
@MrL314@peoplemaking.games avatar

My advice for anyone going through creative blocks:

Shitpost
Shitpost
Shitpost

I cannot begin to describe how useful shitposting is to get your creative side just blaring. Even if all the ideas are just bad, shitposting just gives you a ton of random material to start selecting from.

SOOO many project ideas I’ve had that are legitimately good ideas all started from shitposts. Get in the habit of embracing shitposting, even (and especially) if it’s just to yourself!

The more cringe, the better honestly. If anything else, it really helps scrape all of the gunk out of your brain to make space for the good shit. Every once in a while that god-awful shitpost actually turns out to be a golden gem :)

Embrace the terrible ideas, let them have fun! Get comfy with having terrible ideas and seeing how to make them better, you never know which one might be a certified banger

eniko, (edited ) to random
@eniko@peoplemaking.games avatar

Favorite time?

MrL314,
@MrL314@peoplemaking.games avatar

@eniko ain’t nothin better than 3:14 :3

MrL314, to random
@MrL314@peoplemaking.games avatar

You know you’re getting really off track when you’re working on an SNES project and somehow end up winding up with Ghidra, Reko, and a page on MSDOS interrupt codes open…

MrL314, to random
@MrL314@peoplemaking.games avatar

Oh oh oh, what possibly could ol’ L be working on? 👀

Footage of a camera periodicallly sweeping around a Mario Circuit 2 map in openGL

MrL314,
@MrL314@peoplemaking.games avatar
  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • rosin
  • thenastyranch
  • everett
  • DreamBathrooms
  • ethstaker
  • magazineikmin
  • cubers
  • Youngstown
  • tacticalgear
  • Durango
  • slotface
  • ngwrru68w68
  • kavyap
  • provamag3
  • osvaldo12
  • InstantRegret
  • cisconetworking
  • GTA5RPClips
  • modclub
  • tester
  • mdbf
  • khanakhh
  • normalnudes
  • Leos
  • megavids
  • anitta
  • lostlight
  • All magazines