Garry's Mod

Garry's Mod

[Minigame] Climbform
Showing 1-10 of 16 entries
< 1  2 >
Update: 6 Aug, 2021 @ 10:29am

Bugfixes:
- Fixed the end of game text being displayed when zero boxes have been climbed.
- Fixed a major bug that made the climbgame starter box recognize ALL entities as valid possible players. Now it only accepts actual players. (derp)

https://github.com/MeteorTheLizard/Climbform/commit/b0b9689d94501f2314cc07339829eb75ed5f06e9

Update: 12 Jul, 2020 @ 12:52pm

V1.8.1.

-Fixed DevCheat for non-MMM environments.
-Tiny vector-cache optimization

Update: 2 Jul, 2020 @ 8:27am

V1.8

-Major code improvements
-Fixed scripted entity structure
-Bug fixes

For a more detailed overview of the changes, go here:
https://github.com/MeteorTheLizard/Climbform/commit/5302a9b433bdfe949f05259d89ca3b5e41df95c3

Update: 25 Jun, 2020 @ 8:06am

V1.7.2

-Made a lot of optimizations and general improvements.
-Replaced constant vectors, angles, colors with a variable so that they're not re-created constantly.

For a more indepth version, check the changes made on github.

Update: 3 Mar, 2020 @ 3:34pm

V1.7.1

Fixed messy if statement and vehicle exploits

Update: 17 Feb, 2020 @ 10:12am

V1.7

Slight code improvements.

Update: 22 Sep, 2019 @ 8:30pm

V1.6

Code improvements:
-Made countless optimizations.
-Fixed nil and IsValid checks.
-R.I.P. Code Pyramids.

Bug fixes:
-Fixed being able to move the BaseEnt with the Physics Gun after starting the game.
-Fixed being able to toolgun the BaseEnt at any point in time.
-Remember when I said I fixed autoclimb once and for all? .. Its fixed now. (And works with changed Player sizes)
-Fixed being able to spam sounds.
-Fixed error that happens when you delete the BaseEnt while awaiting a flying washing machine.

Visuals:
-Updated text colors on the BaseEnt to look nicer.
-Updated text colors on game end event, (the text that appears when you fall or reach the top)

Sound:
-Made the sounds less spammy/less annoying.

Update: 21 Sep, 2019 @ 8:28pm

V1.5.2

FindMetaTable optimizations. (ugh)

Update: 21 Sep, 2019 @ 5:54pm

V1.5.1

Bug fix:
-CPPISetOwner check fix (Metatables exist.. whoops)

Update: 21 Sep, 2019 @ 8:27am

V1.5

-Code improvements to optimize memory and cpu usage.
-Made some changes to the clientside drawing routine to make it more appealing to the user.
-Added prop ownership to boxes generated by the minigame.
-Fixed developer autoclimb once and for all.