View Solution

Startup Millenium

Start Garry's Mod 1000 times

Startup Millenium0
diedyesterdaydiedyesterday21,378
Locked 18 Jul 2022 18 Jul 2022
0 0 3
This achievement requires you to open your garry's mod 1000 times, to get this you can use three methods:

1. Just play the game and you will get that achievement at some point
2. Open and close it after it loads 1000 times in steam
3. Create batch script which will open and close game for you


I use third way, and i can drop that script in text if someone will need it
vertI know its been a while, but can you drop the script?
Posted by vert on 02 Jun 23 at 00:44
SticerACNavigate to Gmod hl2.exe
Create a .bat file ( text file works, rename it to bat after )
Paste in the following code:




@ECHO OFF

for /L %%i IN (1, 1, 1000) DO (
start "" "hl2.exe" -noborder -windowed -novid -nosound -nojoy -noipx -nopreload -nod3d9ex -low -textmode -insecure +sv_lan 1 +map gm_flatgrass +achievement_debug 1
echo Started %%i times
timeout /t 7 /nobreak
taskkill /f /im "hl2.exe"
)

pause




Save
Double click the batch file to run it
Posted by SticerAC on 26 May 24 at 18:00
Hand SanitizerI know is has been some time since you've posted this @SticerAC but it when I run the .bat file it says "Windows cannot find 'hl2.exe'. Make sure you typed the name correctly, and then try again.", how do I fix this?
Posted by Hand Sanitizer on 12 Jun 24 at 22:53