CounterStrikeSharp plugin for CS2 that automatically executes map-specific configuration files with a hierarchical fallback system.
- Current Version: v1.0.8
- Release Page: GitHub Releases
- Hierarchical Execution: Runs configuration files in the following order:
general.cfg(Always executes first){map_name}.cfg(Specific map settings, e.g.,de_dust2.cfg){workshop_id}.cfg(If map name is not found, tries Workshop ID)default.cfg(Fallback if no map-specific config is found)
- Directory Management: Automatically creates the
game/csgo/cfg/maps_cfg/directory. - Workshop Support: Automatically cleans workshop paths to identify map names and IDs.
- Hot Reload Support: Correctly identifies current map if loaded mid-game.
- Manual Reload:
css_maps_reloadcommand to reload configs.
- Download the latest
QuatrixMapConfig-v1.0.8.zipfrom Releases. - Extract the
addonsfolder directly into your server's/game/csgo/directory. - Place your configuration
.cfgfiles ingame/csgo/cfg/maps_cfg/.
css_maps_reload: Manually triggers the config loading sequence.
- CounterStrikeSharp API
- .NET 8.0 Runtime