Garry's Mod

Garry's Mod

ISAWC: Inventory System and Working Containers
Showing 41-50 of 157 entries
< 1 ... 3  4  5  6  7 ... 16 >
Update: 10 Aug, 2021 @ 5:26am

Update 4.4.0

Added isawc_pickup_binddelayoverride ConVar
isawc_pickup_binddelay ConVar now accepts -2, which means to use the value of the isawc_pickup_delay ConVar
Inventory Exporter minor optimization

Update: 2 Aug, 2021 @ 1:21am

Update 4.3.1
Fixed Inventory Exporters not being able to export anything
Fixed Inventory Exporter collision rules being updated during the touch event
Fixed Inventory Exporters not being able to connect on touch when isawc_container_autointo is set to 3

Update: 1 Aug, 2021 @ 5:01am

Update 4.3.0
isawc_container_autointo can now be set to 3 to detect collisions via PhysicsCollide

Update: 31 Jul, 2021 @ 8:42pm

Update 4.2.0
Major blacklist and whitelist code refactoring
Added isawc_export_blacklist, isawc_container_magnet_blacklist, isawc_container_magnet_containerwhitelist, isawc_player_magnet_blacklist, isawc_player_magnet_whitelist and isawc_dropondeath_whitelist ConCommands
Added isawc_player_magnet_whitelistenabled, isawc_dropondeath_whitelistenabled, isawc_pickup_playercollide and isawc_player_magnet_radius ConVars
Several ConVars renamed - values will automatically be updated

...I know there's a joke to be made in the version number, shut up.

Update: 27 Jul, 2021 @ 7:38am

Update 4.1.0
New clientside ConVar isawc_allow_selflinks, can be set within any local player's inventory
Inventory Exporters can now be linked to players
Pickup binds no longer work while in a menu or other UI that traps keyboard input
Fixed Container Maker's Volume slider not working
Changed some inventory UI icons
Minor optimizations

Update: 21 Jul, 2021 @ 1:30am

Update 4.0.1
Fixed syntax errors and PermaProps now works correctly on containers when isawc_container_save is 1

Update: 15 Jul, 2021 @ 12:33pm

Update 4.0.0
Player inventories are now stored in sv.db, existing player inventories will be converted to the new format
Alt Saving (isawc_use_altsave) should be much more stable now
Many ConVars were renamed
Added ConVars isawc_dropall_enabled, isawc_dropall_time, isawc_dropall_max, isawc_dropall_class and isawc_dropall_model
ConVars are now saved and restored from a file
Cleaned up the option panels on the Sandbox spawnmenu

Update: 27 Jun, 2021 @ 5:01am

Update 3.4.4
Fixed errors when a picked up entity has no model

Update: 26 Jun, 2021 @ 1:19am

Update 3.4.3
Yet another attempt at fixing player-dropped death boxes

Update: 25 Jun, 2021 @ 3:27pm

Update 3.4.2
Fixed Inventory Exporters mistakenly being identified as ISAWC Containers