Difference between revisions of "Creep Mode"

From Team Fortress Wiki
Jump to: navigation, search
m (Removed some stuff that was directly copied from the source code)
(Information system)
Line 3: Line 3:
 
Creep Mode is unfinished game mode found in source game files that supposedly was another, along with Raid Mode, predecessor of Mann vs Machine game mode. It is based on DotA2 ideas of "creeps" and "creep waves" - groups of hostile creatures that must be killed by players in order to progress and obtain XP (experience) points. Creep Mode has been developed approximately from early 2010 to early 2011, and just like Raid Mode, it was replaced by, or evoluted into Mann vs Machine game mode approximately in April-May 2011.
 
Creep Mode is unfinished game mode found in source game files that supposedly was another, along with Raid Mode, predecessor of Mann vs Machine game mode. It is based on DotA2 ideas of "creeps" and "creep waves" - groups of hostile creatures that must be killed by players in order to progress and obtain XP (experience) points. Creep Mode has been developed approximately from early 2010 to early 2011, and just like Raid Mode, it was replaced by, or evoluted into Mann vs Machine game mode approximately in April-May 2011.
  
A little of information can be found about this game mode. Control points are mentioned several times in source code, so this game mode was mostly likely based on Control Point (CP) game mode. The points could be captured, defended or influenced only by creeps. "Creep waves" are the core of this game mode, there were 3 waves which performed with 30-second intervals, and initial 30-second delay interval is also mentioned. The bots were intended to use Heavy Robot models, and couldn't deal crit damage. The levelling system also presents, killing 6 creeps would level up the player.
+
A little of information can be found about this game mode. Control points are mentioned several times in source code, so this game mode was mostly likely based on Control Point (CP) game mode. The points could be captured, defended or influenced only by creeps. "Creep waves" are the core of this game mode, there were 3 waves which performed with 30-second intervals, and initial 30-second delay interval is also mentioned. The bots were intended to use Heavy Robot models, and couldn't deal crit damage, similar to MvM bots. The levelling system also presents, killing 6 creeps would level up the player. There's simple infomation system that could print on a screen who killed creep, and some kind of expansion of this system under quotation marks (thus making this non-unexecutable) that could print on a screen the current level of player, how many experience points need to reach the next level, and the team of the player that killed a creep. 
  
<!-- this is a thing or two about this mode in source game file, but clarification is still nedeed
+
<!-- source links
  
 
1. game\server\tf\bot\tf_bot_manager.cpp:L167-279
 
1. game\server\tf\bot\tf_bot_manager.cpp:L167-279
  
2. game\shared\tf\tf_gamerules.cpp
+
2. game\shared\tf\tf_gamerules.cpp:L16314, L16342, L17501
  
 
3. game\shared\tf\tf_gamerules.cpp:L842
 
3. game\shared\tf\tf_gamerules.cpp:L842

Revision as of 20:12, 28 December 2021

Creep Mode is unfinished game mode found in source game files that supposedly was another, along with Raid Mode, predecessor of Mann vs Machine game mode. It is based on DotA2 ideas of "creeps" and "creep waves" - groups of hostile creatures that must be killed by players in order to progress and obtain XP (experience) points. Creep Mode has been developed approximately from early 2010 to early 2011, and just like Raid Mode, it was replaced by, or evoluted into Mann vs Machine game mode approximately in April-May 2011.

A little of information can be found about this game mode. Control points are mentioned several times in source code, so this game mode was mostly likely based on Control Point (CP) game mode. The points could be captured, defended or influenced only by creeps. "Creep waves" are the core of this game mode, there were 3 waves which performed with 30-second intervals, and initial 30-second delay interval is also mentioned. The bots were intended to use Heavy Robot models, and couldn't deal crit damage, similar to MvM bots. The levelling system also presents, killing 6 creeps would level up the player. There's simple infomation system that could print on a screen who killed creep, and some kind of expansion of this system under quotation marks (thus making this non-unexecutable) that could print on a screen the current level of player, how many experience points need to reach the next level, and the team of the player that killed a creep.