Search results

  1. defacube

    custom music (repost)

    create a sound folder in your mod's folder, put the mp3 audio file in it and use this code (you will need to change it to fit what you need): local audio = audio_stream_load("AUDIO_FILENAME.mp3") function on_warp() audio_stream_play(audio, true, 1) end hook_event(HOOK_ON_WARP, on_warp)
  2. defacube

    custom music (repost)

    do you wanna use midi or mp3/ogg/aiff
  3. defacube

    application for modder status

    i make mods, i wanna be a modder here here's my best mod so far: a bunch of something here's part of the code for it: function onhudrender() if nearLObject == true and (gNetworkPlayers[0].currLevelNum == LEVEL_FAKE_LLL) then djui_hud_set_font(FONT_HUD)...