Skip to content

Commit 334e189

Browse files
committed
added achievements
1 parent e3b1d6e commit 334e189

18 files changed

+97
-9
lines changed

game/quiver/info_changelog.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@ Quiver Private Alpha 1.1.0:
33
- Disabled player glows on spawn and spectator (except in MvM).
44
- Fixed a bug where some kill feeds erroneously show the Pyro kill taunt kill icon.
55
- Fixed up achievement notifications.
6-
- Added 2 new achievements:
6+
- Added 4 new achievements:
77
- Onslaught: Kill 3 players in a single life with no armor.
88
- Overdrive: Kill 6 players in a single life with no armor.
9+
- The Ol' Show-And-Tell! - Smash an enemy player's head in with your Ullapool Caber. Literally.
10+
- Assassinating the Assassin - Headshot a Sniper with your Hitman's Executioner.
911
- Bot names now load from a bot_name.txt file.
1012
- Fixed animated avatars not playing.
1113
- Updated the logo art.
1214
- The Quick Fix now can heal surrounding teammates with its Ubercharge.
15+
- Fixed a bug where you couldn't get Equalizer achievements with the Vitality Glitch.
16+
- Added a small damage bonus to the Hitman's Executioner to make headshots from behind more consistent.
1317
- Added the following Source SDK Pull Requests:
1418
- #1437: MvM: Fix Explosive Headshot working on invulnerable target
1519

game/quiver/info_highlights.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Custom Weapons:
3434
- The Engineer has an alternative PDA called the Valkyrie 3S, which increases your sentry turn rate in return for your buildings' maximum health.
3535
- Heavy gets another minigun, called the Ludmila, which increases the Heavy's survivability in exchange for damage and minigun spinup time.
3636
- The Soldier gets a melee that's a blast from the past, The Vitality Glitch, which increases the damage and move speed of the user when on low health, in return for damage, move speed, and armor durability.
37-
- The Spy gets a revolver called the Hitman's Executioner that allows you to fire close-range headshots if you're behind the enemy, alongside minicrits. In return, more mini-crit damage is taken when active.
37+
- The Spy gets a revolver called the Hitman's Executioner that allows you to fire close-range headshots if you're behind the enemy. In return, more mini-crit damage is taken when active.
3838

3939
Stock weapon balance changes:
4040
- Random critical hits have been disabled.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
"UnlitGeneric"
2+
{
3+
"$baseTexture" "vgui/achievements/QUIVER_CABERTAUNTKILL"
4+
}
Binary file not shown.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
"UnlitGeneric"
2+
{
3+
"$baseTexture" "vgui/achievements/QUIVER_CABERTAUNTKILL_BW"
4+
}
Binary file not shown.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
"UnlitGeneric"
2+
{
3+
"$baseTexture" "vgui/achievements/QUIVER_KILLINGHITMAN"
4+
}
16.2 KB
Binary file not shown.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
"UnlitGeneric"
2+
{
3+
"$baseTexture" "vgui/achievements/QUIVER_KILLINGHITMAN_BW"
4+
}
Binary file not shown.

0 commit comments

Comments
 (0)