Adds the -tickrate launch option without sourcehooks or including the sdk
Copy libtier0.so for either 64 or 32bit into the same folder as the project or path to it
g++ -std=c++17 -fno-threadsafe-statics -fno-exceptions -fno-rtti -fno-asynchronous-unwind-tables -fno-unwind-tables -fno-enforce-eh-specs -fno-extern-tls-init -fno-access-control -fnon-call-exceptions -fno-use-cxa-atexit -fno-gnu-unique -fno-stack-protector -fno-ident -fno-use-cxa-get-exception-ptr -fPIC main.cpp -o TickrateEnabler64.so -shared -L. -l:libtier0.so -m64
g++ -std=c++17 -fno-threadsafe-statics -fno-exceptions -fno-rtti -fno-asynchronous-unwind-tables -fno-unwind-tables -fno-enforce-eh-specs -fno-extern-tls-init -fno-access-control -fnon-call-exceptions -fno-use-cxa-atexit -fno-gnu-unique -fno-stack-protector -fno-ident -fno-use-cxa-get-exception-ptr -fPIC -shared main.cpp -o TickrateEnabler64.dll -m64
or just compile in Visual studio or something