In this video, I show you how to install and setup the Idle Home Auto Save script for the Idle Home World in VRChat.
Idle Home VRChat World:
https://vrchat.com/home/world/wrld_c1...
Idle Home Auto Save Script page:
https://github.com/fuzzyCute/Idle_hom...
Timestamps:
00:00 Intro
00:23 Download the Python Script Package
01:32 Installing Python
02:35 Installing libraries
04:11 Running the Auto Save Script
04:41 Opening VRChat
04:52 Enable Logging on VRChat
05:26 Load up your Idle Home save
05:57 Configure the Auto Save Script
06:41 The script is running!
07:13 How to see your auto saves
07:38 Conclusion
FAQ:
Why does the pip command not work?
Try reinstalling python and make sure the checkbox "Add python.exe to PATH" is checked. Then try again. Or you can re-run the python installer and select "Modify", click "Next", and then check the "Add Python to environment variables" checkbox.
Do I have to install pyperclip everytime?
No, you should be able to just run the auto_save.py script. Pyperclip is installed permanently until you uninstall it.
Can I run auto_save.py from my desktop?
Yes! Right click auto_save.py and select "Copy". Then right click your desktop and select "Paste Shortcut". Remember to only paste a shortcut otherwise it'll try to create a bunch of other files you might not want there.
How do I "examine" the code?
Right click "auto_save.py" and hover over "Open With". Then select "Notepad" or another text editor.