From e9bf88f9847822afd3c8b502788edc715a2d0ab4 Mon Sep 17 00:00:00 2001 From: jenzur Date: Sun, 26 Jan 2020 02:29:34 +0100 Subject: [PATCH] just some basic actions --- AutismBotIngame/python/connectServer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AutismBotIngame/python/connectServer.py b/AutismBotIngame/python/connectServer.py index 143588b8..69fce38b 100644 --- a/AutismBotIngame/python/connectServer.py +++ b/AutismBotIngame/python/connectServer.py @@ -20,13 +20,13 @@ from time import sleep #-nopreload seemingly prevents from joining servers #cd /home/nonroot/.steam/ -#./steam.sh -applaunch 240 -textmode -novid -nosound -noipx -nojoy -noshaderapi -condebug +exec looptest.cfg +#./steam.sh -applaunch 240 -textmode -textmessagedebug -novid -nosound -noipx -nojoy -noshaderapi -condebug +exec looptest.cfg # def joinsteam(): subprocess.Popen(["steam", "-login", "username","password"]) sleep(25) - subprocess.Popen(["/home/nonroot/.steam/steam.sh", "-applaunch 240 -textmode -novid -nosound -noipx -nojoy -noshaderapi -condebug +exec looptest.cfg"]) + subprocess.Popen(["/home/nonroot/.steam/steam.sh", "-applaunch 240 -textmode -textmessagedebug -novid -nosound -noipx -nojoy -noshaderapi -condebug +exec looptest.cfg"]) if __name__ == '__main__': joinsteam() \ No newline at end of file