14 lines
632 B
XML
14 lines
632 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<adapter xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="schema.xsd"
|
|
key="cs2"
|
|
name="Counter-Strike 2"
|
|
supportsHotReload="true">
|
|
<steamAppId>730</steamAppId>
|
|
<modsDir>%SERVER_ROOT%/game/csgo/workshop</modsDir>
|
|
<activation type="console_command">
|
|
<template>host_workshop_map {id}</template>
|
|
</activation>
|
|
<hotReloadCommand>host_workshop_map {id}</hotReloadCommand>
|
|
<notes>Focuses on map workshop IDs and can hot-reload via `host_workshop_map` when the server allows it.</notes>
|
|
</adapter>
|