https://github.com/wciesialka/spawnlist-generator
Python program that generates Garry's Mod spawnlists from a VPK file
https://github.com/wciesialka/spawnlist-generator
garrys-mod garrysmod gmod python
Last synced: about 1 year ago
JSON representation
Python program that generates Garry's Mod spawnlists from a VPK file
- Host: GitHub
- URL: https://github.com/wciesialka/spawnlist-generator
- Owner: wciesialka
- License: mit
- Created: 2019-06-27T18:28:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T21:33:34.000Z (about 3 years ago)
- Last Synced: 2025-01-15T19:55:13.653Z (about 1 year ago)
- Topics: garrys-mod, garrysmod, gmod, python
- Language: Python
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
 [](https://www.python.org/downloads/release/python-373/) [](LICENSE)
# Garry's Mod Spawnlist Generator
A small program in Python that allows you to generate a spawnlist for the game Garry's Mod using a VPK file from a mountable Source game.
## Getting Started
### Prerequisites
- Python 3.7+
- Pipenv
### Running
Enter the directory and use `pipenv run main.py` and follow the instructions from there.
## Authors
- Willow Ciesialka
## Thanks to
- PipEnv team
- [Rossen Georgiev](https://github.com/rossengeorgiev) for his [VPK Libary](https://github.com/ValvePython/vpk)
## License
This project is licensed under the MIT License - see [LICENSE](LICENSE) for details.