Skip to content

Commit

Permalink
ALL: Add revamped Pack-A-Punch assets
Browse files Browse the repository at this point in the history
  • Loading branch information
MotoLegacy committed Nov 23, 2023
1 parent ad42f2a commit 2fd7e24
Show file tree
Hide file tree
Showing 15 changed files with 36 additions and 4 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added common/sounds/machines/packapunch/gear_shift.wav
Binary file not shown.
Binary file added common/sounds/machines/packapunch/tick.wav
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added pc/nzp/sounds/machines/packapunch/upgrade.wav
Binary file not shown.
Binary file not shown.
20 changes: 18 additions & 2 deletions source/maps/fgd/hl-nzp.fgd
Original file line number Diff line number Diff line change
Expand Up @@ -674,10 +674,26 @@
]
]

@PointClass size(-32 -32 -32, 32 32 56) base(Item, Appearflags) color(125 196 187) studio("models/machines/hl_scale/pap.mdl") =
@PointClass size(-32 -32 -32, 32 32 56) base(Item, Appearflags) color(125 196 187) studio("models/machines/hl_scale/packapunch/p_machine.mdl") =
perk_pap : "Pack-A-Punch"
[

model(studio) : "Model" : "models/machines/hl_scale/packapunch/p_machine.mdl"
skin(integer) : "Skin" : 0
oldorigin(vector) : "Floating Weapon Offset" : "0 0 2"
oldz(integer) : "Floating Weapon forward velocity" : 30
weapon2model(string) : "Roller Model" : "models/machines/hl_scale/packapunch/p_roller.mdl"
box1(vector) : "Roller Offset" : "7.5 0.1 6.0"
door_model_name(string) : "Flag Model" : "models/machines/hl_scale/packapunch/p_flag.mdl"
box3(vector) : "Flag Offset" : "-18 -31.7 18"
box2(vector) : "Spark Offset" : "17 0 6"
cost(integer) : "Cost" : 5000
oldmodel(string) : "Upgrade Sound" : "sounds/machines/packapunch/upgrade.wav"
spawnflags(Flags) =
[
1: "Use Rollers": 1
2: "Use Flag" : 1
4: "No Spark" : 0
]
]

@PointClass size(-24 -24 -32, 24 24 56) base(Item, Appearflags) color(0 117 58) studio("models/machines/hl_scale/speed_cola.mdl") =
Expand Down
20 changes: 18 additions & 2 deletions source/maps/fgd/tb-nzp.fgd
Original file line number Diff line number Diff line change
Expand Up @@ -674,10 +674,26 @@
]
]

@PointClass size(-32 -32 -32, 32 32 56) base(Item, Appearflags) color(125 196 187) model("models/machines/hl_scale/pap.mdl") =
@PointClass size(-32 -32 -32, 32 32 56) base(Item, Appearflags) color(125 196 187) model({{ model != Null -> model, {"path":"models/machines/hl_scale/packapunch/p_machine.mdl"} }}) =
perk_pap : "Pack-A-Punch"
[

model(model) : "Model" : "models/machines/hl_scale/packapunch/p_machine.mdl"
skin(integer) : "Skin" : 0
oldorigin(vector) : "Floating Weapon Offset" : "0 0 2"
oldz(integer) : "Floating Weapon forward velocity" : 30
weapon2model(string) : "Roller Model" : "models/machines/hl_scale/packapunch/p_roller.mdl"
box1(vector) : "Roller Offset" : "7.5 0.1 6.0"
door_model_name(string) : "Flag Model" : "models/machines/hl_scale/packapunch/p_flag.mdl"
box3(vector) : "Flag Offset" : "-18 -31.7 18"
box2(vector) : "Spark Offset" : "17 0 6"
cost(integer) : "Cost" : 5000
oldmodel(string) : "Upgrade Sound" : "sounds/machines/packapunch/upgrade.wav"
spawnflags(Flags) =
[
1: "Use Rollers": 1
2: "Use Flag" : 1
4: "No Spark" : 0
]
]

@PointClass size(-24 -24 -32, 24 24 56) base(Item, Appearflags) color(0 117 58) model("models/machines/hl_scale/speed_cola.mdl") =
Expand Down
Binary file not shown.

0 comments on commit 2fd7e24

Please sign in to comment.