@echo off
cls
echo ^1[Info]^7 Constructing the engine module...
echo ^1[Info]^7 Initializing the engine module...
ping -n 2 127.0.0.1 >NUL:
echo ^1[Info]^7 Xash3D Magenta (ver 0.1.7.Build 0008 - "Alpha Mock")
echo ^1[Info]^7 Passed command line: ""
echo Constructing the engine client module...
echo Initializing the engine client module...
ping -n 2 127.0.0.1 >NUL:
echo ^1[Info]^7 Running the engine...
ping -n 5 127.0.0.1 >NUL:
echo Desstructing the engine client module...
echo ^1[Info]^7 Destructing the engine module...
pause