Garry's Mod

Garry's Mod

Lua Patcher
A apresentar 11-20 de 61 entradas
< 1  2  3  4  5  6  7 >
Atualização: 19 de mar. às 9:13

Version 3.0.5

Atualização: 19 de mar. às 7:11

Version 3.0.4

NULL:Remove now does nothing

Atualização: 18 de mar. às 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)

Atualização: 20 de fev. às 10:23

Version 3.0.2

Indexing and calling a boolean as a function now returns nil

Atualização: 14 out. 2024 às 0: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

Atualização: 13 out. 2024 às 16:28

Downgrade to Version 2.3.2 due to problems relating to TFA Base

Atualização: 13 out. 2024 às 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

Atualização: 13 set. 2024 às 3:57

Version 2.3.2

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

Atualização: 11 set. 2024 às 11:17

Version 2.3.1

NULL:SetAngles now does nothing

Atualização: 11 set. 2024 às 6:56

Version 2.3.0

Fixed every other module except the primitives patcher not working
NPC:SelectWeapon and PLAYER:SelectWeapon now do nothing when not given the weapon classname argument
NULL:SetPos now does nothing