SecMeyo/WorkshopManager

install_dir role

Opened this issue · 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 ?

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

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

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

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