help

  1. Kirkjr31

    Every 5 Minutes I disconnect from Coop DX servers

    I hate to bother people but I don't know what else to do. I have an issue where every 5 minutes, ether when I host or join someone on Coop DX servers, I get kicked. I have good internet speeds (700mbps) and I have a ethernet to my computer, I've checked my NAT type as well and its all good, I've...
  2. ELCOBALTO64 YT

    ayuuudaaa

    ELCOBALTO64 YT MOVESET descarga aqui voy a crear un mod que funciona pero no se como subirlo denle clik al texto llamado "ELCOBALTO64YT MOVESET" para instalar el mod
  3. Thebiggestoof

    Issue trying to use custom voice mods

    Recently I've been trying to use the Galaxy Luigi and DS Wario voice mods but for some odd reason I just receive a script error. The strangest part is that you can hear the voice mod work but only for the very first voice clip the character uses THEN the script errors pop up and the voices...
  4. nicebonie

    *FIXED* custom character _geo.bin not being created

    hi! this is my first post here sorry if my question has been answered, but I've been digging through here followed 4 different tutorials and NOTHING has been working so following this tutorial. " " it appears that my .bin file wont appear for the life of me. ive already tried making a new...
  5. KatelynGamingYT

    Mod Request (TAKEN!)

    Hey there, I've been meaning to ask around for a simple request for a character mod, nothing fancy just a small thing and this is the only other place I could think of, since I play SM64 Coop DX on mobile I can't do modeling or anything since Blender Mobile does not exist (though I wish it did...
  6. L

    I cant seem to use some controlls on my switch wired pro controller

    i am using linux to play sm64 coop dx but i try to get the controlls to my liking and some buttons dont work. also it displays buttons wrong too. i klick Y button then it shows that it is the A button. pls help me. i want to play but cant cuz the controller is not working correctly.
  7. S

    How do i install a mod?

    Hi, so im trying to install "Triple Baka Pack" Mod and i have no idea how to! Any help?
  8. S

    How to Install SM64 PC Port?

    Hello all, I am trying to Install Sm64 PC Port on my computer and I don't know how to do it! Any help?
  9. uncap64

    how to do these things please

    can anyone teach me how to do the things down below -trigger the action once -trigger the action but with a delay (i mean cant rapidly trigger the action it should trigger but with a delay between each trigger) -trigger the action if it is not triggering already (like trigger a dive but after...
  10. T

    How do I add/remove color palettes to Character Select 1.16?

    I had some color palettes to use in sm64 before character select 1.16, and I wanna add them to the built in menu that the mod has now. The only method I've seen so far is to edit the .lua file itself, but I'm wondering if there's any other way? The reason I don't want to edit the .lua file is...
  11. Tails Gamer

    Help me pls

    Today I uploaded an update to my Doraemon mod, but for some reason when I click download, two files appear. I only want the update file to appear. Can someone help me?
  12. reboot

    Countless "fatal error"s during compilation

    I followed the steps on the GitHub page closely, but at some point during compilation (not the same point on repeat attempts) the terminal begins spitting errors over and over. "gcc: fatal error: Killed signal terminated program cc1" "compilation terminated" "make: *** [Makefile:1455...
  13. F

    Cant beat bowser

    I was playing the game with some mods however once i reach the first bowser the boss arena dosent show up the bombs and i cant advance into the game help
  14. ZvarekK

    Ban appeal?

    I have been banned for almost half a year and I never knew why or if i was actually banned, could someone help me? i really want to play
  15. mike4751

    help me to get unblocked

    I need your help. When I try to connect to Coopnet, it says there's no connection to Coopnet. Can I get unblocked? Because once I lost it and accidentally wrote an insult, and I wanted to apologize so I can play online again.
  16. S

    How do I create working textures???

    So I'm trying to add a custom character, and I've made a texture for the life icon. I don't exactly know how to get the texture in a supported format. This is the texture in question: I've checked the forums for anyone having a similar problem and found nothing... Any help is appreciated!
  17. Neregamers12

    I want upload a mod, How do I upload it?

    I want to upload my own mod but I don't know how
  18. elcerezo213

    character select missing file??? but the file is there

    had to make an account to post this when either me or my friend joins a game we get the error "character select error missing file: actor/armature_geo.bin" when going to check the folder said file IS THERE we have no clue what to do only the person joining gets this error and the host gets to...
  19. Loam803

    MyCustomMusic not working (pls HELP!!!)

    It won't work pls help -- File: main.lua -- Load the custom audio stream from the 'sound' folder within the mod local custom_castle_music = audio_stream_load("sound/Tomorrow's Nostalgia Today.mp3") -- Check if the music loaded successfully if (custom_castle_music == nil) then print("Error...
  20. Loam803

    Custom music mod help

    Could someone help me make a mod that replaces in game music because I tried and it didn't work also here's what I tried local audio = audio_stream_load(Tomorrow_s-Nostalgia-Today.ogg) function on_warp() if gNetworkPlayers[0].currLevelNum == LEVEL_CASTLE then...