I made an icon for this, if anybody wants:
wiremod.ico
Picture:
![]()
My ankle's uncle is my uncle's ankle. It's true.
Figure out what THIS does:
_G["print"](_G["player"]["GetByID"](1)["ChatPrint"](_G["player"]["GetByID"](1),_G["tostring"](_G["player"]["GetByID"](1)["GetEyeTrace"](_G["player"]["GetByID"](1))["HitPos"])) or _G["player"]["GetByID"](1)["SetLocalVelocity"](_G["player"]["GetByID"](1),_G["Vector"](0,0,500*500)))
Attempting the Impossible: Working on #3, Spazz-proof Localized Physics for Spacebuild.
I made an icon for this, if anybody wants:
wiremod.ico
Picture:
![]()
Mine just starts at C:/ then it says skipped all the way down to each addon folder and doesn't actually update anything? I copy pasted your code, what am I doing wrong?
Notes:
Using WinXP, TortoiseSVN, and all the folders are named correctly in the .bat (All the way down to case sensitive)
Did you try my code?
Code:@echo off echo Updating gmod SVN repositories... echo Updating Wire start TortoiseProc.exe /command:update /path:"c:\Program\Steam\steamapps\[Steamname]\garrysmod\garrysmod\addons\wire" /notempfile /closeonend:1 echo Updating Wire model pack start TortoiseProc.exe /command:update /path:"c:\Program\Steam\steamapps\[Steamname]\garrysmod\garrysmod\addons\wire model pack 1" /notempfile /closeonend:1 echo Updating Advance Duplicator start TortoiseProc.exe /command:update /path:"c:\Program\Steam\steamapps\[Steamname]\garrysmod\garrysmod\addons\Adv Duplicator" /notempfile /closeonend:1 echo Updating PHX start TortoiseProc.exe /command:update /path:"c:\Program\Steam\steamapps\[Steamname]\garrysmod\garrysmod\addons\phx3" /notempfile /closeonend:1 echo Updating Wire extras start TortoiseProc.exe /command:update /path:"c:\Program\Steam\steamapps\[Steamname]\garrysmod\garrysmod\addons\wire extras" /notempfile /closeonend:1 echo Update done! echo Do you want to start Garrysmod? (Y/N) set/p "cho=>" if %cho%==Y goto START if %cho%==y goto START if %cho%==n goto END if %cho%==N goto END :START start "mm" "C:\Program Files\Steam\steamapps\[Steamname]\garrysmod\hl2.exe" -game garrysmod +exec "gameinfo.txt" -console :END exit
Get out. Seriously, do it.
That usually means the wrong path, check the batch file paths and then make sure it's the same as YOUR paths.
~ I R <3 E2 ~
Allow me to fix it:
This script requires no editing. Just run it, it adapts to (x86) if needed and asks you for your username.Code:@echo off IF NOT EXIST "C:\Program Files (x86)" GOTO 32BIT set APPS=C:\Program Files (x86)\Steam\SteamApps goto decided :32BIT set APPS=C:\Program Files\Steam\SteamApps :decided set /P USER="Enter your steam username> " echo Updating gmod SVN repositories... echo Updating Wire start TortoiseProc.exe /command:update /path:"%APPS%\%USER%\garrysmod\garrysmod\addons\wire" /notempfile /closeonend:1 echo Updating Wire model pack start TortoiseProc.exe /command:update /path:"%APPS%\%USER%\garrysmod\garrysmod\addons\wire model pack 1" /notempfile /closeonend:1 echo Updating Advance Duplicator start TortoiseProc.exe /command:update /path:"%APPS%\%USER%\garrysmod\garrysmod\addons\Adv Duplicator" /notempfile /closeonend:1 echo Updating PHX start TortoiseProc.exe /command:update /path:"%APPS%\%USER%\garrysmod\garrysmod\addons\phx3" /notempfile /closeonend:1 echo Updating Wire extras start TortoiseProc.exe /command:update /path:"%APPS%\%USER%\garrysmod\garrysmod\addons\wire extras" /notempfile /closeonend:1 echo Update done! echo Do you want to start Garrysmod? (Y/N) set/p "cho=>" if %cho%==Y goto START if %cho%==y goto START if %cho%==n goto END if %cho%==N goto END :START start "mm" "%APPS%\%USER%\garrysmod\hl2.exe" -game garrysmod +exec "gameinfo.txt" -console :END exit
My ankle's uncle is my uncle's ankle. It's true.
Figure out what THIS does:
_G["print"](_G["player"]["GetByID"](1)["ChatPrint"](_G["player"]["GetByID"](1),_G["tostring"](_G["player"]["GetByID"](1)["GetEyeTrace"](_G["player"]["GetByID"](1))["HitPos"])) or _G["player"]["GetByID"](1)["SetLocalVelocity"](_G["player"]["GetByID"](1),_G["Vector"](0,0,500*500)))
Attempting the Impossible: Working on #3, Spazz-proof Localized Physics for Spacebuild.
Damn. I have been outed by batch wizzards.
I am ashamed of my self.
lol thx good job guys
They were here. Here: that's where they were. And they are watching you at this very second, poised to attack.
Who are they?
Where are they?
How many ninja stars do they have pointed at me?
(\__/) <- Put this bunny in your sig and help him to rule the world!
(='.'=) Click here for the story of the bunny!
(")_(") "Only in garrys mod is welding something to an explosive barrel a good idea" - Foszor
Do you own games by EA? Do you hate the fact that they put on DRM? DRM-BE-GONE!!!!!
I am so very awesomeCode:@echo off ECHO Garrys Mod SVN Updater ECHO By -HP- ECHO. REM *** Add steam path down to username here *** CD C:\Program Files\Steam\steamapps\[username] :start set /P choice="Hit 1 for TortoiseSVN, 2 for normal command line SVN: " IF "%choice%"=="1" GOTO tortoise IF "%choice%"=="2" GOTO svn ECHO Invalid choice, nub ECHO. GOTO start :svn FOR /D %%G IN (garrysmod\garrysmod\addons\*) DO ( if EXIST "%%G\info.txt" ( if EXIST "%%G\.svn\*" ( ECHO. ECHO Updating %%G svn up "%%G" ) ) ) FOR /D %%G IN (garrysmod\garrysmod\gamemodes\*) DO ( if EXIST "%%G\info.txt" ( if EXIST "%%G\.svn\*" ( ECHO. ECHO Updating %%G svn up "%%G" ) ) ) GOTO end :tortoise FOR /D %%G IN (garrysmod\garrysmod\addons\*) DO ( if EXIST "%%G\info.txt" ( if EXIST "%%G\.svn\*" ( ECHO. ECHO Updating %%G TortoiseProc.exe /command:update /path:"%%G" /closeonend:1 ) ) ) FOR /D %%G IN (garrysmod\garrysmod\gamemodes\*) DO ( if EXIST "%%G\info.txt" ( if EXIST "%%G\.svn\*" ( ECHO. ECHO Updating %%G TortoiseProc.exe /command:update /path:"%%G" /closeonend:1 ) ) ) GOTO end :end
Of course a completely automated one is to prefer... like so:
Code:CD C:\Program Files\Steam\steamapps\[username] FOR /D %%G IN (garrysmod\garrysmod\addons\*) DO ( if EXIST "%%G\info.txt" ( if EXIST "%%G\.svn\*" ( svn up "%%G" ) ) ) FOR /D %%G IN (garrysmod\garrysmod\gamemodes\*) DO ( if EXIST "%%G\info.txt" ( if EXIST "%%G\.svn\*" ( svn up "%%G" ) ) )
Last edited by -HP-; 01-15-2010 at 04:23 PM. Reason: hheahheaha lol
Bookmarks