Garry's Mod
Hit Numbers
กำลังแสดง 21-30 จาก 32 รายการ
< 1  2  3  4 >
อัปเดต: 4 ก.ค. 2013 @ 2: 19pm

- skip renderer setup if there are no indicators to draw. further increases performance. (slightly)

อัปเดต: 4 ก.ค. 2013 @ 1: 55pm

- added convar 'sv_hitnums_allowusertoggle' (defaulted OFF (0)). when enabled, user is allowed to show/hide indicators for themselves via client convar 'hitnums_enable'.
- server convar 'sv_hitnums_show' has been renamed to 'sv_hitnums_enable' ... it just makes more sense that way.
- removed 2d 'legacy' hit numbers because they're ugly, ineffecient, and I doubt anyone actually uses them. I want to focus more on 3d text effects.
- optimized indicator rendering performance. (now using surface library, indicator font no longer antialiased (AA made nearly no difference except slow down the rendering process))
- fixed 'sv_hitnums_ignorez' not working properly, it was a dumb mistake on my part.
- indicators ignored for attacker if the attacker is also the targer.
- formatted the code for easier modification. source now available on github here: http://github.com/ief015/hitnumbers

อัปเดต: 15 มิ.ย. 2013 @ 1: 36pm

- Fixed issue not loading in linux servers. (Linux servers don't load addons with capitals in them.)

อัปเดต: 22 มี.ค. 2013 @ 4: 35pm

- Added sv_hitnums_breakablesonly 0/1

อัปเดต: 20 มี.ค. 2013 @ 2: 08pm

- Added IgnoreZ server console command.
- Improved indicator creation.

อัปเดต: 26 ก.พ. 2013 @ 1: 08pm

Fixed potential crash when player joins.

อัปเดต: 7 ธ.ค. 2012 @ 12: 25am

Modified calculation of velocities for indicators.

อัปเดต: 6 ธ.ค. 2012 @ 7: 29pm

Added critical hits
Added console command "sv_hitnums_showalldamage 0/1"

อัปเดต: 6 ธ.ค. 2012 @ 5: 27am

Added 3D text mode
You can go back to 2D text mode with "hitnums_3dtext"
Changed command "ief_toggle_hitnums" to CVar "hitnums_enable"

อัปเดต: 4 ธ.ค. 2012 @ 2: 36pm

Added server cvar 'sv_hitnums_show' to disable this addon server-wide.
0 to disable, 1 to enable.