-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGrave-Rejects.bat
53 lines (45 loc) · 1.86 KB
/
Grave-Rejects.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
@echo off
set SteamAppId=1604030
REM Window Size Layout = Width:73 / Height:38
REM Window Position Layout = Left:950 / Top:250
color 04
echo.
echo Server Launcher For Grave Rejects
echo.
::: . .
::: _.-'\ |\-"""-/| /`-._
::: _.-` `. / \ ,' '-._
::: _.' `._ ; \ / ; _,' `._
::: .' `-.: :.-' `.
::: ,` , , '.
::: ,` '.
::: / \
::: :,-"""-, Grave Rejects ,-"""-,:
::: /' ` ' '\
::: : :
::: : ,-"""-, ,-"""-, :
::: /' `. _.-' '-._ .' '\
::: \ .` : : '. /
::: . .` : : '. .
::: :/ : : \:
::: : : : :
::: :
:::
REM Below Code Allows For ASCII Art.
for /f "delims=: tokens=*" %%A in ('findstr /b ::: "%~f0"') do @echo(%%A
REM Place ":::" at the start of each line for ASCII characters.
echo.
echo Gettings Ready To Start The V Rising Dedicated Server
echo.
echo.
echo Press Enter To Continue or Ctrl+C to Abort.
echo.
echo.
pause
echo.
echo Server Launched;
echo %DATE%
Time /T
echo.
@echo on
VRisingServer.exe -persistentDataPath .\save-data -serverName "Grave Rejects" -saveName "GraveRejects" -logFile ".\logs\VRisingServer.log"