Creating custom weapons - advanced: Difference between revisions

From TF2 Classified Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 16: Line 16:


=== Tags ===
=== Tags ===
You can add "bots_cant_use" "1" which will make bots unable to equip them. Note that bots can still equip items that have "show_in_armory" "0" so make sure you do this too if you're trying to keep bots from equipping hidden weapons.
{| class="wikitable grid"
TODO: Add more info
! class="header" style="font-size: 16px;background-color: #583a31;color: white;" | Tag
! class="header" style="font-size: 16px;background-color: #583a31;color: white;" | Notes
|-
||
{{code|bots_cant_use}}
||
Prevents bots from equipping the item.
|}


=== Taunts ===
=== Taunts ===

Revision as of 08:25, 6 July 2026

This page contains more in-depth information into the details regarding custom weapon creation. If you're just starting out, it's advised that you read Creating custom weapons - basics first.

Advanced weapon creation

Prefabs

Creating prefabs

TEMPTEXT

Using prefabs

TEMPTEXT

Advanced parameters

Tags

Tag Notes

bots_cant_use

Prevents bots from equipping the item.

Taunts

TEMPTEXT

Bucket

TEMPTEXT

List of visual parameters

TEMPTEXT

Team-specific visuals

TEMPTEXT

Animation replacements

TEMPTEXT

Custom text colours

TEMPTEXT

Custom models and effects

Custom models

TEMPTEXT

Custom sounds

TEMPTEXT

Custom particles

TEMPTEXT

VScript

VScript allows you to create weapons with completely custom functionality.

See also