Skip to content

Commit 05f1e1b

Browse files
committed
tons of changes ig
1 parent e36dc07 commit 05f1e1b

17 files changed

+3873
-42
lines changed

game/quiver/cfg/valve.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ stuffcmds
1515

1616
// display the startup level
1717
startupmenu
18-
map_background background01
18+
//map_background background01
1919

2020
sv_unlockedchapters 99

game/quiver/info_changelog.txt

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Whitelists:
3232
- The Reserve Shooter
3333
- The Pain Train
3434
- The Ambassador
35+
- The Neon Annihilator
36+
- The Gas Passer
3537

3638
Blacklists:
3739
- The Spy-Cicle
@@ -46,6 +48,7 @@ Added the following Source SDK Pull Requests:
4648
- #1476: Add convars for server owners to hide the freezepanel showing held item
4749
- #1480: Fixed Widowmaker not giving metal on friendly disguises
4850
- #1481: Workaround for CTFStatPanel not hiding on freezecam screenshot
51+
- #1484: Fix class select animation playback
4952

5053
Details:
5154
- Fixed a bug where the mini-crit damage effect doesn't show up when your shield breaks.
@@ -103,6 +106,16 @@ Details:
103106
- Increased the Eviction Notice's passive speed boost on active from 15% to 20%.
104107
- Made the Eviction Notice do 33% less damage against armor.
105108
- Added killstreaks to the custom weapons.
109+
- Fixed a bug where offline practice variables reset upon closing a background map.
110+
- Removed the Neon Annihilator's damage against sappers.
111+
- Upon covering enemies with gas, enemies now have a 50% fire damage vulnerability.
112+
- Decreased the Gas Passer's charge rate from 60 seconds to 45 seconds.
113+
- Decreased the Gas Passer's damage requirement from 750 to 350.
114+
- Fixed a bug where the Gas Passer's gas can cover people in gas through spawnrooms.
115+
- The throwing through walls bug has been fixed as well! It's been fixed a while back.
116+
- Gave the Gas Passer the MvM explosion upgrade by default, but nerfed it.
117+
- In MvM, the Gas Passer's explosion damage was decreased from 350 to 150.
118+
- In PvP, the Gas Passer's explosion damage was decreased from 350 to 50.
106119

107120
Quiver Private Alpha 1.1.0:
108121
Whitelists:
@@ -272,6 +285,9 @@ Whitelists:
272285
- The Tomislav
273286
- The L'Etranger
274287

288+
Blacklists:
289+
- The Ambassador
290+
275291
Added the following Source SDK Pull Requests:
276292
- #1402: Fix mouse mode not working in MvM scoreboard
277293
- #1404: Add metal change number batching
@@ -293,7 +309,6 @@ Details:
293309
- Re-added the speed and damage penalty to the Vitality Glitch.
294310
- Replaced the reduced healing from medics attribute with a mark for death attribute on the Vitality Glitch.
295311
- Added a mark for death penalty for 3.5 seconds when your armor breaks.
296-
- Removed the Ambassador from the whitelist.
297312
- Slightly increased the volume of the armor break sound.
298313
- Enhanced the armor break event.
299314
- Added a 25% charge rate boost on the Railgun.

game/quiver/info_highlights.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,15 @@ Unlockable weapon balance changes:
117117
- Removed the Eviction Notice's speed boost on hit.
118118
- Increased the Eviction Notice's passive speed boost on active from 15% to 20%.
119119
- Made the Eviction Notice do 33% less damage against armor.
120+
- Removed the Neon Annihilator's damage against sappers.
121+
- Upon covering enemies with gas, enemies now have a 50% fire damage vulnerability.
122+
- Decreased the Gas Passer's charge rate from 60 seconds to 45 seconds.
123+
- Decreased the Gas Passer's damage requirement from 750 to 350.
124+
- Fixed a bug where the Gas Passer's gas can cover people in gas through spawnrooms.
125+
- The throwing through walls bug has been fixed as well! It's been fixed a while back.
126+
- Gave the Gas Passer the MvM explosion upgrade by default, but nerfed it.
127+
- In MvM, the Gas Passer's explosion damage was decreased from 350 to 150.
128+
- In PvP, the Gas Passer's explosion damage was decreased from 350 to 50.
120129

