Garry's Mod

Garry's Mod

JMod
Showing 1-10 of 94 entries
< 1  2  3 ... 10 >
Update: Aug 24 @ 11:55am

August 23rd Update

Features/Machines
- Added spade as a higher quality shovel.

QoL Improvements/Balance
- If you submerge a buck ent it automatically fills with water.
- Tools should no longer land on your head when you drop them.
- Rocket motors should now always push center of mass, automatically activate all connected rocket motors on launch and attempt to push objects in the direction of their initial activation instead of straight forward.

Bug Fixes:
- Set player bodygroup IDs properly on death (EZ corpse)
- Fixed more default values in armor code and utility functions
- Fixed armor item weight not updating when inserting and removing from inventory
- Not really a bug, but we are excluding certain entities from EZ targeting to hopefully reduce logic load.
- Fixed grenade spoon bug
- Fixed EZ crate bug with extracting resources after paste.
- Fixed plants breaking on low tickrate servers after save and load or sometimes on tree grow.
- Fixed smoke causing errors in regards to the player not wearing thermal vision before the player's armor table has been created.

For Devs
- Made the blur function for JMod UI's global so you can use it easily and to maintain standardization (EZBlurBackground).
- You can now define custom item weight for inventory on your entities.
- Antimatter explosion will now be a global function, I will eventually change it to be more fancy in the future.
- Added extra parameter to nutrient consumption for next eat time adjustment.

Update: Jun 17 @ 3:19pm

None Provided

Update: Jun 11 @ 5:14pm

None Provided

Update: May 27 @ 2:50pm

None Provided

Update: May 26 @ 2:51pm

None Provided

Update: May 26 @ 9:00am

None Provided

Update: May 22 @ 6:19pm

None Provided

Update: May 4 @ 6:01pm

None Provided

Update: May 3 @ 6:29pm

reverted version to fix a UI issue. We'll roll forward once we've fixed the problem.

Update: May 2 @ 6:13pm

## JMod Networking Update

I'm pushing a breaking change to JMod's net code for radios, workbenches and toolboxes.
The only thing you would need to do is replace `net.WriteTable(self.Craftables)` or `net.WriteTable(self.Orderables)` with `net.WriteString([crafting/radio type])`
In the net send for `"JMod_EZtoolbox"`, `"JMod_EZworkbench"` and `"JMod_EZradio"`

Contact me or one of the sentries if you want a role to be notified of future breaking changes.

This update also includes stopping the naval mine's rope from being spammed, some minor improvements to the tactical vision armor mod, changing the armor offset data to also hopefully be more efficient and sets some config values to a new default.
Note on above, I did not increment the version number, I merely set some config values to a new default because basically every server was using them that way in the first place.