From 0066436ae0584bcf8d4501c0079bc46a8d86dc5f Mon Sep 17 00:00:00 2001 From: Braindawg <40523890+Brain-dawg@users.noreply.github.com> Date: Mon, 27 Jan 2025 06:24:55 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f39e6ce..2a049bb 100644 --- a/README.md +++ b/README.md @@ -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 From 8e38a6b99ac3772253b818243357f5fde0896e57 Mon Sep 17 00:00:00 2001 From: Braindawg <40523890+Brain-dawg@users.noreply.github.com> Date: Mon, 27 Jan 2025 06:33:20 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a049bb..dc073d6 100644 --- a/README.md +++ b/README.md @@ -144,8 +144,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.