Skip to content

Commit

Permalink
Bump to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
osyu committed Apr 21, 2023
1 parent cf70f18 commit d6abd02
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.3.0 (2023-04-21)

- Add zone shrinking to improve game balance
- Zones will now shrink constantly instead of staying at their max radius until round end
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Custom TF2 gamemode based on PASS Time, where the team who moves the JACK furthe

## Overview

*The following info is outdated.*

- Each team has a team-colored sphere called the "zone", whose radius represents the furthest distance from the center of the map that any team member has stood while carrying the JACK. There is no way to decrease the zone's size. The team with the smallest zone at the end of the round wins.
- The goal is to force the enemy team to inadvertently expand their zone. This is done mainly by throwing the JACK at enemies while they are standing outside of the zone, or using knockback (e.g. airblast) to push out an enemy who is currently holding the JACK.
- Standard PASS Time goals can still be scored, but they only serve to expedite the end of the round; the winner is still the team with the smallest zone. Normal overtime rules also still apply (overtime only occurs if both teams have equal goals).
Expand Down
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/misere.sp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#pragma semicolon 1
#pragma newdecls required

#define PLUGIN_VERSION "0.2.0"
#define PLUGIN_VERSION "0.3.0"

#define ROUND_TIME 600
#define SETUP_TIME 10
Expand Down

0 comments on commit d6abd02

Please sign in to comment.