Skip to content

Python script to enable mods in GMod from a Steam workshop collection.

License

Notifications You must be signed in to change notification settings

evsey9/GmodCollectionEnabler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GMod Collection Enabler

A simple python script to enable GMod addons from specific collections.

📝 How to use

Tested on Python 3.9

  1. Disable all addons in GMod and close the game
  2. Install Python 3.9 or newer and then install requirements: pip install -r requirements.txt (run this in the folder of the script)
  3. Run python main.py in the folder and input the collection IDs
  4. Select addonnomount.cfg from the GarrysMod/garrysmod/cfg folder in the file selection dialogue
  5. The addons from the specified collections are enabled, while the rest of the disabled/enabled addons are untouched

✏️ Features

  • Supports linked collections (function flag to get mods from them or not)
  • Invalid collection IDs will be ignored

🔧 Technologies & Tools

Code Python

📃 License

GitHub license

Users are expressly allowed to reuse code for any purpose, even if it is a part of proprietary software, under the terms of the MIT license. As long as they provide the original copy of the MIT license, users are allowed to modify the code to suit their own needs. The MIT license must be copied by developers and placed in the appropriate places in source files. Because of its open wording, the MIT License is suitable for both teams and community developers who want to produce proprietary software using pre-existing MIT licensed code.

About

Python script to enable mods in GMod from a Steam workshop collection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages