Kuribo64
Views: 19,850,207 Home | Forums | Uploader | Wiki | Object databases | IRC
Rules/FAQ | Memberlist | Calendar | Stats | Online users | Last posts | Search
03-28-24 09:01 AM
Guest:

Main - Posts by MarioBurger71

Pages: 1 2 3 4 5 ... 20 21 22 23 24
MarioBurger71
Posted on 01-14-19 11:10 PM, in ask shit to StapleButter, get answer 3 months later Link | #97062

Have you just completely forgotten this thread exists?

____________________
Just a fucktard

MarioBurger71
Posted on 01-26-19 09:25 PM, in Mario Kart Ds Deluxe Link | #97101

Looking great, keep up the good work!

____________________
Just a fucktard

MarioBurger71
Posted on 02-18-19 10:25 PM, in Super Mario Mushroom Madness (USMBW Rebrand) Link | #97246

The logo has changed, forgot to put up the new one. As for the name, I just needed something more creative that at least sounded less like a hack a 5-year-old would make. I'm not very creative with naming, so this was the best I could think of.

As far as progress goes, for anyone wondering, right now I'm working more on reverse engineering the game to get more info on what is what, so I can get what I want out of the custom code this hack plans to implement. Here's how far I've gotten with that, which is not that far, but it's still something:
[image]

Also, forgot to send this level preview:
[image]
[image]

Old BG:
[image]
[image]
[image]
[image]
[image]

And this music preview:
https://kuribo64.net/get.php?id=fV8gE7qfMjNyCpAD

Changes may occur in the future with all of these, that's all for now folks.

____________________
Just a fucktard

MarioBurger71
Posted on 02-19-19 02:22 AM, in Kuribo64 Town Square Link | #97249

#include "SDL.h"
#include "SDL_image.h"
#include "MathUtil.h"
#include <math.h>
#include <stdio.h>

typedef struct
{
float x, y;
float dx, dy;
float gdx, gdy;
float ang;
} Man;

static SDL_Texture *background = NULL;
static SDL_Texture *snans1 = NULL;
static SDL_Texture *snans2 = NULL;

static void applyForces(Man *man)
{
const float w = 14*2, h = 22*2;

if(man->x < 25)
{
man->x = 25+5;
if(man->gdx < 0)
{
man->gdx *= -1;
}
if(man->dx < 0)
{
man->dx *= -1;
}
}
snippet of some shit I wrote for Heroic that I'm currently improving

____________________
Just a fucktard

(post in restricted forum)

MarioBurger71
Posted on 05-10-19 03:17 PM, in Kuribo64 Town Square Link | #97696

arisocommunism

____________________
Just a fucktard

(post in restricted forum)
Pages: 1 2 3 4 5 ... 20 21 22 23 24

Main - Posts by MarioBurger71

Page rendered in 0.018 seconds. (2048KB of memory used)
MySQL - queries: 22, rows: 206/206, time: 0.010 seconds.
[powered by Acmlm] Acmlmboard 2.064 (2018-07-20)
© 2005-2008 Acmlm, Xkeeper, blackhole89 et al.