Steam workshop UPDATE
This commit is contained in:
parent
49600d1cfd
commit
fcc1b18e4c
23 changed files with 1290 additions and 335 deletions
13
modules/steam_workshop/lib/GameAdapters/gmod.xml
Normal file
13
modules/steam_workshop/lib/GameAdapters/gmod.xml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<adapter xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="schema.xsd"
|
||||
key="gmod"
|
||||
name="Garry's Mod"
|
||||
supportsHotReload="false">
|
||||
<steamAppId>4000</steamAppId>
|
||||
<modsDir>%SERVER_ROOT%/garrysmod/addons</modsDir>
|
||||
<activation type="launch_parameter">
|
||||
<template>+host_workshop_collection {collectionId}</template>
|
||||
</activation>
|
||||
<notes>Relies on a Steam Workshop collection. Files stay in the Steam library and only the host_workshop_collection parameter changes.</notes>
|
||||
</adapter>
|
||||
Loading…
Add table
Add a link
Reference in a new issue