Raised This Month: $51 Target: $400
 12% 

[TF2] Automatic Steam Update


Post New Thread Reply   
 
Thread Tools Display Modes
Phaiz
AlliedModders Donor
Join Date: Feb 2014
Location: USA
Old 09-17-2014 , 06:20   Re: [ANY] Automatic Steam Update
Reply With Quote #281

Quote:
Originally Posted by DrFallen View Post
You have to actually name the .txt in your command line.
/home/steam/steam-server/update1


update1 is the actual file name, /steam-server is the directory it is in
Phaiz is offline
yusufali
Member
Join Date: Feb 2014
Old 09-17-2014 , 12:00   Re: [ANY] Automatic Steam Update
Reply With Quote #282

So does this plugin shutdown the server? or restart it
I dont have my "watchdog" script on linux up and working yet
So i was wondering
__________________
yusufali is offline
Pitbull3
AlliedModders Donor
Join Date: Aug 2009
Location: Degree-Gaming.com
Old 09-17-2014 , 12:21   Re: [ANY] Automatic Steam Update
Reply With Quote #283

Quote:
Originally Posted by Horsedick View Post
Check to make sure you still don't have an older version of steamtools installed along with the new version which could be taking over not causing it to pick up on the hit.
As I said they all have the exact same updated versions, with the same plugin settings.

I have even seen where the server is printing that there is an update and the server must be restarted to apply it, however the plugin doesn't do anything.


EDIT:

Wait up, so... here's a newer version of steamtools ( https://forums.alliedmods.net/showthread.php?t=236206 ), I'm assuming there's been some change so remove steamtools.ext.so from the server and upload steamtools.ext.2.ep2v.so and everything should be fine afterwards?

My current version is SteamTools (0.8.3): SteamWorks for SourceMod.

The above builds link is 0.9.0-d5d0838

Last edited by Pitbull3; 09-17-2014 at 12:44.
Pitbull3 is offline
yusufali
Member
Join Date: Feb 2014
Old 09-17-2014 , 13:07   Re: [ANY] Automatic Steam Update
Reply With Quote #284

Quote:
Originally Posted by Pitbull3 View Post
As I said they all have the exact same updated versions, with the same plugin settings.

I have even seen where the server is printing that there is an update and the server must be restarted to apply it, however the plugin doesn't do anything.


EDIT:

Wait up, so... here's a newer version of steamtools ( https://forums.alliedmods.net/showthread.php?t=236206 ), I'm assuming there's been some change so remove steamtools.ext.so from the server and upload steamtools.ext.2.ep2v.so and everything should be fine afterwards?

My current version is SteamTools (0.8.3): SteamWorks for SourceMod.

The above builds link is 0.9.0-d5d0838
so do which steamTools are we to use?
__________________
yusufali is offline
Horsedick
AlliedModders Donor
Join Date: Sep 2011
Old 09-17-2014 , 13:34   Re: [ANY] Automatic Steam Update
Reply With Quote #285

Quote:
Originally Posted by Pitbull3 View Post
EDIT:

Wait up, so... here's a newer version of steamtools ( https://forums.alliedmods.net/showthread.php?t=236206 ), I'm assuming there's been some change so remove steamtools.ext.so from the server and upload steamtools.ext.2.ep2v.so and everything should be fine afterwards?

My current version is SteamTools (0.8.3): SteamWorks for SourceMod.

The above builds link is 0.9.0-d5d0838
Yes.... the old steamtools.ext.so does not work. You must use the new version steamtools.ext.2.ep2v.so - this is the reason you've been having issues.
Horsedick is offline
Pitbull3
AlliedModders Donor
Join Date: Aug 2009
Location: Degree-Gaming.com
Old 09-17-2014 , 15:42   Re: [ANY] Automatic Steam Update
Reply With Quote #286

