Skip to content

chillguy-leo/MusicWarhead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Latest Release Github All Releases

MusicWarhead

Plays a desired audio file when the Warhead starts, I made this for plugin request in the Exiled Discord.

Installation

  • Install like any other plugin and place in */EXILED/Plugins
  • Restart server
  • In your Server's LocalAdmin/Console type 'mwinstalldepend' to install the required dependency
  • Place audio somewhere you trust, maybe like */EXILED/Configs, then get the direct file address and put the address in 'audio_location' in settings
  • Restart server finally, and test!

Audio Setup

I would recomend this to convert your mp3 files to ogg and set the correct preferences
Set your channel to Mono & set the frequency to 48Khz so SCPSL can understand the audio correctly, then place your audio in a suitable location and place the direct address to it in audio_location
image

Configs

Config.yml:

music_warhead:
  # Is the plugin enabled?
  is_enabled: true
  # Where is the audio?
  audio_location: ''
  # How loud is the audio?
  audio_volume: 1.10000002
  # Should the audio stop after it ends or keep looping?
  stop_after_audio_end: true
  # Should the audio stop after the nuke detonates?
  stop_after_detonation: true
  # Should debug messages be displayed?
  debug: false

About

Play an audio file when the Warhead starts.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages