Gift Hunt: Difference between revisions

From Fortress Blast
Jump to navigationJump to search
mNo edit summary
m (21 revisions imported: Importing pages from old wiki)
 
(18 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Gift Hunt is a map-based game mode exclusive to Fortress Blast, inspired by Gem Hunt and Gem Collection from PlatinumQuest. It was introduced in version 2.0 of the plugin, which released on the 21st of November, 2019. It is only available on maps that have been built to work with it, which use the 'gh_' prefix.
Gift Hunt is an optional miniature game mode included in Fortress Blast, inspired by Gem Hunt and Gem Collection from {{pq}}. It was introduced in version 2.0 of the plugin, but was updated in version 3.0 to improve map support. Gift Hunt is only available on maps that have an [[Gift spawns|associated .json file]] in the folder <code>tf/scripts/fortressblast/gift_spawns</code>.


In Gift Hunt, small gifts appear randomly around a map. The mission of each team is to collect a certain number of gifts, which unlocks an objective that will win them the round upon capture. The objective can be anything, though the most common objective is a single Control Point. Above gifts are sprites that can be seen through some walls, allowing gifts to be found quicker. The number of gifts required to unlock the objective can vary between servers and player counts. If all the gifts on the map have been collected, more will appear.
In Gift Hunt, small gifts appear randomly around a map. The mission of each team is to collect a certain number of gifts, which allows capture of all objectives on the map. Above gifts are sprites that can be seen through some walls, allowing gifts to be found quicker. The number of gifts required to unlock the objective can vary between servers and player counts. If all the gifts on the map have been collected, more will appear.
<br><youtube>qcLWb7yRHWM</youtube>
 
Gift Hunt also has an Attack/Defense mode which can be enabled in a map's associated .json file. In this mode, gifts do not spawn until setup time is over and the round timer starts paused. If the BLU team collects the required number of gifts, their objective will unlock as normal, but if the RED team does so, the round timer will start ticking down.
 
In the event where it has been more than 1 minute since one team reached the gift goal, and the other team has not, the amount each collected gift is worth for the other team may increase every minute, depending on the server's preferences, to a maximum of 5 times normal.
 
<youtube>qcLWb7yRHWM</youtube>
 
== Developer information ==
 
You can enable or disable the game mode with the <code>[[sm_fortressblast_gifthunt]]</code> [[ConVars|ConVar]]. Like [[powerups]], gifts in Gift Hunt are also <code>tf_halloween_pickup</code> entities, however they have a plugin-given ID of 0. Using the [[Commands|command]] <code>[[sm_setpowerup]] @me 0</code> will only remove any equipped powerup and does not increment the collected gifts counter.
 
On Capture the Flag maps with Gift Hunt .json files, the extended time spent playing caused by Gift Hunt does not work well with the default number of required intelligence captures. It is recommended to change the value of <code>tf_flag_caps_per_round</code> from 3 to 1 on these maps through the server configuration files.
 
[[Category:Gift Hunt]]

Latest revision as of 21:22, 6 June 2023

Gift Hunt is an optional miniature game mode included in Fortress Blast, inspired by Gem Hunt and Gem Collection from Marble blast gold icon.png PlatinumQuest. It was introduced in version 2.0 of the plugin, but was updated in version 3.0 to improve map support. Gift Hunt is only available on maps that have an associated .json file in the folder tf/scripts/fortressblast/gift_spawns.

In Gift Hunt, small gifts appear randomly around a map. The mission of each team is to collect a certain number of gifts, which allows capture of all objectives on the map. Above gifts are sprites that can be seen through some walls, allowing gifts to be found quicker. The number of gifts required to unlock the objective can vary between servers and player counts. If all the gifts on the map have been collected, more will appear.

Gift Hunt also has an Attack/Defense mode which can be enabled in a map's associated .json file. In this mode, gifts do not spawn until setup time is over and the round timer starts paused. If the BLU team collects the required number of gifts, their objective will unlock as normal, but if the RED team does so, the round timer will start ticking down.

In the event where it has been more than 1 minute since one team reached the gift goal, and the other team has not, the amount each collected gift is worth for the other team may increase every minute, depending on the server's preferences, to a maximum of 5 times normal.

Developer information

You can enable or disable the game mode with the sm_fortressblast_gifthunt ConVar. Like powerups, gifts in Gift Hunt are also tf_halloween_pickup entities, however they have a plugin-given ID of 0. Using the command sm_setpowerup @me 0 will only remove any equipped powerup and does not increment the collected gifts counter.

On Capture the Flag maps with Gift Hunt .json files, the extended time spent playing caused by Gift Hunt does not work well with the default number of required intelligence captures. It is recommended to change the value of tf_flag_caps_per_round from 3 to 1 on these maps through the server configuration files.