Skip to content

Commit

Permalink
UPDATE REPO STRUCTURE
Browse files Browse the repository at this point in the history
Match repo folder structure for Precompiled to match a real pluto server folder
  • Loading branch information
MeguminBOT committed Aug 27, 2021
1 parent c5a8d97 commit 35fbcc4
Show file tree
Hide file tree
Showing 11 changed files with 2,035 additions and 2,027 deletions.
15 changes: 0 additions & 15 deletions Configuration Mod/Pre-compiled/Readme.md

This file was deleted.

23 changes: 23 additions & 0 deletions Pre-compiled GSCs & Required Dependencies/!start_zm_server.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
@echo off
::Paste the server key from https://platform.plutonium.pw/serverkeys here
set key=YOUR SERVER KEY HERE
::Name of the config file the server should use. (default: dedicated_zm.cfg)
set cfg=dedicated_zm.cfg
::Name of the server shown in the title of the cmd window. This will NOT bet shown ingame.
set name=T6ZM
::Port used by the server (default: 4976)
set port=4976
::Only change this when you don't want to keep the bat files in the game folder. MOST WON'T NEED TO EDIT THIS!
set gamepath=%cd%

title PlutoniumT6 - %name% - Server restarter
echo Visit plutonium.pw / Join the Discord (a6JM2Tv) for NEWS and Updates!
echo Server "%name%" will load %cfg% and listen on port %port% UDP!
echo To shut down the server close this window first!
echo (%date%) - (%time%) %name% server start.

cd /D %LOCALAPPDATA%\Plutonium
:server
start /wait /abovenormal bin\plutonium-bootstrapper-win32.exe t6zm "%gamepath%" -dedicated +set key %key% +sv_config %cfg% +net_port %port%
echo (%date%) - (%time%) WARNING: %name% server closed or dropped... server restarts.
goto server
File renamed without changes.
4,024 changes: 2,012 additions & 2,012 deletions Configuration Mod/_clientids.gsc → Source Code/_clientids.gsc

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.

0 comments on commit 35fbcc4

Please sign in to comment.