Creating custom weapons - advanced: Difference between revisions

From TF2 Classified Wiki
Jump to navigation Jump to search
Created page with "{{stub}} {{todo|Complete every current section and add new ones if applicable.}} = Advanced weapon creation = == Prefabs == === Creating prefabs === TEMPTEXT === Using prefabs === TEMPTEXT == Advanced parameters == === 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. TODO: Add..."
 
mNo edit summary
Line 1: Line 1:
{{stub}}
{{stub}}
{{todo|Complete every current section and add new ones if applicable.}}
{{todo|Complete every current section and add new ones if applicable.}}
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 =
= Advanced weapon creation =

Revision as of 22:02, 5 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

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. TODO: Add more info

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