-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathclient_online.bat
More file actions
8 lines (5 loc) · 1 KB
/
client_online.bat
File metadata and controls
8 lines (5 loc) · 1 KB
1
2
3
4
5
6
7
8
@echo off
call "D:\ParacraftDev\ParaEngineClient.exe" mc="true" logfile="D:\workspace\npl\GeneralGameServerMod\client.log" loadpackage="D:\workspace\npl\paracraft/,;D:\workspace\npl\GeneralGameServerMod/,;D:\workspace\npl\WorldShare/,;"
@REM call "D:\ParacraftDev\ParaEngineClient.exe" mc="true" world="worlds/DesignHouse/tutorial" logfile="D:\workspace\npl\GeneralGameServerMod\client.log" loadpackage="D:\workspace\npl\paracraft/,;D:\workspace\npl\GeneralGameServerMod/,;"
@REM call "D:\ParacraftDev\ParaEngineClient.exe" IsDevEnv="true" http_env="RELEASE" env="local" mc="true" world="worlds/DesignHouse/tutorial" logfile="D:\workspace\npl\GeneralGameServerMod\client.log" loadpackage="D:\workspace\npl\paracraft/,;D:\workspace\npl\GeneralGameServerMod/,;"
@REM call "D:\ParacraftDev\ParaEngineClient.exe" IsDevEnv="true" http_env="RELEASE" env="local" mc="true" logfile="D:\workspace\npl\GeneralGameServerMod\client.log" loadpackage="D:\workspace\npl\paracraft/,;D:\workspace\npl\GeneralGameServerMod/,;"