Garry's Mod

Garry's Mod

Improved Object Render
Viser 21-30 af 50 forekomster
< 1  2  3  4  5 >
Opdatering: 11. maj 2023 kl. 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

Opdatering: 8. maj 2023 kl. 12:47

v3.2
- Some additional changes in the code.

Opdatering: 8. maj 2023 kl. 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.

Opdatering: 1. sep. 2020 kl. 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

Opdatering: 22. aug. 2020 kl. 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.

Opdatering: 4. aug. 2020 kl. 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.

Opdatering: 31. juli 2020 kl. 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.

Opdatering: 29. juli 2020 kl. 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.

Opdatering: 28. juli 2020 kl. 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".

Opdatering: 25. juli 2020 kl. 14:46

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