@echo off
title T-D-S-L INSTALL
color 0c
echo Installation path: C:\Program Files\Tremulous\
echo Press any key to begin the installation.
pause>nul
cls
echo Installing TDSL...
echo.
cd bin
echo Copying TDSL.exe to C:\Progra~1\Tremulous\
copy TDSL.exe C:\Progra~1\Tremulous\>nul
echo.
echo Copying Server_Settings.exe to C:\Progra~1\Tremulous\
copy Server_Settings.exe C:\Progra~1\Tremulous\>nul
echo.
echo Copying server.cfg to C:\Progra~1\Tremulous\base
copy server.cfg C:\Progra~1\Tremulous\base>nul
echo.
echo Creating shortcut for %username%
copy TDSLs.exe C:\docume~1\%username%\desktop\>nul
cd C:\docume~1\%username%\desktop\
rename TDSLs.exe TDSL.exe
echo.
echo Install Complete!
pause
hackerthreads.org/ and search_author=djtrickdoghackerthreads.org and djtrickdog as the author? even if dog posted his source i wouldnt trust it anyway :granger:
Your links have been removed. Once you post your wonderful source you are allowed to post the link to the app.
Bahaha.. nice try, kid. Go take your idiotic script kidde ass somewhere else. Why not try becoming a productive member of society, instead of one of the drooling bungmunchers that I routinely laugh at when they try the latest "ZOMG 1337 H@X0RZ0RZ!!!11!eleven" on machines on my network. Try *learning* about how things work, instead of downloading some crap some other miscreant wrote with no knowledge of what it does.^Epic Wisdom^
<old man>Kids these days.. when I was your age, and we broke into AT&T, we came away from it with something useful like a list of trunk lines you could fool an operator into connecting you through. Wasn't about money, wasn't about breaking shit, it was about knowledge and learning. Now you'd forget to wipe your damned nose if it wasn't for fear of shorting out your keyboard with yet another bodily fluid.</old man>
@echo off
title T-D-S-L v1
color 0c
echo.
echo T-D-S-L
echo.
echo Tremulous Dedicated Server Launcher
echo.
echo.
echo.
echo Thanks for using T-D-S-L v1!
echo.
cd C:\progra~1\tremulous
:launch
echo Launching Server console...
tremulous.exe +set dedicated 2 +exec server.cfg
:end
echo Tremulous Server console closed!
echo Press any key to exit T-D-S-L
pause>nul
@echo off
start C:\progra~1\Tremulous\TDSL.exe
exit
@echo off
title T-D-S-L CONFIG
color 0c
SET hostname=
SET /P hostname=Enter the desired Game Name:
SET loadscreen=
SET /P loadscreen=Enter the desired Loading screen text:
SET maxclients=
SET /P maxclients=Enter the maximum amount of players that can join:
SET password=
SET /P password=Enter a desired password to join server (type none for no password):
:downloads
SET downloads=
SET /P downloads=Allow downloads? (y/n):
IF NOT '%downloads%'=='' SET downloads=%downloads%
if /i %downloads%==y goto cont1
if /i %downloads%==n goto cont1
echo error! invalid choice!
goto downloads
:cont1
SET suddendeath=
SET /P suddendeath=Enter the desired time in minutes until sudden death will begin:
SET draw=
SET /P draw=Enter the desired time in minutes until the game will be ended as draw:
:balance
SET balance=
SET /P balance=Balance teams to equal amounts of players? (y/n):
IF NOT '%balance%'=='' SET balance=%balance%
if /i %balance%==y goto cont2
if /i %balance%==n goto cont2
echo error! invalid choice!
goto balance
:cont2
SET start=
SET /P start=Enter the desired map name that will start when the server begins (ie: ATCS):
SET rotation=
SET /P rotation=Enter the map rotation to begin after starting map is over(type default for default rotation):
cd base
echo erasing existing file...
del server.cfg
echo writing new file...
echo set sv_hostname "%hostname%" >> server.cfg
echo set sv_maxclients %maxclients% >> server.cfg
echo set g_suddenDeathTime %suddendeath% >> server.cfg
echo set timelimit %draw% >> server.cfg
echo map %start% >> server.cfg
if /i %rotation%=='default' SET rotation=='rotation1'
echo set g_initialMapRotation %rotation% >> server.cfg
if /i %password%=='none' goto nopass
goto setpass
:nopass
echo set g_needpass 0 >> server.cfg
goto cont3
:setpass
echo set g_needpass 1 >> server.cfg
echo set g_password %password% >> server.cfg
echo set rconPassword %password% >> server.cfg
goto cont3
:cont3
if %balance%=='y' echo set g_teamForceBalance 1 >> server.cfg
if %balance%=='n' echo set g_teamForceBalance 0 >> server.cfg
echo set g_initialMapRotation %rotation% >> server.cfg
if %downloads%=='y' echo set sv_allowdownload 1 >> server.cfg
if %downloads%=='n' echo set sv_allowdownload 0 >> server.cfg
echo set g_motd "%loadscreen%" >> server.cfg
echo set sv_pure 1 >> server.cfg
echo set pmove_fixed 0 >> server.cfg
echo set sv_minRate 5000 >> server.cfg
echo set sv_maxRate 15000 >> server.cfg
echo set sv_minSnaps 10 >> server.cfg
echo Configuration Complete!
pause
I wasnt exactly trying to attack you on the subject, I was just giving extra backround/various bits of info for anyone who wanted to look at it, Dont go all berserk on me >.>
Caveman: Methinks your ignorant
X-20: Your retarded
Rocinante: You have not the slightest clue what you are even talking about. Get a life and stop insulting others to boost your self confidence.
Survivor: Thanks for managing this like a normal person.
Odin: Posted :P thanks for not giving hassle
Rocinante: You have not the slightest clue what you are even talking about. Get a life and stop insulting others to boost your self confidence.