Skip to content

WarioWare Redux SDK Plugin

Steven edited this page Sep 12, 2021 · 3 revisions

The WWR SDK plugin was created for developer use and facilitates the following functionality:

  • Precalculate the lengths/durations of background music used in minigames and gamemodes.

The plugin is NOT intended to be included on public servers, and is only needed if you are wanting to add your own gamemodes or microgames to the plugin.

To compile and/or run the SDK plugin, the soundlib extension is required.

Precalculating gamemode/minigame BGM lengths

To do this, simply run the mtf2_sdk_process_sounds command from the server console. This will scan through the minigame and gamemode data files and calculate the background music lengths and then write them to the data files. Once this has been done, simply copy the updated data files from tf/addons/sourcemod/data/microtf2 to your public game server(s).

NOTE: This does not calculate lengths for the bossgames. You should set the lengths manually here; as not all bosses may (or should) run for the full length of the BGM.