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


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


= See also =
* [[Counter-Strike: Global Offensive Economy Items]]


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

Revision as of 10:45, 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.


See also