Creating custom weapons - basics: Difference between revisions
From TF2 Classified Wiki
More actions
mNo edit summary |
mNo edit summary |
||
| Line 8: | Line 8: | ||
= Creating a custom item schema = | = Creating a custom item schema = | ||
Before going over how to create custom weapons, we first need a functional custom item schema to put them into. The item schema is basically a big list that you | Before going over how to create custom weapons, we first need a functional custom item schema to put them into. The item schema is basically a big list that you add all of your items into, and is responsible for defining everything about them. It uses [https://developer.valvesoftware.com/wiki/VDF VDF], which is the standard format for storing game-related metadata in Source. If you don't know '''VDF''', don't worry - it won't take long to understand the syntax. | ||
== custom_items_game.txt == | == custom_items_game.txt == | ||