An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![Version 1.7](https://img.shields.io/badge/Version-1.7-informational.svg) [![Python 3.7](https://img.shields.io/badge/Python-3.7-blue.svg)](https://www.python.org/downloads/release/python-373/) [![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](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.