Garry's Mod

Garry's Mod

ISAWC: Inventory System and Working Containers
Showing 11-20 of 157 entries
< 1  2  3  4 ... 16 >
Update: 19 Dec, 2022 @ 6:34pm

Version 5.4.2

Hotfix for hotfix not working

Update: 19 Dec, 2022 @ 7:35am

Version 5.4.1

Hotfix for whitelist-enabling commands not sharing their data

Update: 18 Dec, 2022 @ 7:41am

Version 5.4.0

Added ConCommands "isawc_spawn_recreateweapon_blacklist", "isawc_spawn_recreateweapon_whitelist", "isawc_spawn_recreateweapon_whitelistenabled" and "isawc_pickup_redirectlist"
Added default JMod weapon-entity mappings to pickup class redirect list
Added general JMod ammo support, allowing pesudo-weapon JMod entities to have their magazines emptied
Items with attributes containing a function now have those attributes striped when stored
Weapons no longer get recreated every time they are spawned, which would have caused them to lose attachments
Death drops are now attributed to the world rather than the dead player
Added ability to copy item class or model within an inventory
Added ability for admins to create new item stamps while in an inventory
Added ability to rename or delete item stamps and create item stamp ammo conversions within the server options panel
Server options panel tabs are now all initially collapsed
Alternate saving now stores items at (15000, 15000, 15000) and teleports them immediately when spawned instead of waiting one game tick before teleporting

Fixed Alternate Saving deleting items immediately after spawning them when isawc_allow_delete is enabled
Fixed AltSaved items not being Use'd immediately when spawned at self
Fixed item stamp ammo storage panel incorrectly multiplying item stamps required by ammo count rather than taking ammo count directly
Fixed server options panel checkboxes being unable to be saved in unchecked state
Fixed server options panel deleting whitelist command pointer after options are saved
Fixed server option list insertion panel left text box being just barely shorter than the right text box
Fixed unlocked container warning text overflowing on smaller screens
Removed unnecessary SortedPairs call in blacklist panel creation

Update: 17 Jul, 2022 @ 9:37am

Version 5.3.1

Fixed borked containers causing an error when opened

Update: 5 Jul, 2022 @ 4:16am

Version 5.3.0

Renamed "isawc_reset_convars" ConCommand to "isawc_options_reset"
Added ConCommands "isawc_activate_options_menu_server" and "isawc_activate_options_menu_client"
Fixed ISAWC.SendInventory being called too early when Lua files are refreshed

Update: 30 Apr, 2022 @ 1:35am

Version 5.2.4

Whitelist enabling ConVars are no longer networked to client - fixes an issue where using a key to pick up items with whitelists enabled creates a client-only notification

Update: 23 Apr, 2022 @ 3:25am

Version 5.2.3

Fixed a minor conflict issue regarding context menu icons
Changed Pickup SWEP model

Update: 16 Apr, 2022 @ 7:50am

Version 5.2.2

Fixed certain commands not working on dedicated server console
Removed pre-5.0.0 compatibility code that causes ConVar saving to fail
Container Maker can now make player-individualized inventories

Update: 28 Mar, 2022 @ 11:25pm

Version 5.2.1

Alternate Saving is no longer beta
Fixed isawc_desclist creating an error with 1 or more arguments

Update: 24 Mar, 2022 @ 12:30am

Version 5.2.0

Added ConCommands "isawc_stamps_create", "isawc_stamps_list", "isawc_stamps_restore", "isawc_stamps_delete", "isawc_stamps_asammo"
Fixed isawc_desclist not accepting 3, 5, 7, etc. arguments
Fixed Empty Weapon Clips inside non-container inventories sending message code 0
Fixed drop boxes failing to clear out player inventories
Fixed Alternate Saving deleting non-alt-saved entities when attempting to load alt-saved inventory items after a map restart
Fixed engine save table data being saved even when "isawc_use_enginesavetables" is disabled
Optimzed custom containers to not send sound data if the container's sound data was unchanged