Skip to content

Changes the map to default when not active

License

Notifications You must be signed in to change notification settings

idk1703/AutoMapChanger

 
 

Repository files navigation

Auto Map Changer

Changes the map to default, when not active

Installation

  1. Install Metamod:Source
  2. Install CounterStrike Sharp
  3. Build Auto Map Changer
  4. Move dir AutoChangeMap in counterstrikesharp/plugins

Build

dotnet publish -c release -r linux-x64 --no-self-contained -p:DebugSymbols=false -p:DebugType=None -o AutoChangeMap

Note

Needs CounterStrikeSharp.API.dll in parent dir

Config

The config is created automatically in the same place where the dll is located

{
  "Delay": 15,
  "DefaultMap": "de_dust2"
}

Note

For Workshop maps needs prefix ws:

Delay in minutes, after this time map can change if server don't have players

Commands

css_acm_reload - Reload config AutoChangeMap

About

Changes the map to default when not active

Resources

License

Stars

Watchers

Forks

Languages

  • C# 100.0%