mod folder

  1. 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...
  2. 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...
  3. Baptism of Fire

    Outdated Files for Character Select?

    I have no idea what is going on with my game, It was doing fine a day before this happened, but it says that my Chracter Select is out of date even though I am using the most recent version included in the download Files, and have tried downloading it from the mod section but neither work and...
  4. chelsea

    Game won't generate _geo.bin for custom character select- HELP!

  5. gato_supergamer

    How i start creating romhacks?

    Hi, i have some questions like: What format i need to create the romhack? What programs i need to edit scenarios? How i edit stars positions and spawns? Im going to try making a open world romhack but i need some tips to start.
  6. Yuyake "FunkyLion"

    ZIP Mod Folder Issues

    Unfortunately, not every modder has their zip file ready to be drag and dropped onto the file when you download it. So here's how it goes. ZIP Folder Mod Layout: For the game to detect the mod file, it MUST be layered like the image above. The game detects the mod folder as long as that...