No description
Find a file
2026-04-30 02:02:35 +02:00
README.md 🎉 Initial commit 2026-04-30 02:02:35 +02:00
script.py 🎉 Initial commit 2026-04-30 02:02:35 +02:00
TweaksAssembly.dll 🎉 Initial commit 2026-04-30 02:02:35 +02:00

Windows

  1. Add "127.0.0.1 api.fixer.io" to C:/Windows/System32/drivers/etc/hosts (open the file in Notepad that's running as an administrator)
  2. Move the TweaksAssembly.dll file from this repo to [steam location]/workshop/content/341800/1366808675/ and replace the old one
  3. Start the script.py file using python script.py in the terminal anywhere

Linux

  1. Add "127.0.0.1 api.fixer.io" to /etc/hosts
  2. Move the TweaksAssembly.dll file from this repo to [steam location]/workshop/content/341800/1366808675/ and replace the old one
  3. Start the script.py file using sudo python script.py in the terminal anywhere