Search results

  1. EmeraldLockdown

    Proximity Chat for MacBook

    Try running sm64ex-coop/coopdx via Whisky, and run the proximity chat in the same bottle, that may work. You may just be able to run proximity chat via Whisky, and it hook into coopdx, however I don't know if that will work or not, however it does indeed launch with Whisky.
  2. EmeraldLockdown

    How to use a simple model swap Romhack?

    Unfortunately I can't test rm2c with this hack due to some weird capstone arm x84 linking jank (i'm on an m1 mac). I don't use rm2c with windows, so I'm unsure of what the formatting may be in that terminal. Looking at the error, thee error is indeed different, try escaping the . character with...
  3. EmeraldLockdown

    How to use a simple model swap Romhack?

    Ensure the rom is in the rom-manager-2-c folder. Another thing is is the rom named what you have out in there? I’d just rename the mod to rom.z64 so you can make sure special characters aren’t the problem. Also sorry for the late response :/
  4. EmeraldLockdown

    How to use a simple model swap Romhack?

    Use RM2C. Put your rom in, extract the actors, then copy the mario, mario cap, and any other related mario folders into your dynos mod. Dynos is a system that loads models during runtime, so to create a dynos pack, if you're using coopdx, go to Options, and hit Open User Folder. If you aren't...
  5. EmeraldLockdown

    Deleting unwanted mods on MacBook

    Open finder, and in the menu bar, hit "Go," then hit "Go to Folder". Once you do that, copy and paste this in: ~/Library/Application Support/sm64ex-coop/ That should work, if it doesn't, you can try checking the app file, going to Contents/MacOS, then opening up the mods folder, and handling...
  6. EmeraldLockdown

    ComputerAxe's Broken W.I.Ps

    When you were asking for suggestions, I expected the code to be pretty horrendous, but it's really not that bad! Here are some recommendations, however generally these can be pretty subjective. The first thing I noticed is with `cmd_active`, you're making it snake case (which pretty much means...
  7. EmeraldLockdown

    Deleting unwanted mods on MacBook

    The directory for the mods on macos is "~/Library/Application Support/sm64ex-coop/mods/" You should be able to delete your mods there : )
  8. EmeraldLockdown

    Chilly's Knicknacks - Next stop: Goldenrod City

    YOOOO!!! That’s looks DOPE
  9. EmeraldLockdown

    Chilly's Knicknacks - Next stop: Goldenrod City

    I can’t wait for the next map, bitforts was already fire, and from the images I can tell this won’t disappoint : D.
  10. EmeraldLockdown

    green screen ?

    See this issue on coopdx's github page.
  11. EmeraldLockdown

    Is it possible to import geo.bin files into Blender?

    No, you cannot import .bin files into blender.
  12. EmeraldLockdown

    Detect when player attacks an enemy?

    Interesting. I wouldn't know then, if you want to know what I'm looking at, I'm looking at the interact_bounce_top function in line 1842 in src/game/interaction.c in the sm64ex-coop developer repo (coopdx is the same for this stuff here). You can go and take a lookt at it, and maybe you can find...
  13. EmeraldLockdown

    Detect when player attacks an enemy?

    Good question, they're the exact same. INTERACT_BOUNCE_TOP2 isn't used in the vanilla game though, it's unused, so I shouldn't have mentioned it Well you see, this gets complicated extremely fast. A simple(r) way for INTERACT_BOUNCE_TOP would be to get the interaction via local interaction =...
  14. EmeraldLockdown

    Detect when player attacks an enemy?

    Coins and stars are simple, you can use the HOOK_ON_INTERACT hook. This hook takes in the mario state that interacted, the object mario interacted with, and the interaction type. With this, you can check for coins if the interaction type is set to INTERACT_COIN, you can do the same with...
  15. EmeraldLockdown

    how to make a colored name

    Only some mods support hex codes, mainly newer ones, most of them ignore it due to it being a bit more complicated to render hex codes in the hud. Edit: if you’re talking about modding the game, use 2 backslashes, like \\#FFFFFF\\
  16. EmeraldLockdown

    Mod of the month May 2024 discussion.

    I thought the competition already started lol. 2 months after the start would be good, yea.
  17. EmeraldLockdown

    Mod of the month May 2024 discussion.

    July 1st would be good imo. That’s 2 months, which should be a nice amount of time for this.
  18. EmeraldLockdown

    How exactly do people get the ★ in there name?

    U+007F You can find a copyable ver here https://unicode-explorer.com/c/007F
  19. EmeraldLockdown

    Sync issues with custom grabbable behavior

    Where you run `network_init_object`, also put oHeldState in there.
  20. EmeraldLockdown

    Compile without assets

    https://sm64coopdx.com/ As seen in the llink above in the merger, dj added this feature, which means what you want will be in coopdx v1.0, so ye :].