Difference between revisions of "Bread"
(→Gallery) |
GrampaSwood (talk | contribs) m (Undo edit by Dogman15 (Talk) (3024355) Not sure why this was added. Source code confirms these belong to these classes. Also removed speculative trivia related to that.) (Tag: Undo) |
||
Line 19: | Line 19: | ||
== Trivia == | == Trivia == | ||
* Each type of bread represents each class. [[w:Baguette|Baguette]] represents [[Spy]], burnt bread represents [[Pyro]], cinnamon-swirl bread represents [[Demoman]], [[w:Cornbread|cornbread]] represents [[Engineer]], [[w:Crumpet|crumpet]] represents [[Sniper]], [[w:Plain loaf|plain loaf]] represents [[Scout]], [[w:Pretzel|pretzel]] represents [[Medic]], bread ration represents [[Soldier]], and [[w:Borodinsky bread|borodinsky bread]] represents [[Heavy]]. This is backed up by a string array called {{code|g_pszBreadModels}} found in the source code, containing filenames for all 9 types of bread alongside comments of which class each type of bread is for.<ref>game\shared\tf\tf_shareddefs.cpp#L184-195</ref> | * Each type of bread represents each class. [[w:Baguette|Baguette]] represents [[Spy]], burnt bread represents [[Pyro]], cinnamon-swirl bread represents [[Demoman]], [[w:Cornbread|cornbread]] represents [[Engineer]], [[w:Crumpet|crumpet]] represents [[Sniper]], [[w:Plain loaf|plain loaf]] represents [[Scout]], [[w:Pretzel|pretzel]] represents [[Medic]], bread ration represents [[Soldier]], and [[w:Borodinsky bread|borodinsky bread]] represents [[Heavy]]. This is backed up by a string array called {{code|g_pszBreadModels}} found in the source code, containing filenames for all 9 types of bread alongside comments of which class each type of bread is for.<ref>game\shared\tf\tf_shareddefs.cpp#L184-195</ref> | ||
− | |||
* Bread was hinted at multiple times before its appearance in the game itself: | * Bread was hinted at multiple times before its appearance in the game itself: | ||
** Bread was first [http://www.teamfortress.com/lecturevalley/ mentioned] in the [[Lecture Valley]] page. | ** Bread was first [http://www.teamfortress.com/lecturevalley/ mentioned] in the [[Lecture Valley]] page. | ||
Line 40: | Line 39: | ||
== Gallery == | == Gallery == | ||
<gallery perrow='3'> | <gallery perrow='3'> | ||
− | File:Bread_Loaf.png|Plain loaf (Scout | + | File:Bread_Loaf.png|Plain loaf (Scout). |
File:Bread_Ration.png|Slice of bread ration (Soldier). | File:Bread_Ration.png|Slice of bread ration (Soldier). | ||
File:Bread_Burnt.png|Burnt slice of bread. Only one side is burnt (Pyro). | File:Bread_Burnt.png|Burnt slice of bread. Only one side is burnt (Pyro). | ||
− | File:Bread_Cinnamon.png|Slice of cinnamon-swirl bread (Demoman | + | File:Bread_Cinnamon.png|Slice of cinnamon-swirl bread (Demoman). |
File:Bread_Russian_Black.png|Loaf of Borodinsky bread (Heavy). | File:Bread_Russian_Black.png|Loaf of Borodinsky bread (Heavy). | ||
File:Bread_Cornbread.png|Cornbread (Engineer). | File:Bread_Cornbread.png|Cornbread (Engineer). |
Revision as of 09:50, 24 August 2021
This article is about objects that can spawn when players die or teleport. For other meanings, see Bread (disambiguation).
“ | Full of bugs. Smells like fish and old milk. Was eighteen dollars for some reason. Now it's... I don't know, a dollar? Free?
— Mann Co. advertisement for Eighteen-dollar bread
|
” |
Bread is an object that occasionally appears when players teleport. Several seconds after spawning, the bread prop will disappear. The chance for bread to spawn when teleported is 1/20 with a hardcoded exception for Soldier of 1/3 (in reference to Expiration Date). There are currently nine different bread models which will appear randomly. Bread monster-related weapons were one of the main focuses of the Love & War Update.
Update history
- [Undocumented] Bread now occasionally spawns when using a Teleporter.
June 18, 2014 Patch (Love & War Update)
- Map Fixes.
- Updated pl_upward.
- Fixed physics debris triggering the Payload cart's finale explosion.
- Updated pl_upward.
[Unknown Date]
- Reduced chance to spawn bread on teleporting or death.
Trivia
- Each type of bread represents each class. Baguette represents Spy, burnt bread represents Pyro, cinnamon-swirl bread represents Demoman, cornbread represents Engineer, crumpet represents Sniper, plain loaf represents Scout, pretzel represents Medic, bread ration represents Soldier, and borodinsky bread represents Heavy. This is backed up by a string array called
g_pszBreadModels
found in the source code, containing filenames for all 9 types of bread alongside comments of which class each type of bread is for.[1] - Bread was hinted at multiple times before its appearance in the game itself:
- Bread was first mentioned in the Lecture Valley page.
- Bread was also shown on the Adult Swim Extravaganza blog post. In the top right corner directly above the Scout, a pair of baguettes are visible.
- The icon for the Summer Appetizer Crate contains two baguettes.
- The Two Cities Update page for Rottenburg shows Archimedes flying away with a pretzel.
- One of the RED Team's affiliated companies is RED Bread, which was prominently featured as RED team's cover in the Expiration Date short.
- The plain bread loaf appeared in the short Expiration Date as mutated sentient bread, and later became a monstrously large tentacled beast.
- All bread props can be destroyed with the Short Circuit and are also able to be air-blasted, similar to projectiles.
- Before June 17th, 2014, the rate at which bread spawned during teleportation was initially quite rare. During the Love & War Update, the rate of spawn was seemingly increased to a 100% chance to appear. As of late, it appears to have been changed back to being quite rare.
Unused content
- Texture filename strings were found listed in the
texture_preload_list.txt
file added in the October 28, 2015 Patch, hinting at 3 types of bread that didn't make the cut; bagged bread, robo-bread and shortbread.tf/materials/models/weapons/c_items/c_bread_bagged.vtf
tf/materials/models/weapons/c_items/c_bread_bagged_normal.vtf
tf/materials/models/weapons/c_items/c_bread_robo.vtf
tf/materials/models/weapons/c_items/c_bread_shortbread.vtf
tf/materials/models/weapons/c_items/c_bread_shortbread_normal.vtf
Gallery
See also
References
- ↑ game\shared\tf\tf_shareddefs.cpp#L184-195