121130
MvM Changes:
122131
- Added armor-related upgrades to MvM (max armor, pierces damage resistances, and armor resistance).

game/quiver/info_whitelist.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,7 @@
7979
- The Reserve Shooter
8080
- The Pain Train
8181
- The Ambassador (w/ balance changes)
82+
- The Neon Annihilator (w/ balance changes)
83+
- The Gas Passer (w/ balance changes)
8284

8385
* - Weapon was whitelisted as long as it got a rebalance.
644 Bytes
Binary file not shown.

game/quiver/scripts/items/items_game.txt

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16147,6 +16147,7 @@
1614716147
"attach_to_hands" "1"
1614816148
"item_quality" "unique"
1614916149
"propername" "1"
16150+
"stock_whitelist" "1"
1615016151
"xifier_class_remap" "neon_annihilator"
1615116152
"used_by_classes"
1615216153
{
@@ -16173,11 +16174,6 @@
1617316174
"attribute_class" "crit_vs_wet_players"
1617416175
"value" "1"
1617516176
}
16176-
"damage applies to sappers"
16177-
{
16178-
"attribute_class" "set_dmg_apply_to_sapper"
16179-
"value" "1"
16180-
}
1618116177
"crit mod disabled"
1618216178
{
1618316179
"attribute_class" "mult_crit_chance"
@@ -62035,16 +62031,19 @@
6203562031
{
6203662032
"nameable" "1"
6203762033
}
62034+
"item_logname" "gas"
62035+
"item_iconname" "gas"
6203862036
"show_in_armory" "1"
62039-
"item_type_name" "#TF_Weapon_Jar_Gas"
62037+
"item_type_name" "#Quiver_Weapon_Jar_Gas"
6204062038
"item_name" "#TF_GasPasser"
62041-
"item_description" "#TF_GasPasser_Desc"
62039+
"item_description" "#Quiver_GasPasser_Desc"
6204262040
"item_slot" "secondary"
6204362041
"item_quality" "unique"
6204462042
"min_ilevel" "1"
6204562043
"max_ilevel" "100"
6204662044
"attach_to_hands" "1"
6204762045
"propername" "1"
62046+
"stock_whitelist" "1"
6204862047
"anim_slot" "MELEE_ALLCLASS"
6204962048
"image_inventory" "backpack/weapons/c_models/c_gascan/c_gascan"
6205062049
"image_inventory_size_w" "128"
@@ -62058,13 +62057,14 @@
6205862057
{
6205962058
"min_viewmodel_offset" "10 3 -7"
6206062059
"item_meter_charge_type" "3"
62061-
"item_meter_charge_rate" "60"
62062-
"item_meter_damage_for_full_charge" "750"
62060+
"item_meter_charge_rate" "45"
62061+
"item_meter_damage_for_full_charge" "350"
6206362062
"item_meter_resupply_denied" "1"
6206462063
"grenades1_resupply_denied" "1"
6206562064
"item_meter_starts_empty_DISPLAY_ONLY" "1"
6206662065
"item_meter_charge_type_3_DISPLAY_ONLY" "1"
62067-
"meter_label" "#TF_Gas"
62066+
"meter_label" "#Quiver_Gas"
62067+
"explode_on_ignite" "1"
6206862068
}
6206962069
"visuals"
6207062070
{
@@ -228374,6 +228374,7 @@
228374228374
"description_string" "#Attrib_ExplodeOnIgnite"
228375228375
"description_format" "value_is_additive"
228376228376
"hidden" "0"
228377+
"effect_type" "positive"
228377228378
"stored_as_integer" "0"
228378228379
}
228379228380
"876"

game/quiver/scripts/items/mvm_upgrades.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -466,14 +466,6 @@
466466
"cost" "250"
467467
}
468468
"57"
469-
{
470-
"attribute" "explode_on_ignite"
471-
"icon" "achievements/tf_demoman_achieve_progress3"
472-
"increment" "1" //
473-
"cap" "1" //
474-
"cost" "400"
475-
}
476-
"58"
477469
{
478470
"attribute" "dmg pierces resists absorbs"
479471
"icon" "mvm/upgradeicons/upgrade_resistance_bullet"

0 commit comments

Comments
 (0)