Garry's Mod

Garry's Mod

PAC3 [develop version]
正在显示第 201 - 210 项,共 265 项条目
< 1 ... 19  20  21  22  23 ... 27 >
更新于:2023 年 12 月 28 日 下午 10:18
作者:PAC3

make the animation editor less of a pain to use
-you can now duplicate keyframes on the spot and to the start/end
-fix broken timeline

更新于:2023 年 12 月 27 日 下午 1:42
作者:PAC3

Admin utilities in spawnmenu

更新于:2023 年 12 月 27 日 下午 1:35
作者:PAC3

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

更新于:2023 年 12 月 27 日 下午 1:12
作者:PAC3

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

更新于:2023 年 12 月 26 日 下午 5:55
作者:PAC3

validity check

更新于:2023 年 12 月 26 日 下午 2:19
作者:PAC3

Update health_modifier.lua

quick fix

更新于:2023 年 12 月 25 日 下午 10:48
作者:PAC3

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

更新于:2023 年 12 月 25 日 下午 9:56
作者:PAC3

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

更新于:2023 年 12 月 25 日 下午 6:39
作者:PAC3

fix popups' info_string for events

更新于:2023 年 12 月 25 日 下午 6:37
作者:PAC3

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