Garry's Mod

Garry's Mod

PAC3 [develop version]
264개 중 71~80개 표시 중
< 1 ... 6  7  8  9  10 ... 27 >
업데이트: 2025년 3월 2일 오후 8시 12분
작성자: PAC3

hotfix (quick actions - event reorganization)

actually I want this at the end so that events quick access actions (triggers) are the priority

also don't add the options if there's nothing in bulk select

업데이트: 2025년 3월 2일 오후 7시 12분
작성자: PAC3

event update

add AND gate
fix OR gate, add ignore_inverts

add ratio_timer (allowing reset on hide and biased ratios e.g. different from 50/50)
timer default interval is now 1 (0 caused spam issues, kinda annoying)

add timerx2 (start and end times instead of needing to stack two timerx)
timerx2 can be quickbuilt with a two-number event input e.g. '1 3' will automatically set start time to 1, end time to 3

bidirectional link between arguments and dynamic properties to reflect edits in real time

업데이트: 2025년 3월 1일 오후 7시 53분
작성자: PAC3

lock part aim smoothing

allows for smoothing / less aggressive control of the eye angles by doing an iterated lerp to target every frame

업데이트: 2025년 3월 1일 오후 6시 52분
작성자: PAC3

new lock part modes (aim)

SetEyeang sets your eyeang to lock's world angle
AimToPos sets eyeang to point from eyeang to lock's world pos

and some small revisions for uniformity related to use of cached cvars

업데이트: 2025년 3월 1일 오전 10시 16분
작성자: PAC3

add 'root owner' model option to model properties

for stuff like vehicles and NPCs
it also requests a spawnicon rebuild if it doesn't exist

업데이트: 2025년 3월 1일 오전 7시 31분
작성자: PAC3

hotfix

업데이트: 2025년 2월 24일 오후 6시 59분
작성자: PAC3

add showtime dynamics to sunbeams

sunbeam multiplier: fade factor is multiplicative, with an additional initial 'attack' factor (simple linear fade-in to avoid instant flashes while also allowing the fadeout)

darken: fade factor is additive

업데이트: 2025년 2월 24일 오후 4시 10분
작성자: PAC3

hotfix

업데이트: 2025년 2월 19일 오후 8시 24분
작성자: PAC3

decay-related settings for some effect parts

add 'showtime dynamics' to sprites/beams, a series of options to make simple bursts and fades (multiply size or alpha over time) without proxies (it runs faster and would be more accessible to players)

add decay, fractional chance and fire duration related to particle counts

make particle count hardcoded clamp's limit (per emission) adjustable instead, add limiter for max active particles per emitter

업데이트: 2025년 2월 6일 오후 3시 25분
작성자: PAC3

bulk select deselect

option to deselect bulk selected parts if selecting a part without holding bulk select key

I thought about whether it should be default, it's probably less annoying to handle accidental bulk selects and to deselect faster