Garry's Mod

Garry's Mod

ISAWC: Inventory System and Working Containers
157개 중 1~10개 표시 중
< 1  2  3 ... 16 >
업데이트: 2025년 8월 2일 오전 5시 08분
작성자: Piengineer12

Version 5.6.5

Fixed certain commands not working due to lack of isawc_item_stamps SQL table
Fixed hooks being able to stop items from being spawned

업데이트: 2024년 6월 13일 오전 7시 20분
작성자: Piengineer12

Version 5.6.4

Added "isawc_player_massslowdown_maxspeed" and "isawc_player_massslowdown_percent" ConVars
Replaced instances of pairs(player.GetAll()) with player.Iterator(), and the same for ents
Fixed an error that occurs during initialization
Fixed Inventory Extractors raising errors about invalid containers

업데이트: 2023년 9월 10일 오전 11시 10분

Version 5.6.3

Added ability to use all weapon stores at once
Max backpacks is now hardcoded at 1
Fixed error caused by containers with invalid owners
Fixed administrators creating errors when picking up items

업데이트: 2023년 8월 6일 오전 11시 36분

Version 5.6.2

ConVar loading now displays more debugging info when "developer" ConVar is enabled

업데이트: 2023년 7월 25일 오전 9시 19분

Version 5.6.1

Added "isawc_container_lootrestocktime" ConVar
Made search bar in server options panel more visible
Fixed an issue where numbers in blacklist / whitelist cause an error
Fixed exporter not spawning items when self:GetCreator() is NULL

업데이트: 2023년 5월 27일 오전 4시 48분

Version 5.6.0

Added ammo item stamps for all default large ammo boxes
Added ability for option searching in the Server Options GUI
Added ConVar "isawc_use_altsave_weapons" for controlling Alternate Saving for weapons
Fixed loot table GUIs showing "TODO"
JMod Armor is now equipped immediately when spawned at self
Fixed Carry Same Weapons weapons displaying as classname_iter0 and the like
The Container Maker is now able to create backpacks
Fixed backpacks losing their custom mass / volume multipliers and model when duplicated

업데이트: 2023년 3월 18일 오전 8시 33분

Version 5.5.2

Fixed weapons not being equipped immediately on spawn
Fixed options not being saved to backup

업데이트: 2023년 2월 8일 오전 1시 06분

Version 5.5.1

Added ConCommand "isawc_pickup"

업데이트: 2023년 1월 10일 오전 4시 36분

Version 5.5.0

Inventories and option panels have been made more opaque
Removed spawnmenu server options, there is now just a button to open the server options UI
Adjusted margins of server options UI
Data files are now more resilient against being corrupted
Inventory Exporter now readjusts item spawning timestamp if it seems illogical
Added SWEP "Loot Attacher"
Added ConVars "isawc_dropondeath_lifetime", "isawc_use_disabledmass", "isawc_use_disabledvolume", "isawc_use_disabledcount" and "isawc_imagelist_force"
Added ConCommand "isawc_imagelist"
Added server option "Loot Tables"
Renamed ConVar "isawc_dropondeath_time" to "isawc_dropondeath_fadetime"

업데이트: 2022년 12월 22일 오전 6시 12분

Version 5.4.3

Fixed issue where null inventories cause serialization to fail altogether