Files
tmgsl/README
2026-02-12 14:51:45 +00:00
..
2026-02-12 14:43:36 +00:00
2026-02-12 14:43:36 +00:00
2026-02-12 14:51:45 +00:00
2026-02-12 14:51:15 +00:00

The MINT Gmod Server Loader (TMGSL)

Introduction

TMGSL is the loading page for the MINT server in the game Gmod. Based on the template from Gmodload.

Usage

Please follow the steps below to install this plugin:

  1. Go to the Releases page and download the latest TMGSL.tar.gz file.
  2. If PHP is already installed on the server, place it directly into the web directory; if not, refer to the PHP installation documentation.
  3. Paste these files into the web directory folder, then restart Nginx/Apache to complete the installation.

Documentation

Here are some useful resources to help you get started quickly:

Frequently Asked Questions

1. Why does it not work after placing it in the web directory?

  • Ensure that TMGSL is installed correctly.
  • Check whether the PHP plugin is enabled.
  • Verify whether the web server (Nginx/Apache) has been restarted.

2. Why is there no background music?

  • Because modern browsers block autoplay by default, but it works within the GMOD game.
  • If background music cannot be played in GMOD, it may be due to a low version of the PHP plugin; consider using PHP version 7.3 or higher.