Garry's Mod

Garry's Mod

Improved Object Render
Visar 21–30 av 50 poster
< 1  2  3  4  5 >
Uppdatering: 11 maj, 2023 @ 3:03

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

Uppdatering: 8 maj, 2023 @ 12:47

v3.2
- Some additional changes in the code.

Uppdatering: 8 maj, 2023 @ 10:23

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.

Uppdatering: 1 sep, 2020 @ 19:24

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

Uppdatering: 22 aug, 2020 @ 2:35

- 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.

Uppdatering: 4 aug, 2020 @ 23:38

- 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.

Uppdatering: 31 jul, 2020 @ 23:08

- [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.

Uppdatering: 29 jul, 2020 @ 0:11

- [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.

Uppdatering: 28 jul, 2020 @ 3:02

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".

Uppdatering: 25 jul, 2020 @ 14:46

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