Skip to content

Instantly share code, notes, and snippets.

View jym2584's full-sized avatar

Jin Moon jym2584

View GitHub Profile
@jym2584
jym2584 / import_mods_to_local.py
Last active July 8, 2024 22:20
Import Project Zomboid workshop mods to the -nosteam version of it
"""
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