Garry's Mod

Garry's Mod

[Minigame] Climbform
正在显示第 1 - 10 项,共 16 项条目
< 1  2 >
更新于:2021 年 8 月 6 日 上午 10:29

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

更新于:2020 年 7 月 12 日 下午 12:52

V1.8.1.

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

更新于:2020 年 7 月 2 日 上午 8:27

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

更新于:2020 年 6 月 25 日 上午 8:06

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.

更新于:2020 年 3 月 3 日 下午 3:34

V1.7.1

Fixed messy if statement and vehicle exploits

更新于:2020 年 2 月 17 日 上午 10:12

V1.7

Slight code improvements.

更新于:2019 年 9 月 22 日 下午 8:30

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.

更新于:2019 年 9 月 21 日 下午 8:28

V1.5.2

FindMetaTable optimizations. (ugh)

更新于:2019 年 9 月 21 日 下午 5:54

V1.5.1

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

更新于:2019 年 9 月 21 日 上午 8:27

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.