Hi - I'm an experienced user; is the simplest way to just move all my models only (not the main program), to an external drive to just first copy all files to external drive, then run regedit and change pathing:
FROM:
[HKEY_CURRENT_USER\Software\Totem\vghd\System]
"Modelspath"="C:\Users\myname\AppData\Local\vghd\models\"
"Datapath"="C:\Users\myname\AppData\Local\vghd\data\"
TO:
[HKEY_CURRENT_USER\Software\Totem\vghd\System]
"Modelspath"="G:\Users\myname\AppData\Local\vghd\models\"
"Datapath"="G:\Users\myname\AppData\Local\vghd\data\"
? (where G: is my external drive)?
Is it senstive to, do I have to make a \users... etc subdirectory on the external drive, or can I just use g:\vghd\models and g:\vghd\data ?
anything else that needs changing? I don't like running .bat scripts, I just manually edit via regedit, is that all I need to do, on win7?
thanks...