.:`=-~rANdOm~`-=:. Game Servers

Support (Read Only) => Help => Topic started by: Cheesicle on January 08, 2011, 04:00:32 AM

Title: srcds "No installation record found at C:\srcds/orangebox"
Post by: Cheesicle on January 08, 2011, 04:00:32 AM
fuck i accidenly modified my op so ima retype this in really shitty grammar

im trying to make a server with srcds and i get No installation record found at C:\srcds/orangebox

then a seconds lines says No installation record found at C:\srcds

then it gets stuck there.

ive been waiting for hours.
Title: Re: srcds "No installation record found at C:\srcds/orangebox"
Post by: Deathie on January 08, 2011, 04:04:43 AM
No no, it's fine.

All it means is that it hasn't found a folder in your \srcds, so it's making one.


Just let it run for 5-minutes, and then it'le start downloading the server files you want.

What server you trying to set up?


_______-

THAT THERE EDITED POST.


Just make a folder called "orangebox" in it.

Double check, and make sure the .bat or shortcut you're running has the proper commands to download the files.
Title: Re: srcds "No installation record found at C:\srcds/orangebox"
Post by: Cheesicle on January 08, 2011, 04:08:36 AM
theres already a orangebox folder, and what .bat program are you talking about?

omfg we are fail modifying our posts lol so fucking confusing
Title: Re: srcds "No installation record found at C:\srcds/orangebox"
Post by: Deathie on January 08, 2011, 04:09:12 AM

THAT THERE EDITED POST.


Just make a folder called "orangebox" in it.

Double check, and make sure the .bat or shortcut you're running has the proper commands to download the files.
Title: Re: srcds "No installation record found at C:\srcds/orangebox"
Post by: » Magic « on January 08, 2011, 04:11:00 AM
srcds is shitty at handling the "/" and "\"

they don't represent the same thing

so just use C:/SRCDS/Orangebox

instead of C:/SRCDS\Orangebox
Title: Re: srcds "No installation record found at C:\srcds/orangebox"
Post by: Cheesicle on January 08, 2011, 04:13:01 AM
srcds is shitty at handling the "/" and "\"

they don't represent the same thing

so just use C:/SRCDS/Orangebox

instead of C:/SRCDS\Orangebox

i dont type that, it just appears on the command prompt. i typed:

C:\srcds\hldsupdatetool -command update -game garrysmod  -dir C:\srcds
Title: Re: srcds "No installation record found at C:\srcds/orangebox"
Post by: » Magic « on January 08, 2011, 04:21:39 AM
i dont type that, it just appears on the command prompt. i typed:

C:\srcds\hldsupdatetool -command update -game garrysmod  -dir C:\srcds


i had this problem before it was something to do with that >.<

change those \ to /

Code: [Select]
C:/srcds/hldsupdatetool -command update -game garrysmod  -dir C:/srcds

btw you shouldn't have hldsupdatetool in the asme dir sa srcds, jus' sayin'
Title: Re: srcds "No installation record found at C:\srcds/orangebox"
Post by: Tomcat on January 08, 2011, 11:12:07 AM
sorry but

and this is why you lrn to do it berfore doing the thing

btw

Run as admin
Title: Re: srcds "No installation record found at C:\srcds/orangebox"
Post by: Cheesicle on January 08, 2011, 01:26:03 PM
ughhhhhhh i left it on over night.. still stuck there = =
Title: Re: srcds "No installation record found at C:\srcds/orangebox"
Post by: Tomcat on January 08, 2011, 01:41:23 PM
Run as admin
Title: Re: srcds "No installation record found at C:\srcds/orangebox"
Post by: Cheesicle on January 08, 2011, 02:05:02 PM
FIXED:

The solution was so fucking stupid = =

You need to put quotations around the game name

So from
Quote
C:\srcds\hldsupdatetool -command update -game garrysmod -dir C:\srcds

to
Quote
C:\srcds\hldsupdatetool -command update -game "garrysmod" -dir C:\srcds