Garry's Mod

Garry's Mod

HAVOK's Addon Base
Showing 11-17 of 17 entries
< 1  >
Update: 17 Apr, 2017 @ 9:37am

I forgot... there werent alot of changes between the last update and this.

Update: 27 Mar, 2017 @ 9:08am

updated to revision 0.7a (base 0.4a)

Implemetned Custom Menu system.

Cleaned CVar and ConCommand handling.

Implemented Module Subloader.

Cleaned modularity system.

Updated enumerators.

Updated function redefinitions

Updated redefine,
added "VECTOR:CalculateVectorDot", for vectors.
added "ANGLE:CalculateVectorDot", for vectors.
added "PLAYER:IsMoving", "PLAYER:IsRunning", returns true when PLAYER is on the ground moving or running.

Updated utilities,
added "Menu.AddMenuPanel", adds custom sub category and panel to the HAB Options tab in the spawnmenu side panel.
added "WriteCVarValue", "ReadCVarValue", for recieving and sending networked cvar related messages.

Added ConVars,
added "hab_Footstep_Min_Speed", sets the minimum player movement speed footsteps will still be played at.
added "hab_Footstep_Suppress_Crouched", prevents footsteps from being played when crouched
added "hab_Wire_Menu_Layout", enables use of WireMod Menu Layout on HAB (only available when WireMod is installed),
added "hab_Enable_DOF_Hack", Enables/Disables the DOF Mode Hack.

Update: 27 Mar, 2017 @ 8:40am

None Provided

Update: 25 Feb, 2017 @ 10:30am

updated to revision 0.3a

Improved loader functionality, corrected impropper sending of scripts to client, cleaned console output, reordered load order.

Finalized modularity system.

Implemented CVar and ConCommand handling.

Updated enumerators list.

Updated function redefinitions

Updated utilities,
added "GetCVarVal", "AddCvar", "AddConCommand", for Cvar/ConCommands,
added "VectorRandom", "CalculateQuadratic", "CalculateInverseQuadratic" for math utilities,
added "WriteFloatVector", "WriteCompressedFloatVector", "ReadFloatVector" for networked messages.
added "Dmsg", prints developer level messages to console.

Added ConCommands,
added "hab_base_reload_modules MODULE_NAME", reloads all HAB modules or the module specified (with autocompletion),
added "hab_base_reload_menu", reloads HAB menus,
added "hab_base_reload_hooks HOOK_NAME", reloads all HAB hooks or the hook specified(with autocompletion),
added "hab_base_Developer 0/1", disable/enable developer mode for HAB.

Update: 31 Jan, 2017 @ 1:19pm

None Provided

Update: 31 Jan, 2017 @ 12:46am

None Provided

Update: 30 Jan, 2017 @ 7:18am