Garry's Mod

Garry's Mod

Lua Patcher
62개 중 11~20개 표시 중
< 1  2  3  4  5  6  7 >
업데이트: 2025년 3월 19일 @ 오전 9시 16분

Version 3.0.6-rc.1

업데이트: 2025년 3월 19일 @ 오전 9시 13분

Version 3.0.5

업데이트: 2025년 3월 19일 @ 오전 7시 11분

Version 3.0.4

NULL:Remove now does nothing

업데이트: 2025년 3월 18일 @ 오전 10시 34분

Version 3.0.3

net.WriteString now converts argument to string if given a non-string value
ENTITY:SetSkin now does nothing if first argument is nil
Fixed entities incorrectly triggering NULL error prevention measures when IsValid returns false even though they aren't NULL (such as worldspawn)

업데이트: 2025년 2월 20일 @ 오전 10시 23분

Version 3.0.2

Indexing and calling a boolean as a function now returns nil

업데이트: 2024년 10월 14일 @ 오전 12시 56분

Version 3.0.1

Fixed Lua Patcher losing track of original Player functions after patching
bit.band(nil) and bit.bor(nil) now return 0

업데이트: 2024년 10월 13일 @ 오후 4시 28분

Downgrade to Version 2.3.2 due to problems relating to TFA Base

업데이트: 2024년 10월 13일 @ 오전 7시 11분

Version 3.0.0

Completely rewrote the addon to make it significantly easier to maintain
Added "lua_patcher_enable" ConVar to undo / redo all patches without needing to reload the map, change this value at your own risk
NULL:SetAnimation, NULL:Spawn and NULL:Activate now do nothing
VMatrix +, - and * operators now do nothing when given a nil value

업데이트: 2024년 9월 13일 @ 오전 3시 57분

Version 2.3.2

NULL:Spawn, NULL:Activate and NULL:SetPhysicsAttacker no longer do anything
NULL:GetPhysicsObject now returns nil

업데이트: 2024년 9월 11일 @ 오전 11시 17분

Version 2.3.1

NULL:SetAngles now does nothing