How can I disable economics in TF2 source code?
I recently found out that it is possible to disable economics in the new tf2 source code, but how?
remove these 2 lines
https://github.com/ValveSoftware/source-sdk-2013/blob/a62efecf624923d3bacc67b8ee4b7f8a9855abfd/src/game/server/server_tf.vpc#L12
https://github.com/ValveSoftware/source-sdk-2013/blob/a62efecf624923d3bacc67b8ee4b7f8a9855abfd/src/game/client/client_tf.vpc#L17
thx
Removing those 2 lines just give me these build errors, how do I fix them?
Regenerate project files via launching createallprojects.bat I guess?
Regenerate project files via launching
createallprojects.batI guess?
i tried, doesn't work
Heyo. I am quite late to this, not sure if this will help, I think I've gotten what you needed: Removing USES_ECON_ITEMS in client_tf.vpc. It's at line 26.
This seemed to compile for me.
Edit (again): I am not sure if this WILL disable economics or econ items at all. I haven't tested this yet. I may edit this again after and if I do. Edit final: Doing this didn't seem to do anything. I'll try to figure how to disable economics.
Replying to https://github.com/ValveSoftware/source-sdk-2013/issues/923#issuecomment-2846812130
Ok