Garry's Mod

Garry's Mod

You Touched it Last
Viser 1-10 af 32 forekomster
< 1  2  3  4 >
Opdatering: 2. mar. 2019 kl. 5:27

Updated to fix problems with latest Garry's Mod update.

Opdatering: 27. okt. 2015 kl. 15:40

- Critical throwing bug fixed - Was caused by the concommands running client side for everyone BUT local server hosts (They should really provide better documentation).
- Moved the start gametype part to init.lua, might help the random client errors.

Opdatering: 26. okt. 2015 kl. 9:33

- Removed a lot of commented code. This might help with the random errors for server owners.
- Made a readme seperate which has most of the helpful comments from the costumize file.
- Added a convar and slider to change ball size.
- Changed throwing charge handling to Concommands. This should be twice as fast (from testing with net_fakelag) and no longer cause desyncs. This also means you can bind a key to throw at a certain power, but I will not recommend this.

Opdatering: 25. sep. 2015 kl. 11:25

- Added IsValid checks to the spectator functions, to fix errors when an empty server is starting
- Mode votes now cancel on disconnect
- Spectators are now unable to use things
- Correctly renamed the RoundRestart timer so it removes when the round actually restarts

Opdatering: 23. sep. 2015 kl. 12:28

This update literally does nothing other than change a "-1" to "-2". Yeah.

Well it's kinda important, it made it so it didn't misread the dates of updates and keep telling there's a new one just because of an additional space.

Opdatering: 23. sep. 2015 kl. 12:24

- Added a notification if there's a new version on the workshop
- Fixed player colors going from spectating
- Added ytil_startgametype
- Fixed some ConVar issues
- Took over the world
- Fixed color assignment when starting as a dark player (infected/death)
- Fixed some conditions on teleporting balls
- Fixed a bug in spectator mode

Opdatering: 22. sep. 2015 kl. 11:17

Big internal update:
- Fixed Spectating and added Chase mode
- Added ConVar for the time it takes to teleport a ball with right click
- Added a ConVar to prevent suicide
- Fixed gametype voting not working
- Added a new Admin check function you can add your own ranks/checks to
- Moved all things related to gametypes into gametype.lua to simplify making new types
- Fixed colors of infected players not working the first round
- Made the charge bar display teleporting even when a Runner (Angelic/Custom modes)
- Made a networked variable BallIndex which can be used to get any players ball ('Entity(ply:GetBallIndex())')

Opdatering: 19. sep. 2015 kl. 13:24

Made ConVars have FCVAR_ARCHIVE (they save between servers shutting down)

Opdatering: 19. sep. 2015 kl. 5:29

Hotfix: Put a safeguard on what may very well be the cause of the rare massive explosion glitch

Opdatering: 18. sep. 2015 kl. 12:07

Fixed gametype voting. Fixed ytil_gametype. Removed some unused functions running. Made sure CheckGametype always works.