Difference between revisions of "Stamp Pin"

From Team Fortress Wiki
Jump to: navigation, search
(Created page with "{{beta|beta}} {{Item infobox | type = cosmetic | name = Stamp Pin | image = Stamp Pin.png | unused = yes | equip-region = medal | used-b...")
 
(Spelling correction)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{beta|beta}}
 
{{beta|beta}}
 
{{Item infobox
 
{{Item infobox
| type           = cosmetic
+
| name        = Stamp Pin
| name          = Stamp Pin
+
| type         = cosmetic
| image         = Stamp Pin.png
+
| unused      = yes
| unused        = yes
+
| image       = Stamp Pin.png
| equip-region   = medal
+
| used-by      = {{used by|All classes}}
| used-by        = [[Classes|All classes]]
+
| equip-region = medal
 +
| numbered    = no
 
}}
 
}}
  
The '''Stamp Pin''' is a scrapped potentially [[Decal Tool|decal-able]] cosmetic whose files were found in the [[Team Fortress 2 Beta|Team Fortress 2 Open Beta]].
+
The '''Stamp Pin''' is a [[Unused content|scrapped]] [[Cosmetic items|cosmetic item]] for [[Classes|all classes]]. Its files were found in the [[Team Fortress 2 Beta|''Team Fortress 2 Open Beta'']], and it potentially had the option to be customized via the [[Decal Tool]].
  
 
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 that 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 ==
 
<gallery>
 
<gallery>
File:Stamp Pin Back.png|View of the back of the Stamp Pin.
+
File:Stamp Pin Wireframe Front.png|Wireframe view of the front of the Stamp Pin.
 +
File:Stamp Pin Wireframe Back.png|Wireframe view of the back of the Stamp Pin.
 
</gallery>
 
</gallery>
 +
 
{{Unused Content Nav}}
 
{{Unused Content Nav}}

Latest revision as of 05:07, 14 May 2024

The Stamp Pin is a scrapped cosmetic item for all classes. Its files were found in the Team Fortress 2 Open Beta, and it potentially had the option to be customized via the Decal Tool.

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 that 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