This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| Imports Project Zomboid workshop mods to the nosteam version of it | |
| Place this script under steam/steamapps/workshop/content/108600/ and run the python file. | |
| """ | |
| # vvv CHANGE THIS TO LOCAL MOD (-nosteam) DIRECTORY vvv | |
| LOCAL_MOD_DIRECTORY = "C:/Users/<user>/Zomboid/mods" # CHANGE THIS TO LOCAL MOD DIRECTORY | |
| # ^^^ CHANGE THIS TO LOCAL MOD (-nosteam) DIRECTORY ^^^ | |
| ############################################################################################################################################################################################################## | |
| import os | |
| import shutil |