forked from JezuzLizard/Public-BO2-Mods
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Match repo folder structure for Precompiled to match a real pluto server folder
- Loading branch information
1 parent
c5a8d97
commit 35fbcc4
Showing
11 changed files
with
2,035 additions
and
2,027 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
23 changes: 23 additions & 0 deletions
23
Pre-compiled GSCs & Required Dependencies/!start_zm_server.bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4,024 changes: 2,012 additions & 2,012 deletions
4,024
Configuration Mod/_clientids.gsc → Source Code/_clientids.gsc
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.