Skip to content

CounterStrikeSharp plugin to play cool musics when a round ends.

License

Notifications You must be signed in to change notification settings

webpashtet/RoundEndSound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoundEndSound

Github All Releases

Support the author: DonationAlerts

CounterStrikeSharp plugin to play cool musics when a round ends.

Features

  • Turn on/off music playback
  • Enable/disable notifications at the end of the round
  • Two sounds selection modes: in order and random ("random_selection_mode" in config to true for random or false for in order)
  • Listen to the last track
  • Multi language (default English and Russian but you can add new)

Commands

  • !res / css_res | Main plugin menu

How add music to server

In few:

  1. Create addon with your songs and post him in workshop Example SoundEvents addon file
  2. Add the addon to the server using MultiAddonManager
  3. Configure the Round End Sound config
"music_list": [
  {
    "name": "Test track 1",
    "path": "sounds/music/res_1.vsnd_c"
  },
  {
    "name": "Test track 2",
    "path": "sounds/music/res_2.vsnd_c"
  }
]

English video guide (updated)

VIDEO GUIDE_ENG

To do...

  • Rework random sound selection logic
  • Add "in order" sound selection mode
  • Refactoring repository and rework SQL queries constants
  • Add menu point to view all songs
  • Аdd a scheduler and command to clear old players
  • Create instructions for assembling your workshop addon with music

About

CounterStrikeSharp plugin to play cool musics when a round ends.

Resources

License

Stars

Watchers

Forks

Languages