Garry's Mod
Improved Object Render
Εμφάνιση 21-30 από 50 καταχωρίσεις
< 1  2  3  4  5 >
Ενημέρωση: 11 Μαϊ 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

Ενημέρωση: 8 Μαϊ 2023 στις 12:47

v3.2
- Some additional changes in the code.

Ενημέρωση: 8 Μαϊ 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.

Ενημέρωση: 1 Σεπ 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

Ενημέρωση: 22 Αυγ 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.

Ενημέρωση: 4 Αυγ 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.

Ενημέρωση: 31 Ιουλ 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.

Ενημέρωση: 29 Ιουλ 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.

Ενημέρωση: 28 Ιουλ 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".

Ενημέρωση: 25 Ιουλ 2020 στις 14:46

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