they call me 0x4201_127 the way I be E9 8B 0D 00 00ing my 0x1A8540
they call me 0x4201_127 the way I be E9 8B 0D 00 00ing my 0x1A8540
Thank you for your service
BREAKING: World's first unironic and non-deluded sentence with "MSVC" and "correctly" in it.
We are attempting to use Kinoko to simulate every single rMC3 ghost on the CTGP database! Come watch live at www.twitch.tv/tasmalleo
Nine months ago, kierio04 created an SNES Mario Circuit 3 TAS to help test basic driving mechanics, yet it critically also included basic pipe/oil patch collision for testing objects. Today, that test ghost finally fully synchronized.
github.com/vabold/Kinok...
After a year of hard work from the Kinoko team, we finally hit our first major milestone - synchronizing every Luigi Circuit ghost in the CTGP ghost database.
github.com/vabold/Kinok...
A player taking a normal turn on Luigi Circuit, with the name "Peter Grif".
The final boss of Luigi Circuit on Kinoko.
We've made a lot of progress with our MKWii physics engine re-implementation. By the end of the night, we're hoping to get every single Luigi Circuit ghost on the CTGP leaderboards to sync. So far we've synced ~87000 out of 95000 ghosts. Tune in now at twitch.tv/tasmalleo
Kinoko hit 50 stars!
The GitHub Desktop UX for cloning GitHub repositories.
Developer here, I clone GitHub repositories the way Linus intended.
ebe42a225e8593e448d9c5457381aaf7
To any and all Wiimmfi law enforcement entities, I did not stw r4, 4(r3) stw r5, 8(r3) stw r6, 12(r3) blr my copy of CTGP Revolution 1.03.
College semester is done.
If you can find a vscode extension that highlights PowerPC syntax, I'm all in.
We only learned this when someone tried to compile Kinoko on Mac, and couldn't due to some evidently compiler-specific flags we had.
As far as I remember, installing gcc wasn't enough to make this alias go away.
On Mac, Apple will lie and alias one compiler to another, regardless if that other compiler is installed. This image is a demonstration of that happening.
Apple, what are you doing?
-6, but I feel like if I hit this section this way, the government would abduct me from my home and perform experiments on me.
GJK collision implementation is finally done, for the most part. Now, I'll be focusing on integration, before tackling the reaction applied to the kart.
Two weeks from now, the rock will fall back to its starting point, and I will be Sisyphus again, trying to push it back up the hill.
There is a tenth circle of hell and it is called a college-level English class.
Neat trick - RaceConfig's instance is never destroyed, so we don't have to concern ourselves with offsetting from thisptr on memory free. This lets us update thisptr so the ghost buffers are 32-byte aligned, so we can call the Wii SDK function to read from the NAND directly into the ghost buffer.