Garry's Mod

Garry's Mod

Improved Object Render
Showing 21-30 of 50 entries
< 1  2  3  4  5 >
Update: 11 May, 2023 @ 3:03am

v3.3
- [Fix] Npc's could sometimes flicker.
- Adding func_brush, func_illusionary, weapon held by a npc/player, ground weapon.. processed by the rendering system.
- [Fix] Panel didn't return the right data if you changed things without saving.
- [Fix] Autorefresh could cause the script to break.
- Some major changes.

Github: https://github.com/Inj3-GT/Improved-Object-Render

Update: 8 May, 2023 @ 12:47pm

v3.2
- Some additional changes in the code.

Update: 8 May, 2023 @ 10:23am

v3.0 - v3.1
- Lots of new code rewritten.
- [Optimization] The code should be faster as a whole.

- [Fix] [Improved Object Render] net.WriteData: Given length (880469152) is longer than length of provided data (163)! Clamping!
1. Central_IOR_BroadcastFunc - lua/autorun/server/centralentdrawopt.lua:62
2. unknown - lua/autorun/server/centralentdrawopt.lua:118


This version may have some bugs because I could not test with all the addons of the workshop, so do not hesitate to report them in the comments.

Update: 1 Sep, 2020 @ 7:24pm

v2.1
- Increased the rendering distance when you are too close to an object.
- Default distances were restored.

Simply restart your server to perform the update.
All changes on Github : https://github.com/Inj3-GT/Improved-Object-Render

Update: 22 Aug, 2020 @ 2:35am

- Calculation distance of objects is more optimised .
- Some table in clientside are added only if we need them.
- Many functions reworked to be more faster.
- Minimum distance was reduced, and the maximum distance to was increased.

Update: 4 Aug, 2020 @ 11:38pm

- Now if you deactivate all modules, it will no longer be active at all, no more code will be executed in the background.
- Minor changes.

Update: 31 Jul, 2020 @ 11:08pm

- [Fixed] Lua error in some cases if settings panel was closed too quickly.
- Caching all color on clientside.
- Some tables are cleared if they are no longer used and will be recreated if they are used again.

Update: 29 Jul, 2020 @ 12:11am

- [Fixed] Some modules do not disable properly.
- Using compress LZMA algorithm for data.
- Added button to enable/disable all module at once.
- Added status, if Improved Object Render is enabled/disabled.
- Rework of some functions on serverside which are now more better.
- New sentences to translate added in shared file.
- Maximum configurable distance decrease from 5000 to 3000.

Update: 28 Jul, 2020 @ 3:02am

Version 2.0
- Added new settings panel.
- Ability to disable/enable rendering of somes groups.
- You can control any distance.
- All values changed is synchronized with all player.
- All data is saved in a txt file "data/improvedobjectrender/sauvegarde", only on serverside.

For opening settings use : (superadmin)
- Console Command : objectrender
- Chat : /objectrender

You can change the language in "centralentdrawopt_sh.lua".

Update: 25 Jul, 2020 @ 2:46pm

- [Fixed] 3D2D textscreens rendering.
- Minor bug fixes and somes improvements.
- Redone tables.
- [Fixed] Targeting Spectator.