Garry's Mod

Garry's Mod

PAC3 [develop version]
Showing 201-210 of 263 entries
< 1 ... 19  20  21  22  23 ... 27 >
Update: 27 Dec, 2023 @ 1:35pm

reworked settings menu

modular design to avoid code repetition, the basic information is kept in some category tables instead and run through a loop to populate the vgui elements

networking with the pac settings manager instead of PANEL:SetConVar (removing the need to create cvar copies) to avoid issues with the client-server realm fracture

menu gets a copy of each cvar's values from the server when opening, the changes are kept in memory, the menu has a prompt on close to ask whether to send the changes to the server

added the reveal outfits on +use cvar

Update: 27 Dec, 2023 @ 1:12pm

Update pac_settings_manager.lua

include some of the main server cvars' general description and information

new net message will send data to the client realm for the reworked settings.lua menu

Update: 26 Dec, 2023 @ 5:55pm

validity check

Update: 26 Dec, 2023 @ 2:19pm

Update health_modifier.lua

quick fix

Update: 25 Dec, 2023 @ 10:48pm

remaining healthbars proxy, aliases

new function to read a health modifier's remaining number of bars

function aliases named like the corresponding events for uniformity

Update: 25 Dec, 2023 @ 9:56pm

Update health_modifier.lua

when health modifier gets an update, SetInfo to indicate the hp left and write data for the hp equivalent as a number of intact healthbars

Update: 25 Dec, 2023 @ 6:39pm

fix popups' info_string for events

Update: 25 Dec, 2023 @ 6:37pm

event copilot tweaks

function to get the tutorial text
remove unneeded checks
change damage_zone_hit to number operator
fix enum builder for some uid arguments
auto remove quotes from uid for some events

Update: 21 Dec, 2023 @ 3:50pm

remove local debug prints

Update: 21 Dec, 2023 @ 3:16pm

use pac hooks when possible
should help prevent showing stuff when pac is disabled