WorkshopManager icon indicating copy to clipboard operation
WorkshopManager copied to clipboard

install_dir role

Open RoyBellingan opened this issue 2 years ago • 4 comments

From the docs python wm.py set install_dir # sets steam installation directory

But if I do that I get the error

Please set the game install path to something other than the Steam install folder

So I think the doc should be updated ? Or Maybe I have to set the actual game folder inside steam ?

RoyBellingan avatar Jan 07 '23 15:01 RoyBellingan

will have time to check on this after 2023-01-15

SecMeyo avatar Jan 07 '23 17:01 SecMeyo

cannot reproduce, here is what I did

git clone https://github.com/SecMeyo/WorkshopManager.git
cd WorkshopManager
pip install -r requirements.txt
pip install beautifulsoup4 --upgrade # needed for current versions of python
mkdir test_install
python wm.py set install_dir test_install # as stated in the readme

SecMeyo avatar Jul 23 '23 12:07 SecMeyo

Ok, I understood, the steam install directory must be an empty one, not an already "active" steam install folder. sorry totally missed this point.

RoyBellingan avatar Jul 24 '23 12:07 RoyBellingan

I see the confusion about this. Will check on the necessity and adapt docs

SecMeyo avatar Jul 24 '23 16:07 SecMeyo