Difference between revisions of "Mini-Dispenser"

From Team Fortress Wiki
Jump to: navigation, search
(Removed image from leaked build)
m
Line 17: Line 17:
 
* {{code|tf\materials\models\workshop\buildables\mini_dispenser\mini_dispenser_blue}}
 
* {{code|tf\materials\models\workshop\buildables\mini_dispenser\mini_dispenser_blue}}
 
* {{code|tf\materials\models\workshop\buildables\mini_dispenser\mini_dispenser_phongmask}}
 
* {{code|tf\materials\models\workshop\buildables\mini_dispenser\mini_dispenser_phongmask}}
 +
 +
The Mini-Dispenser would have 100 health<ref name=values>game\server\tf\tf_obj_dispenser.h:L21-25</ref>, heal at 10 health per second<ref name=values/>, give 20% of the max ammo every half second.<ref name=values/>. The Mini-Dispenser could be repaired<ref>game\server\tf\tf_obj_dispenser.h:L183</ref> and would not spawn with the 25 metal that a regular [[Dispenser]] spawns with<ref>game\server\tf\tf_obj_dispenser.cpp:L452</ref>.
 +
<!-- Note: the half second ammo thing is based on tf_obj_dispenser.cpp:L735-742, which seems to use the 0.5 defined in the header file as the "ammo think" variable if it's a mini building. The code is unfinished due to being cut, but an if-statement would likely be included there to determine if it was mini or not. -->
  
 
The Mini-Dispenser was [https://steamcommunity.com/sharedfiles/filedetails/?id=74832833 contributed] to the [[Steam Workshop]].
 
The Mini-Dispenser was [https://steamcommunity.com/sharedfiles/filedetails/?id=74832833 contributed] to the [[Steam Workshop]].
Line 27: Line 30:
 
== See also ==
 
== See also ==
 
* [[Handy Pardner]], the associated PDA for the Mini-Dispenser.
 
* [[Handy Pardner]], the associated PDA for the Mini-Dispenser.
 +
 +
== References ==
 +
<references />
  
 
{{Unused Content Nav}}
 
{{Unused Content Nav}}

Revision as of 00:51, 16 August 2023

The Mini-Dispenser is an experimental Engineer building that was being play-tested by Valve. The existence of this building was first discovered in the form of VTF filename strings found in the texture_preload_list.txt file that had been added to the game as part of the October 28, 2015 Patch;

  • tf\materials\models\workshop\buildables\mini_dispenser\mini_dispenser
  • tf\materials\models\workshop\buildables\mini_dispenser\mini_dispenser_blue
  • tf\materials\models\workshop\buildables\mini_dispenser\mini_dispenser_phongmask

The Mini-Dispenser would have 100 health[1], heal at 10 health per second[1], give 20% of the max ammo every half second.[1]. The Mini-Dispenser could be repaired[2] and would not spawn with the 25 metal that a regular Dispenser spawns with[3].

The Mini-Dispenser was contributed to the Steam Workshop.

Gallery

See also

References

  1. a b c game\server\tf\tf_obj_dispenser.h:L21-25
  2. game\server\tf\tf_obj_dispenser.h:L183
  3. game\server\tf\tf_obj_dispenser.cpp:L452