Ulysses

General => Off-Topic => Topic started by: Lewis on April 20, 2014, 03:15:27 AM

Title: Why the am i having valve.rc not executing on my garrys mod deicated source
Post by: Lewis on April 20, 2014, 03:15:27 AM
dear helpers,

I tried removing valve.rc file and add it back again but when i run my server i always get valve.rc not present; not excecuting can anyone fix this plzzz!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! I also did some adding but im sure i didnt do anything wrong because i just deleted that and it still happens to be there...

Thanks Lewis
Title: Re: Why the <censor> am i having valve.rc not executing on my garrys mod deicated source
Post by: Bytewave on April 20, 2014, 05:07:18 AM
Can you please post the code you use to both start your server and update your server?

Remember to surround them in [code][/code] tags.
Title: Re: Why the <censor> am i having valve.rc not executing on my garrys mod deicated source
Post by: Lewis on April 20, 2014, 05:36:36 AM
Code: [Select]
@echo off
cls
echo Protecting srcds from crashes...
echo If you want to close srcds and this script, close the srcds window and type Y depending on your language followed by Enter.
title srcds.com Watchdog
:srcds
echo (%time%) srcds started.
start /wait srcds.exe -console -game garrysmod +map gm_flatgrass +maxplayers 32
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
Title: Re: Why the <censor> am i having valve.rc not executing on my garrys mod deicated source
Post by: Bytewave on April 20, 2014, 05:38:37 AM
Code: [Select]
@echo off
cls
echo Protecting srcds from crashes...
echo If you want to close srcds and this script, close the srcds window and type Y depending on your language followed by Enter.
title srcds.com Watchdog
:srcds
echo (%time%) srcds started.
start /wait srcds.exe -console -game garrysmod +map gm_flatgrass +maxplayers 32
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
Do you have your update script as well?
Also, code tags work like this:
[code]<your code here>[/code]
:P
Title: Re: Why the <censor> am i having valve.rc not executing on my garrys mod deicated source
Post by: Lewis on April 20, 2014, 05:39:49 AM
what one??
Title: Re: Why the <censor> am i having valve.rc not executing on my garrys mod deicated source
Post by: Bytewave on April 20, 2014, 05:40:22 AM
what one??
What code do you use to update your server files?
(How did you install your server?)
Title: Re: Why the <censor> am i having valve.rc not executing on my garrys mod deicated source
Post by: Lewis on April 20, 2014, 05:41:23 AM
STEAMCMD
Title: Re: Why the <censor> am i having valve.rc not executing on my garrys mod deicated source
Post by: Bytewave on April 20, 2014, 05:43:23 AM
STEAMCMD
Hm...

Try adding validate to the end of app_update.

Example:
Code: [Select]
app_update 4020 validate
If you use a shell or batch script, add a + in front of app_update. Otherwise, leave it out.
Title: Re: Why the <censor> am i having valve.rc not executing on my garrys mod deicated source
Post by: Lewis on April 20, 2014, 05:50:35 AM
Thank you it worked perfectly!

Topic closed!

Problem sorted