Initial PropHunt server setup
- Complete bare metal installer with SteamCMD, MetaMod, SourceMod, ULX - Docker installer with one-liner support - Server configuration files (server.cfg, autoexec.cfg, mount.cfg) - Update script for easy maintenance - Backup script for server data - Workshop collection documentation - SourceMod admin configuration template
This commit is contained in:
9
cfg/autoexec.cfg
Normal file
9
cfg/autoexec.cfg
Normal file
@@ -0,0 +1,9 @@
|
||||
// ============================================
|
||||
// Garry's Mod PropHunt Server - Autoexec
|
||||
// This file is executed automatically on server start
|
||||
// ============================================
|
||||
|
||||
// Execute the main server configuration
|
||||
exec server.cfg
|
||||
|
||||
// You can add additional commands here that should run on every server start
|
||||
Reference in New Issue
Block a user