Garry's Mod

Garry's Mod

Ultra's Shootergame Funpack
Showing 11-20 of 28 entries
< 1  2  3 >
Update: 30 May, 2022 @ 11:50am

a0981ad : never transmit spawners
a019a73 : always transmit zone to fix var desync bug, play sound when shrinking and print warning, added shrink var
5bc840a : added util function for closest point on circle

Update: 28 May, 2022 @ 11:07am

716d144 : improved zone to no longer use the wireframe in game
ac6ac4b : use ipairs for better performance
b3ddaf6 : fixed zone shrink delay
c5cac96 : remove debug prints

Update: 28 May, 2022 @ 1:42am

ea19256 : fix the zone not working for the last time

Update: 27 May, 2022 @ 1:17pm

bebad9b : slight optimisation and finally fixed zone working client and serverside
fc36ff8 : Added some utils

Update: 26 May, 2022 @ 4:15am

1061d55 : gave up on moving zones because it seems to break some loads
03c32e2 : changed insecure way to prevent spawner vision in game
90dd844 : fixed zone being inactive

Update: 26 May, 2022 @ 2:21am

278da4c : fix spawnpoints spawning a the wrong location, why did I reverse that before
654437b : finally fixed property applying/reading for entity

Update: 25 May, 2022 @ 11:47pm

f848adb : fix config not loading because of missing properties

Update: 25 May, 2022 @ 11:33pm

e3e914c : generalize new properties approach and fix zone not loading half the time

Update: 25 May, 2022 @ 1:13pm

3cfea01 : refactor and fix zone properties not saving
e4b6b81 : fix broken config loading and fixed zones not being deleted when loading preset
ca32c14 : remove debug print (lol)
3c1c75e : change entity gamestate notifier to account for recent switch to networked vars
e2d9221 : move zone if existant instead of deleting and recreating
7db0455 : refactor
b68e18f : code cleanup on server and client
f29c4ff : fix some typos and change the readme to account for latest changes
03e104c : update config to account for entity editing and added backwards compatibility (because I need it)
4c8a1ad : refactor and edit restrictions
caf990c : replace convars with entity properties

Update: 25 May, 2022 @ 12:16pm

fucked up some things