Difference between revisions of "Mortar Launcher"

From Team Fortress Wiki
Jump to: navigation, search
(added references and update history)
(Some mc)
Line 1: Line 1:
{{beta}}
+
{{beta|cut}}
 
{{Item infobox
 
{{Item infobox
 
| type          = weapon
 
| type          = weapon
Line 10: Line 10:
 
}}
 
}}
  
The '''Mortar Launcher''' is an unused [[Weapons#Soldier|primary weapon]] for the [[Soldier]] found in the April 2020 source code leak. Upon right clicking once, all active rockets would immediately redirect to the point the player was looking at.<ref>game\shared\tf\tf_weapon_rocketlauncher.cpp:L612-697</ref> A console command called <code>tf_mortar_allow_fulltracking</code> which could be set to 0 or 1 was found along with it in the leak. When set to 1, the player would be able to infinitely redirect all rockets fired at any time.<ref>game\shared\tf\tf_weapon_rocketlauncher.cpp:L158</ref> A reference to the texture for the "Mortar Launcher" can be found in {{code|texture_preload_list.txt}}, a file added to the game in the {{Patch name|10|28|2015}};
+
The '''Mortar Launcher''' is an unused [[Weapons#Soldier|primary weapon]] for the [[Soldier]]. Upon right clicking, all active rockets would immediately redirect to the point the player was looking at.<ref>game\shared\tf\tf_weapon_rocketlauncher.cpp:L612-697</ref> A console command called <code>tf_mortar_allow_fulltracking</code> would also be introduced. When set to 1, the player would be able to infinitely redirect all rockets fired at any time.<ref>game\shared\tf\tf_weapon_rocketlauncher.cpp:L158</ref> A reference to the texture for the "Mortar Launcher" can be found in {{code|texture_preload_list.txt}}, a file added to the game in the {{Patch name|10|28|2015}}: {{code|models/workshop/weapons/c_models/c_mortar_launcher/c_mortar_launcher}}.
 
 
models/workshop/weapons/c_models/c_mortar_launcher/c_mortar_launcher
 
 
 
 
 
  
 
== Update history ==
 
== Update history ==

Revision as of 22:30, 28 May 2024

The Mortar Launcher is an unused primary weapon for the Soldier. Upon right clicking, all active rockets would immediately redirect to the point the player was looking at.[1] A console command called tf_mortar_allow_fulltracking would also be introduced. When set to 1, the player would be able to infinitely redirect all rockets fired at any time.[2] A reference to the texture for the "Mortar Launcher" can be found in texture_preload_list.txt, a file added to the game in the October 28, 2015 Patch: models/workshop/weapons/c_models/c_mortar_launcher/c_mortar_launcher.

Update history

October 28, 2015 Patch

  • [Undocumented] VTF filename strings related to the Mortar Launcher were added with the inclusion of texture_preload_list.txt.

References

  1. game\shared\tf\tf_weapon_rocketlauncher.cpp:L612-697
  2. game\shared\tf\tf_weapon_rocketlauncher.cpp:L158