mirror of
https://gitee.com/cssfw/tmgsl.git
synced 2026-03-28 09:01:36 +08:00
1.6 KiB
1.6 KiB
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:
- Go to the Releases page and download the latest
TMGSL.tar.gzfile. - If PHP is already installed on the server, place it directly into the web directory; if not, refer to the PHP installation documentation.
- 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:
- Feature Configuration
- Web Server Installation (LINUX)
- Web Server Installation (WINDOWS)
- PHP Documentation
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.