Quote:
Originally Posted by yusufali View Post
so do which steamTools are we to use?
Use this one: https://forums.alliedmods.net/showthread.php?t=236206
Pitbull3 is offline
robotortoise
Senior Member
Join Date: Nov 2013
Old 10-20-2014 , 19:41   Re: [ANY] Automatic Steam Update
Reply With Quote #287

So, I have this in my tf2update.txt
Code:
@ShutdownOnFailedCommand 1
@NoPromptForPassword 1
login anonymous
force_install_dir c:\hlserver\tf2
sv_shutdown_timeout_minutes 5
and it still doesn't autoupdate.... :/

Based on how many people I know who got TF2 autoupdate working, there needs to be a better way to do this.

Autoupdate is a pain in the butt....
__________________
-Robotortoise [Palutena's Bro]

If you ever need help with Wii/Gamecube/DS sounds/music/ect., I'm your man!

Contact me via Steam

I don't bite.


How to loop and compress .wav files

Me and my friends' server

Last edited by robotortoise; 10-20-2014 at 19:42.
robotortoise is offline
versatile_bfg
Veteran Member
Join Date: Feb 2012
Old 10-20-2014 , 19:50   Re: [ANY] Automatic Steam Update
Reply With Quote #288

Quote:
Originally Posted by robotortoise View Post
So, I have this in my tf2update.txt
Code:
@ShutdownOnFailedCommand 1
@NoPromptForPassword 1
login anonymous
force_install_dir c:\hlserver\tf2
sv_shutdown_timeout_minutes 5
and it still doesn't autoupdate.... :/

Based on how many people I know who got TF2 autoupdate working, there needs to be a better way to do this.

Autoupdate is a pain in the butt....
you havent told it to update in that file...?

dont you need this in it:

app_update 'app_id'


My update.txt is only this also: [CS:GO]
PHP Code:
login anonymous
force_install_dir 
/home/hype/service593
app_update 740
quit 
__________________

Last edited by versatile_bfg; 10-20-2014 at 19:51.
versatile_bfg is offline
404UserNotFound
BANNED
Join Date: Dec 2011
Old 10-20-2014 , 21:30   Re: [ANY] Automatic Steam Update
Reply With Quote #289

Here's what I use, it works perfectly and autoupdates too. The reason mine looks different may be because I'm on Ubuntu, or it may be because my .sh startup script actually deletes and recreates the file every time you start up the server, and then on a restart it reads that file so it always checks for updates.

'update_server1.txt'
Code:
login anonymous anonymous
force_install_dir /home/usernotfound/tf2/server1
app_update 232250
quit
'server1.sh' (my startup script for my server, this is for *nix systems, feel free to use it and adapt it for your servers. I forget where I found this script, but I love it)
http://pastebin.com/cstUtE5z

Last edited by 404UserNotFound; 10-20-2014 at 21:33.
404UserNotFound is offline
robotortoise
Senior Member
Join Date: Nov 2013
Old 10-20-2014 , 22:29   Re: [ANY] Automatic Steam Update
Reply With Quote #290

Quote:
Originally Posted by abrandnewday View Post
Here's what I use, it works perfectly and autoupdates too. The reason mine looks different may be because I'm on Ubuntu, or it may be because my .sh startup script actually deletes and recreates the file every time you start up the server, and then on a restart it reads that file so it always checks for updates.

'update_server1.txt'
Code:
login anonymous anonymous
force_install_dir /home/usernotfound/tf2/server1
app_update 232250
quit
'server1.sh' (my startup script for my server, this is for *nix systems, feel free to use it and adapt it for your servers. I forget where I found this script, but I love it)
http://pastebin.com/cstUtE5z

I mean, that's a good way of doing it I guess, but uh....I don't have administrator privileges on my server. At least, for the .sh files.
__________________
-Robotortoise [Palutena's Bro]

If you ever need help with Wii/Gamecube/DS sounds/music/ect., I'm your man!

Contact me via Steam

I don't bite.


How to loop and compress .wav files

Me and my friends' server
robotortoise is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:55.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode