Difference between revisions of "Catapult"

From Team Fortress Wiki
Jump to: navigation, search
(Added TCRF info)
(Unnecessary, common to copy code for something similar)
Line 13: Line 13:
 
The '''Catapult''' is a scrapped [[Engineer]] building seen in footage of a leaked [[Team Fortress 2]] "staging" (indev) build alongside other features that were being worked on for the [[scrapped]] Spy vs Engineer WAR! update. It was teased in Lecture Valley<ref>http://www.teamfortress.com/lecturevalley/02.php</ref>.
 
The '''Catapult''' is a scrapped [[Engineer]] building seen in footage of a leaked [[Team Fortress 2]] "staging" (indev) build alongside other features that were being worked on for the [[scrapped]] Spy vs Engineer WAR! update. It was teased in Lecture Valley<ref>http://www.teamfortress.com/lecturevalley/02.php</ref>.
  
This building was intended to throw player into the air.<ref>game/shared/tf/trigger_catapult_shared.cpp</ref> The interesing moment is that, according to in-code comment, this code was copied from Portal 2 and then modified. In fact, Team Fortress 2.fgb file has the entire copy-pasted Portal 2 Catapult code chunk, which additionally proves this comment.
+
This building was intended to throw player into the air.<ref>game/shared/tf/trigger_catapult_shared.cpp</ref>  
  
 
Building speed for this teleporter type is increasesd 4 times (approximately 5.2 seconds) when constructed and 7 times (3 seconds) when redeployed.<ref>game/server/tf/tf_player.cpp, line 7971</ref>
 
Building speed for this teleporter type is increasesd 4 times (approximately 5.2 seconds) when constructed and 7 times (3 seconds) when redeployed.<ref>game/server/tf/tf_player.cpp, line 7971</ref>

Revision as of 18:49, 7 March 2024

The Catapult is a scrapped Engineer building seen in footage of a leaked Team Fortress 2 "staging" (indev) build alongside other features that were being worked on for the scrapped Spy vs Engineer WAR! update. It was teased in Lecture Valley[1].

This building was intended to throw player into the air.[2]

Building speed for this teleporter type is increasesd 4 times (approximately 5.2 seconds) when constructed and 7 times (3 seconds) when redeployed.[3]

Gallery

References

  1. http://www.teamfortress.com/lecturevalley/02.php
  2. game/shared/tf/trigger_catapult_shared.cpp
  3. game/server/tf/tf_player.cpp, line 7971