- What permissions do you give others to modify and/or maintain your submission?
- Modify: YES - Maintain: YES - I give permission for my entire submission to be modified by others or used in their own work. I give permission for my entire submission to be maintained by others as well.
Press the Item button with no item to honk.
Features:
Features:
- 300+ incredibly abrasive noises
- i've gay
play a race lol
For hosts:
horn_hellchance: Chance out of 1000 that a hellhorn (even louder and more abrasive) will be selected at random.
horn_explode: When Off (default), uses the volume-reduction spam system. When On, uses the "shut the hell up or I explode your kart" spam system.
horn_preferexpansions: Off by default. When On and horn expansion packs are loaded, the pack-in horns won't be selected at random, and players who haven't set a horn will only receive horns from your loaded expansions. Good for themed servers.
horn_unleashhell: Off by default. When On, players can select hellhorns as if they were normal horns.
For players:
horn: Display all commands.
horn_volumelimit: Personal antispam volume override, takes a number from 0-255 (default 10). Horns won't go below this volume, with 255 being maximum loudness. Provided for people who really, really miss the wall-of-sound effect.
horn_hellchance: Chance out of 1000 that a hellhorn (even louder and more abrasive) will be selected at random.
horn_explode: When Off (default), uses the volume-reduction spam system. When On, uses the "shut the hell up or I explode your kart" spam system.
horn_preferexpansions: Off by default. When On and horn expansion packs are loaded, the pack-in horns won't be selected at random, and players who haven't set a horn will only receive horns from your loaded expansions. Good for themed servers.
horn_unleashhell: Off by default. When On, players can select hellhorns as if they were normal horns.
For players:
horn: Display all commands.
horn_volumelimit: Personal antispam volume override, takes a number from 0-255 (default 10). Horns won't go below this volume, with 255 being maximum loudness. Provided for people who really, really miss the wall-of-sound effect.
Scripts loaded after HORNMOD can call "HORNMOD_AddHorns" to bolt their own awful meme sounds onto the existing list. HORNMOD will handle allocating these, just make sure the files are actually present.
V2 You can add HELL HORNs too:
The HORNMOD_Horns() and HORNMOD_HellHorns() getters also exist for companion scripts, returning a copy of the relevant horn table.
Code:
HORNMOD_AddHorns({name = "sfx_foo", info = "Horn Example"}, {name = "sfx_ivegay", "info = "i've gay", extags = "this is used for searches but not displayed"})
Code:
HORNMOD_AddHellHorns({name = "sfx_bar", info = "GENUINELY TERRIBLE NOISE"})
The HORNMOD_Horns() and HORNMOD_HellHorns() getters also exist for companion scripts, returning a copy of the relevant horn table.