Econ: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
 
Line 6: Line 6:
= Counter-Strike 2 =
= Counter-Strike 2 =
In {{cs2|4}} there's specifically a filetype named {{code|.econitem}} for configuration, utilized from the [[Counter-Strike_2_Workshop_Tools/Weapon_Finishes|Workshop Item Editor]]. It is also the main component file for the upload of [[Counter-Strike_2_Workshop_Tools/Weapon_Finishes|Weapon Finishes]] on the [[Workshop]].
In {{cs2|4}} there's specifically a filetype named {{code|.econitem}} for configuration, utilized from the [[Counter-Strike_2_Workshop_Tools/Weapon_Finishes|Workshop Item Editor]]. It is also the main component file for the upload of [[Counter-Strike_2_Workshop_Tools/Weapon_Finishes|Weapon Finishes]] on the [[Workshop]].


= See also =
= See also =

Latest revision as of 10:49, 18 October 2023

Econ system is referenced around the Source SDK Source SDK. Econ is short for Economy.

The Econ system is used to create items, such as wearables for the player.


Counter-Strike 2

In Counter-Strike 2 Counter-Strike 2 there's specifically a filetype named .econitem for configuration, utilized from the Workshop Item Editor. It is also the main component file for the upload of Weapon Finishes on the Workshop.


See also