Skip to content

Commit c72fc85

Browse files
committed
actual mapbase 7.3 update
for real this time using blixis fixed fgds
1 parent 844dae1 commit c72fc85

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

base.fgd

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1309,6 +1309,8 @@
13091309
0 : "Advisor Stun (Pulsating sideways blur)"
13101310
1 : "Intro Blur (Radial blur with trailing effects)"
13111311
2 : "Groggy Vision (Blurry objects, white screen)"
1312+
100 : "Chromatic Blur (Mapbase)"
1313+
101 : "Chromatic Aberration (Mapbase)"
13121314
]
13131315

13141316
// Inputs
@@ -3060,6 +3062,7 @@
30603062
0 : "No"
30613063
1 : "Yes"
30623064
]
3065+
30633066
spotlightlength(integer) : "Spotlight Length" : 500 : "Length of the spotlight beam."
30643067
spotlightwidth(integer) : "Spotlight Width" : 50 : "Width of the spotlight beam."
30653068
rendercolor(color255) : "Color (R G B)" : "255 255 255"
@@ -8258,6 +8261,8 @@
82588261
32768 : "[32768] Allow stretch" : 0
82598262
65536 : "[65536] Start asleep" : 0
82608263
131072 : "[131072] Fixed constraints (make statue)" : 0
8264+
262144 : "[262144] Allow +USE" : 0
8265+
524288 : "[524288] Prevent pickup (if +USE is enabled)" : 0
82618266
]
82628267
angleOverride(string) : "Override Animation" : "" : "Filled in by the engine via wc_update_entity, do not edit by hand except to clear."
82638268

@@ -8267,6 +8272,10 @@
82678272
input EnableMotion(void) : "Enable physics motion/collision response."
82688273
input DisableMotion(void) : "Disable physics motion/collision response."
82698274
input FadeAndRemove(float) : "Fade out then remove (kill) self. Parameter override = duration of fade"
8275+
input AddToLRU(void) : "Adds the ragdoll to the cleanup list (ragdoll will fade out when it's the least recently used)"
8276+
input RemoveFromLRU(void) : "Removes the ragdoll from the cleanup list, allowing it to exist indefinitely"
8277+
8278+
output OnPlayerUse(void) : "Fires when the ragdoll is used, if +USE is enabled."
82708279

82718280
input SetCycle(float) : "Skip to a specific point in the CURRENT animation. Needs to be set AFTER setting the animation and starting playback." //added by vizzys
82728281
input SetModel(string) : "Changes the model to the specified path. Form of models/ammo/ammo_us.mdl. Absolutely NO quotes. Make sure you use forward slash." //added by vizzys

halflife2.fgd

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@
239239
[
240240
output OnBallReinserted(void) : "Fired when a combine ball is reinserted into the field (only gets triggered when Combine Power supply is checked)"
241241
output OnLastBallGrabbed(void) : "Fired when the last combine ball is grabbed from the field by a mega physcannon"
242+
243+
input Destroy(void) : "Releases all balls from the spawner as if they were punted out by the gravity gun."
242244
]
243245

244246
@PointClass base(CombineBallSpawners, Parentname) = point_combine_ball_launcher :
@@ -4176,7 +4178,7 @@
41764178
[
41774179
spawnflags(Flags) =
41784180
[
4179-
1 : "[1] Use Master's values (Use settings from a resupply with Is Master checked)" : 1
4181+
1 : "[1] Use Master's values (Use settings from a resupply with 'Is Master' checked)" : 1
41804182
2 : "[2] Is Master (resupplys with Use Master's values checked will use settings from this entity)" : 0
41814183
4 : "[4] Always Spawn (Spawn something even if the player doesn't need anything)" : 0
41824184
8 : "[8] Fallback to Health Vial (If Always Spawn checked & the player doesn't need anything, spawns an item_healthvial)" : 0
@@ -4795,13 +4797,13 @@
47954797
soundcontext(choices) : "Additional sound context (optional)" : 0 : "Optional settings specifying such things as who can or cannot hear the sound." =
47964798
[
47974799
0 : "Select one"
4798-
1048576 : "From Sniper (react ai_sound, not Location Proxy. Use with Danger. Allies speak TLK_DANGER concepts, take cover.)"
4800+
1048576 : "From Sniper (React ai_sound, not Location Proxy. Use with Danger. Allys speak TLK_DANGER concepts & take cover)"
47994801
2097152 : "Gunfire (Use with combat sound type, Alerts Alyx)"
48004802
4194304 : "Mortar (Allies avoid pending explosion)"
48014803
8388608 : "Only Combine can hear (But does not always alert)"
48024804
67108864 : "Combine cannot can hear"
4803-
16777216 : "React to source (face sound owner)"
4804-
33554432 : "Explosion (use with combat sound type. Picked up by env_microphone. Alyx may flinch.)"
4805+
16777216 : "React to source (Face sound owner)"
4806+
33554432 : "Explosion (Use with combat sound type. Picked up by env_microphone. Alyx may flinch.)"
48054807
134217728 : "Danger approach (run if see sound owner, turn to face if not)"
48064808
268435456 : "Only allies can hear"
48074809
536870912 : "Player vehicle (Hunters will prepare to dodge)"

0 commit comments

Comments
 (0)