Difference between revisions of "Stamp Pin"

From Team Fortress Wiki
Jump to: navigation, search
m
m
Line 13: Line 13:
 
The following files were found in the game files:
 
The following files were found in the game files:
  
<tt>tf_beta/models/player/items/all_class/stamp_pin.dx80.vtx</tt><br>
+
* {{code|tf_beta/models/player/items/all_class/stamp_pin.dx80.vtx}}
<tt>tf_beta/models/player/items/all_class/stamp_pin.dx90.vtx</tt><br>
+
* {{code|tf_beta/models/player/items/all_class/stamp_pin.dx90.vtx}}
<tt>tf_beta/models/player/items/all_class/stamp_pin.mdl</tt><br>
+
* {{code|tf_beta/models/player/items/all_class/stamp_pin.mdl}}
<tt>tf_beta/models/player/items/all_class/stamp_pin.sw.vtx</tt><br>
+
* {{code|tf_beta/models/player/items/all_class/stamp_pin.sw.vtx}}
<tt>tf_beta/models/player/items/all_class/stamp_pin.vvd</tt>
+
* {{code|tf_beta/models/player/items/all_class/stamp_pin.vvd}}
  
 
All the remains of it is the model. The model calls for two textures that were not in the game files:
 
All the remains of it is the model. The model calls for two textures that were not in the game files:
  
<tt>tf_beta/materials/models/player/items/all_class/team_button_red.vmt</tt><br>
+
* {{code|tf_beta/materials/models/player/items/all_class/team_button_red.vmt}}
<tt>tf_beta/materials/models/player/items/all_class/team_button_red.vtf</tt><br>
+
* {{code|tf_beta/materials/models/player/items/all_class/team_button_red.vtf}}
<tt>tf_beta/materials/models/player/items/all_class/team_button_blu.vmt</tt><br>
+
* {{code|tf_beta/materials/models/player/items/all_class/team_button_blu.vmt}}
<tt>tf_beta/materials/models/player/items/all_class/team_button_blu.vtf</tt>
+
* {{code|tf_beta/materials/models/player/items/all_class/team_button_blu.vtf}}
  
The center of the pin uses the existing <tt>tf_beta/materials/models/weapons/c_items/c_targe_custom.vtf</tt> texture.
+
The center of the pin uses the existing {{code|tf_beta/materials/models/weapons/c_items/c_targe_custom.vtf}} texture.
  
 
== Gallery ==
 
== Gallery ==

Revision as of 03:40, 17 April 2020

The Stamp Pin is a scrapped potentially decal-able cosmetic whose files were found in the Team Fortress 2 Open Beta.

The following files were found in the game files:

  • tf_beta/models/player/items/all_class/stamp_pin.dx80.vtx
  • tf_beta/models/player/items/all_class/stamp_pin.dx90.vtx
  • tf_beta/models/player/items/all_class/stamp_pin.mdl
  • tf_beta/models/player/items/all_class/stamp_pin.sw.vtx
  • tf_beta/models/player/items/all_class/stamp_pin.vvd

All the remains of it is the model. The model calls for two textures that were not in the game files:

  • tf_beta/materials/models/player/items/all_class/team_button_red.vmt
  • tf_beta/materials/models/player/items/all_class/team_button_red.vtf
  • tf_beta/materials/models/player/items/all_class/team_button_blu.vmt
  • tf_beta/materials/models/player/items/all_class/team_button_blu.vtf

The center of the pin uses the existing tf_beta/materials/models/weapons/c_items/c_targe_custom.vtf texture.

Gallery