• Posts from the Past
    4 replies, posted
Well, due to the time I've spent on this forum (5 years now), I decided to take a look at my posting history, and some of the things I've posted (and gotten away with) do the nostalgia glands some good. [QUOTE=Kamern;14372306]You just doubled the amount of diarrhea floating around my desk.[/QUOTE] [QUOTE=Kamern;14370308]It's inability to fire makes me want to eat my own stomach.[/QUOTE] [QUOTE=Kamern;16507249]I've created a very basic batch file which gives hosters and would-be hosters the ability to download the necessary files onto their computer. I made this to assist myself in creating servers, and decided to share it with you guys. This version has been editted to allow users to input their own install directories, whereas mine is set up to just let me choose the name of the folder and the game to install. This may have been done before, but I made it myself just because I think it's easier and more customisable than downloading someone elses. Any C, C&C would be appreciated, or anything you want me to add to it if you consider using it would be my pleasure :) [url]http://filesmelt.com/Filehosting2/downloader.php?file=HLDSHelper.bat[/url] Source code (though it's not as if you really need it :P) [code] echo off cls :menu echo ===================== echo Welcome to SRCDs gameserver Windows install assistant by Kamern IF NOT EXIST HldsUpdateTool.exe GOTO 1error echo Please enter your default drive path (eg C:\) echo WARNING: echo The drive path MUST include either a backslash(\) or a forwardslash(/) echo failure to include these will cause undesired results! echo ===================== SET /P DAR=Drive Path: goto Test1 :Test1 IF NOT EXIST %DAR% GOTO 2error goto Step2 :Step2 cls echo ===================== echo Please enter the name of the folder you wish echo to install to (eg SRCDS/Counter-Strike Server) echo ===================== set /P PATH=Folder Name: goto Step3 :Step3 MD %DAR%%PATH% cls echo ===================== echo Enter the number of the game you wish to install echo ===================== echo . echo 1. Garry's Mod echo 2. Team Fortress 2 echo 3. Counter Strike Source echo . SET /P game=Number which corresponds to the game you wish to install: IF %game%==1 GOTO gmod IF %game%==2 GOTO tf2 IF %game%==3 GOTO css :gmod cls echo Currently installing Garry's Mod to your requested directory, please wait... HldsUpdateTool.exe -command update -game garrysmod -dir %DAR%%PATH% :tf2 cls echo Currently installing Team Fortress 2 to your requested directory, please wait... HldsUpdateTool.exe -command update -game tf -dir %DAR%%PATH% :css cls echo Currently installing Counter-Strike Source to your requested directory, please wait... HldsUpdateTool.exe -command update -game "Counter-Strike Source" -dir %DAR%%PATH% :1error echo You need to move the installer into the same directory as the HldsUpdateTool.exe echo If you do not have it downloaded, you may download the installer at echo http://steampowered.com/download/hldsupdatetool.exe echo "Right Click > Mark > Enter" to copy the URL echo ===================== pause exit :2error cls echo That directory doesn't exist, returning you to step 1 pause cls goto menu [/code] [editline]01:52AM[/editline] Would you all think it's a better idea if I put this in the Server Hosting section?[/QUOTE] :(
I don't get it
nostalgia glands, cool
I have a $100 budget on getting a good game racing wheel that would be compatible with NFS Shift. Looks stupid but its cheap. [url]http://www.tigerdirect.ca/applicatio...191&CatId=3116[/url] I need help guys
I'd rather not take the time to look through old posts.
Sorry, you need to Log In to post a reply to this thread.