Econ: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Karl-police moved page Econ item to Econ)
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Econ''' system is referenced around the {{srcsdk|4}}.
'''Econ''' system is referenced around the {{srcsdk|4}}. Econ is short for Economy.


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


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]].


= 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]].
= See also =
* [[Counter-Strike: Global Offensive Economy Items]]


[[Category:Source]]
[[Category:Source]]
[[Category:Source 2]]
[[Category:Source 2]]

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