opus-nt/mods-trustedInstaller/[based-only]/disable gameux/modscript.py

12 lines
470 B
Python
Raw Normal View History

2021-03-19 02:44:27 +00:00
try:
opusnt.readyFile(p("Windows","System32","gameux.dll"))
opusnt.renameFile(p("Windows","System32","gameux.dll"),p("Windows","System32","gameux.dll.deactivated"))
except Exception as e:
print(e)
if opusnt.target["version"]["architecture"] in ["amd64","ia64"]:
try:
opusnt.readyFile(p("Windows","SysWOW64","gameux.dll"))
opusnt.renameFile(p("Windows","SysWOW64","gameux.dll"),p("Windows","SysWOW64","gameux.dll.deactivated"))
except Exception as e:
print(e)