Steam workshop UPDATE
This commit is contained in:
parent
49600d1cfd
commit
fcc1b18e4c
23 changed files with 1290 additions and 335 deletions
14
modules/steam_workshop/lib/GameAdapters/cs2.xml
Normal file
14
modules/steam_workshop/lib/GameAdapters/cs2.xml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue