Difference between revisions of "Itemtest"

From Team Fortress Wiki
Jump to: navigation, search
m (External links: https link)
m
Line 10: Line 10:
 
{{Quotation|'''The Heavy'''|Yes. I like this new weapon.|sound=Heavy_specialweapon09.wav}}
 
{{Quotation|'''The Heavy'''|Yes. I like this new weapon.|sound=Heavy_specialweapon09.wav}}
  
'''Itemtest''' is a testing map released with the [[Australian Christmas]] update. It is a modified version of the [[BLU]] team's [[Respawn|spawn room]] from the [[Control Point (Game Mode)|Control Point]] map [[Gorge]].
+
'''Itemtest''' is a testing map released with the [[Australian Christmas]] update. It is a modified version of the [[BLU]] team's [[Respawn|spawn room]] from the [[Control Point (game mode)|Control Point]] map [[Gorge]].
  
The map allows modellers to easily test their creations in a controlled environment, with the option to save and load multiple configuration setups quickly. For normal players, it provides a means to preview combinations of cosmetic items, [[paint]]s, and [[particle effects]].
+
The map allows modellers to easily test their creations in a controlled environment, with the option to save and load multiple configuration setups quickly. For normal players, it provides a means to preview combinations of [[cosmetic items]], [[Paint Can|paints]], and [[particle effects]].
  
 
The map consists of a Resupply locker in the top center section of the map. To the top left hand side there is a small walkway that bends halfway through. After dying, the player respawns in a few certain locations on the map.
 
The map consists of a Resupply locker in the top center section of the map. To the top left hand side there is a small walkway that bends halfway through. After dying, the player respawns in a few certain locations on the map.
  
It is important to note that certain unlockable weapons, when spawned onto a player, will not work as intended. For example, weapons that change the [[ragdoll]] of a dead player also will not work (such as the [[Saxxy]]). This is because Itemtest will load the item's model, but not the unique stats, so the stats are shared with the default weapon the unlockable weapon is based upon.
+
It is important to note that certain unlockable weapons, when spawned onto a player, do not work as intended. For example, weapons that change the [[ragdoll]] of a dead player (such as the [[Saxxy]]) also do not work. This is because Itemtest loads the item's model, but not the unique stats, so the stats are shared with the default weapon the unlockable weapon is based upon.
  
 
== Functionality ==
 
== Functionality ==
To access the itemtest map, type {{code|map itemtest}} into the console. Once loaded, using the console command "{{code|itemtest}}" or pressing {{key|f7}} will display the item testing menu, containing controls for the addition of custom models. Up to four items can be equipped on each class.  
+
Itemtest can be accessed by typing {{code|map itemtest}} into the console. Once loaded, using the console command "{{code|itemtest}}" or pressing {{key|F7}} displays the item testing menu, containing controls for the addition of custom models. Up to four items can be equipped on each class.  
  
 
The testing menu also includes functions to spawn and manipulate multiple [[bots]] with varying behaviours (such as running, crouching, etc). A second command "{{code|itemtest_botcontrols}}" pulls up a smaller HUD menu with options to alter bot behaviour quickly without the need to bring up the full test menu, making it ideal to [[scripting|bind]] to a specified key.
 
The testing menu also includes functions to spawn and manipulate multiple [[bots]] with varying behaviours (such as running, crouching, etc). A second command "{{code|itemtest_botcontrols}}" pulls up a smaller HUD menu with options to alter bot behaviour quickly without the need to bring up the full test menu, making it ideal to [[scripting|bind]] to a specified key.
Line 44: Line 44:
 
== Bugs ==
 
== Bugs ==
 
* It is possible to equip items on classes they are not intended for by spawning a bot of the class that can equip the item, equipping the item on them, and then using the Itemtest menu to change the bot's class.
 
* It is possible to equip items on classes they are not intended for by spawning a bot of the class that can equip the item, equipping the item on them, and then using the Itemtest menu to change the bot's class.
* Some items don't show up in the item selection menus, which means they cannot be equipped. These include the:
+
* Some items do not show up in the item selection menus, which means they cannot be equipped. These include the:
 
** [[Winger]]
 
** [[Winger]]
 
** [[Atomizer]]
 
** [[Atomizer]]
Line 50: Line 50:
 
** [[Machina]]
 
** [[Machina]]
 
** [[Shooting Star]]
 
** [[Shooting Star]]
* Itemtest will occasionally cause the game to crash when being used.
+
* Itemtest occasionally causes the game to crash when being used.
 
* If the player has {{code|tf_min_viewmodel}} set to 1, using a weapon from Itemtest may set the value to 0 instead.
 
* If the player has {{code|tf_min_viewmodel}} set to 1, using a weapon from Itemtest may set the value to 0 instead.
* If the player selects the [[Dragon's Fury]], they will be only allowed to fire it once and cannot fire it again.
+
* If the player selects the [[Dragon's Fury]], they are only allowed to fire it once and cannot fire it again.
  
 
== Gallery ==
 
== Gallery ==
Line 67: Line 67:
  
 
{{Australian Christmas Nav}}
 
{{Australian Christmas Nav}}
{{Maps}}
+
{{Maps Nav}}

Revision as of 16:33, 22 April 2023

Itemtest
Item test.jpg
Basic Information
Developer(s): {{{map-developer}}}
Map Info
Environment: Industrial
Setting: Indoor
Map Items
None
Map Overview
Itemtest overview.png
Yes. I like this new weapon.
The Heavy

Itemtest is a testing map released with the Australian Christmas update. It is a modified version of the BLU team's spawn room from the Control Point map Gorge.

The map allows modellers to easily test their creations in a controlled environment, with the option to save and load multiple configuration setups quickly. For normal players, it provides a means to preview combinations of cosmetic items, paints, and particle effects.

The map consists of a Resupply locker in the top center section of the map. To the top left hand side there is a small walkway that bends halfway through. After dying, the player respawns in a few certain locations on the map.

It is important to note that certain unlockable weapons, when spawned onto a player, do not work as intended. For example, weapons that change the ragdoll of a dead player (such as the Saxxy) also do not work. This is because Itemtest loads the item's model, but not the unique stats, so the stats are shared with the default weapon the unlockable weapon is based upon.

Functionality

Itemtest can be accessed by typing map itemtest into the console. Once loaded, using the console command "itemtest" or pressing F7 displays the item testing menu, containing controls for the addition of custom models. Up to four items can be equipped on each class.

The testing menu also includes functions to spawn and manipulate multiple bots with varying behaviours (such as running, crouching, etc). A second command "itemtest_botcontrols" pulls up a smaller HUD menu with options to alter bot behaviour quickly without the need to bring up the full test menu, making it ideal to bind to a specified key.

The menu also allows custom configurations to be saved and loaded quickly. Configurations are stored in files with the ".itf" extension, and by default are saved to the player's cfg directory in /team fortress 2/tf/cfg/.

Update history

December 17, 2010 Patch (Australian Christmas)

  • Added Itemtest to the game.

April 14, 2011 Patch (Hatless Update)

  • The map's filename was changed from item_test to itemtest.

April 18, 2011 Patch

  • Fixed the "itemtest" command.

June 8, 2011 Patch

  • Fixed the server automatically creating votes while in training or using itemtest.

July 10, 2013 Patch

  • [Undocumented] Added Resupply Cabinet and respawn area.
  • [Undocumented] Fixed BLU spawns all being in the same place.

Bugs

  • It is possible to equip items on classes they are not intended for by spawning a bot of the class that can equip the item, equipping the item on them, and then using the Itemtest menu to change the bot's class.
  • Some items do not show up in the item selection menus, which means they cannot be equipped. These include the:
  • Itemtest occasionally causes the game to crash when being used.
  • If the player has tf_min_viewmodel set to 1, using a weapon from Itemtest may set the value to 0 instead.
  • If the player selects the Dragon's Fury, they are only allowed to fire it once and cannot fire it again.

Gallery

See also

External links