Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Brain-dawg committed Jan 27, 2025
2 parents 1886134 + 8e38a6b commit 1e8b008
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The biggest obstacle that obviously cannot be worked around is the lack of a pro


## Configuration/Modifying game rules
- Most arena rules can be configured at the top of the `mge/constants.nut` file
- Most arena rules can be configured at the top of the `mge/cfg/config.nut` file

## Features & Progress

Expand Down Expand Up @@ -165,8 +165,9 @@ Support [This github issue](https://github.com/ValveSoftware/Source-1-Games/issu
### Database
- Database tracking uses [VScript-Python Interface](https://github.com/potato-tf/VPI) to send data from vscript to python through the filesystem.
- Install Python 3.10 or newer if you don't already have it
- Install MySQL (SQLite is currently not supported)
- Install MySQL (recommended) or SQLite
- Install the `aiomysql` module
- SQLite uses `aiosqlite`
- Add your database credentials to `tf/scripts/mge_python/vpi.py` and run this script constantly in the background, this is your database connection
- You should create a systemd service for this on linux, or whatever the windows equivalent is
- Check server console for any VPI related errors when you join/leave the server.
Expand Down

0 comments on commit 1e8b008

Please sign in to comment.