-
-
Notifications
You must be signed in to change notification settings - Fork 9
Install mod Command
Robomikel edited this page Apr 5, 2023
·
7 revisions
./ssm install-mod <ServerFolder>
will install Available mod support application/add-on like Oxide, Forge, SourceMod, MetaMod, CSGO Get5, CSGO Pug, and Steam Works. Allowing you to load plugins or mods. Uses the directory variable $systemdir to know the location to install the mod (ie. sm, mm). This should be set on some popular games other games may need you to add the directory you want SourceMod or Oxide to be installed. Command_modinstall.ps1 contains the function to correlate AppID to Mod app.
Dependent on
# System Directory
$global:systemdir = "$serverdir"
- SourceMod
- MetaMod
source and meta mod version can be changed in local_settings.ps1 - Oxide
- CSGO Get5
- CSGO Pug
- Steam Works
- 7D2D Undead Legacy
- Minecraft Forge
Forge version can be changed in ssm.ps1
# Forge
$forgeversion = "1.16.4-35.1.4"
See update-mod for Rust Plugins updates.