You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lgsm/functions/mods_list.sh
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -139,6 +139,9 @@ mod_info_gokz=( MOD "gokz" "GOKZ" "https://bitbucket.org/kztimerglobalteam/gokz/
139
139
mod_info_ttt=( MOD "ttt""Trouble in Terrorist Town""https://csgottt.com/downloads/ttt-latest-dev-${sourcemodversion}.zip""ttt-latest.zip""0""LowercaseOff""${systemdir}""cfg;addons/sourcemod/configs;""ENGINES""Counter-Strike: Global Offensive;""NOTGAMES""https://github.com/Bara/TroubleinTerroristTown""Implements the TTT game mode (requires SourceMod and MetaMod)" )
140
140
mod_info_get5=( MOD "get5""Get 5""${get5url}""${get5latestfile}""0""LowercaseOff""${systemdir}""cfg;addons/sourcemod/configs;""ENGINES""Counter-Strike: Global Offensive;""NOTGAMES""https://github.com/splewis/get5""Plugin for competitive matches/scrims (requires SourceMod and MetaMod)" )
141
141
mod_info_pug=( MOD "pug""PUG""${csgopuglatestlink}""${csgopuglatestfile}""0""LowercaseOff""${systemdir}""cfg;addons/sourcemod/configs;""ENGINES""Counter-Strike: Global Offensive;""NOTGAMES""https://github.com/splewis/csgo-pug-setup""plugin for setting up private pug/10man games" )
142
+
mod_info_dhook=( MOD "dhook""dhook""https://forums.alliedmods.net/attachment.php?attachmentid=190123&d=1625050030""dhooks-2.2.0d17.zip""0""LowercaseOff""${systemdir}""cfg;addons/sourcemod/configs;""ENGINES""Counter-Strike: Global Offensive;""NOTGAMES""https://forums.alliedmods.net/showpost.php?p=2588686&postcount=589""DHooks 2.2.0 - Required for GOKZ" )
143
+
mod_info_movement=( MOD "movementapi""movementapi""https://github.com/danzayau/MovementAPI/releases/download/2.1.0/MovementAPI-v2.1.0.zip""MovementAPI-v2.1.0.zip""0""LowercaseOff""${systemdir}""cfg;addons/sourcemod/configs;""ENGINES""Counter-Strike: Global Offensive;""NOTGAMES""https://github.com/danzayau/MovementAPI""Movement API 2.1.0 - Required for GOKZ" )
144
+
mod_info_cleaner=( MOD "cleaner""cleaner""https://github.com/e54385991/console-cleaner/archive/refs/heads/master.zip""console-cleaner.zip""0""LowercaseOff""${systemdir}""cfg;addons/sourcemod/configs;""ENGINES""Counter-Strike: Global Offensive;""NOTGAMES""https://github.com/e54385991/console-cleaner""Console Cleaner - Optional for GOKZ" )
142
145
143
146
# Garry's Mod Addons
144
147
mod_info_ulib=( MOD "ulib""ULib""https://codeload.github.com/TeamUlysses/ulib/zip/master""ulib-master.zip""0""LowercaseOff""${systemdir}/addons""OVERWRITE""ENGINES""Garry's Mod;""NOTGAMES""http://ulyssesmod.net""Complete Framework" )
@@ -176,4 +179,4 @@ mod_info_hwoxide=( MOD "hwoxide" "Oxide for Hurtworld" "${oxidehurtworldlatestli
176
179
mod_info_sdtdoxide=( MOD "sdtdoxide""Oxide for 7 Days To Die""${oxidesdtdlatestlink}""Oxide.SevenDaysToDie.zip""0""LowercaseOff""${systemdir}""OVERWRITE""ENGINES""7 Days To Die;""NOTGAMES""https://umod.org/games/7-days-to-die""Allows for the use of plugins" )
177
180
178
181
# REQUIRED: Set all mods info into the global array
0 commit comments