CbunnySwtor
Member
- Jul 18, 2024
- 222
- 477
open cPython.rpyGreat cheat mod, but can I make "Reset all women" disappear from the top middle of the screen, is kind of annoying in the middle of scenes.
line 14 you'll see :
config.overlay_screens.append("quick_reset")
delete that line or comment it out like so:
#config.overlay_screens.append("quick_reset")
just make sure the indentation doesn't change. Use spaces to make it even