Search results

  1. Mediocre Metastasis

    Can't seem to compile a bin file for a custom model

    I was doing that. It didn't work. 1724233089 It seems my texture is the problem. Any idea what this error is? .... oh my god I'm so stupid. I wrote blueifre instead of bluefire
  2. Mediocre Metastasis

    Can't seem to compile a bin file for a custom model

    I don't know why but I when I use export object geolayout on a mesh called "bluefire" with the foldername "bluefire" and geolayout name "bluefire_geo" it wont compile to a bin file. Any ideas what to do. It is in my actors folder with another bin file that is the player.
  3. Mediocre Metastasis

    Kazuma Kiryu - 1.0.1

    *Kiryu attack interactions now only activate for him instead of other people. *renamed his animations so it's not too broad (possibly messing with other character animations)
  4. Mediocre Metastasis

    Kazuma Kiryu

    Mediocre Metastasis updated Kazuma Kiryu with a new update entry: 1.0.1 Read the rest of this update entry...
  5. Mediocre Metastasis

    Change speed of entire game.

    yeah probably not a good idea to bring back third party controller slowmo mode from the grave. Oh well.
  6. Mediocre Metastasis

    Change speed of entire game.

    I'm thinking of making a mod that affects how fast everything is in the game. I mean like everything. Is there a property or way to make the game time faster or slower?
  7. Mediocre Metastasis

    Kazuma Kiryu

    Yeah. I might add beast and rush but it would take time.
  8. Mediocre Metastasis

    Kazuma Kiryu

    Mediocre Metastasis submitted a new mod: Kazuma Kiryu - Adds Kazuma Kiryu as a playable character. Read more about this mod...
  9. Mediocre Metastasis

    Kazuma Kiryu 1.0.1

    "Come at me if you want to die!" This mod adds Kazuma Kiryu from Yakuza into Mario 64. Can be used with character select or typing /kiryu on in chat. This mod gives Kiryu new animations, a new moveset comprising of a new attack combo and a dropkick, and revamped boss battles where you attack...
  10. Mediocre Metastasis

    How can I create maps in Blender?

    'Might not be much help since I've never made a level myself but heres some resources: making the level in blender adding it to SM64CDX using lua: https://github.com/coop-deluxe/sm64coopdx/tree/main/docs/lua/examples/custom-level
  11. Mediocre Metastasis

    Modder status

    GitHub - Smoah06/kazuma-kiryu-mario-64-coop-dx (my github account uses a different username but I swear it's me)
  12. Mediocre Metastasis

    In need of help in relation to exporting armature geolayout in blender

    did it create a .geo file. If not rename the model's folder to "mario" and put it in a folder called "actors" which is inside another folder in mods. other than that I don't really know.
  13. Mediocre Metastasis

    In need of help in relation to exporting armature geolayout in blender

    This can be one of many reasons: There are vertices that are not assigned to any bones There are vertices assigned to more than one bone The assigned verts are not assigned with a weight of 1 The mesh is parented to 2 different armature Here's what to do. Check weight mode to see if parts are...
  14. Mediocre Metastasis

    Put bowser in throwing state without putting him in the grab state first

    I've tried setting m.held_object to bowser first then mario_throw_held_object(m) but it puts bowser in a grabbed state first for a second then throws him. I've tried cur_obj_get_thrown_or_placed() but I don't think it works in this context.
  15. Mediocre Metastasis

    Kazuma Kiryu mod demo

    I still need to create idle and running animations. I also need to fix a bug where whenever you exit a level through the menu or when you climb up a ledge the character freezes. Might add some more mechanics also.
  16. Mediocre Metastasis

    Weird custom animation bug

    So, I changed mario's punching animations (67, 68, 69. 6A) and it works perfectly fine but whenever I punch while moving, the player plays the animation and is then unable to move at all until I've punched three times. Does anyone have any idea how to fix this? 1722077003 Fixed it. I was using...