Search found 297 matches

by Spray
Wed May 01, 2013 5:59 pm
Forum: CS:Source/TF2/DoD:Source
Topic: Sprays
Replies: 2
Views: 1202

Re: Sprays

This was a problem introduced with the switch to the Steampipe. There is currently an update scheduled for tomorrow that should resolve this problem.
by Spray
Wed May 01, 2013 3:18 pm
Forum: CS:Source/TF2/DoD:Source
Topic: SteamPipe/SteamCMD conversions?
Replies: 25
Views: 8693

Re: SteamPipe/SteamCMD conversions?

No problem. If you wish to change the location Sourcemod looks for that file, you can set the following in your server.cfg:

Code: Select all

mapcyclefile "cfg/mapcycle.txt"
by Spray
Wed May 01, 2013 3:03 pm
Forum: CS:Source/TF2/DoD:Source
Topic: SteamPipe/SteamCMD conversions?
Replies: 25
Views: 8693

Re: SteamPipe/SteamCMD conversions?

The new update has moved the default location of mapcycle files to the tf/cfg directory.

Sourcemod still looks for the mapcycle.txt file in the main game directory. Trying making or moving a mapcycle.txt file into the /tf/ folder.
by Spray
Tue Apr 30, 2013 7:24 pm
Forum: Game and voice servers
Topic: BC2/BF3/MoH/MoHW admin daemon feedback
Replies: 400
Views: 829505

Re: BC2/BF3/MoH/MoHW admin daemon feedback

Shadow2k1, here is what is happening: Both programs are listening to the rcon output of your server, looking for stats, chat, commands etc... You type in !rules in chat. Procon sees in RCON that a command was typed, it checks to see if that is a valid command (It is for Procon) and you get the outpu...
by Spray
Mon Apr 29, 2013 7:59 pm
Forum: Minecraft
Topic: Recommended plugin for controlling player ranks for MC serve
Replies: 2
Views: 1223

Re: Recommended plugin for controlling player ranks for MC s

I think Essentials Group Manager is a pretty good plugin for this. It's been around a long while, it's well documented, and doesn't take long to get a basic setup done. You can read more here: http://wiki.ess3.net/wiki/Group_Manager
by Spray
Mon Apr 29, 2013 6:51 pm
Forum: CS:Source/TF2/DoD:Source
Topic: GunGame:SM music
Replies: 21
Views: 6445

Re: GunGame:SM music

Sorry about that, I meant \custom\ggsounds\sound\knifefight, the same as before.
by Spray
Mon Apr 29, 2013 5:40 pm
Forum: CS:Source/TF2/DoD:Source
Topic: GunGame:SM music
Replies: 21
Views: 6445

Re: GunGame:SM music

Make sure that files only reside in one place on the server, inside of \custom\sound\knifefight\. Also, try shortening your sm_knifefight_fightsongs to just: sm_knifefight_fightsongs "knifefight/azurebladez.mp3" I tested locally using your websync folder as my sv_downloadurl and it worked ...
by Spray
Mon Apr 29, 2013 2:43 pm
Forum: CS:Source/TF2/DoD:Source
Topic: GunGame:SM music
Replies: 21
Views: 6445

Re: GunGame:SM music

If the end music is part of the same mod, make sure to fix the cvar length first and then test to see if the other features are working.
by Spray
Mon Apr 29, 2013 2:09 pm
Forum: CS:Source/TF2/DoD:Source
Topic: GunGame:SM music
Replies: 21
Views: 6445

Re: GunGame:SM music

I see. That CVAR value is too long (sm_knifefight_fightsongs). The plugin developer should have used a .txt config. Try removing a few of those songs and trying again.
by Spray
Mon Apr 29, 2013 1:44 pm
Forum: CS:Source/TF2/DoD:Source
Topic: GunGame:SM music
Replies: 21
Views: 6445

Re: GunGame:SM music

Downloading one file at a time is normal, the server makes sequential requests for each file the client is missing. Would you mind listing the files inside of the knifefight directory as well as linking to your websync folder?
by Spray
Mon Apr 29, 2013 1:30 pm
Forum: CS:Source/TF2/DoD:Source
Topic: GunGame:SM music
Replies: 21
Views: 6445

Re: GunGame:SM music

So the KnifeFight music is another mod?

Try this directory structure:

Code: Select all

custom\ggsounds\sound\knifefight
by Spray
Mon Apr 29, 2013 1:10 pm
Forum: CS:Source/TF2/DoD:Source
Topic: GunGame:SM music
Replies: 21
Views: 6445

Re: GunGame:SM music

Can you post the full path to the sounds you are trying to use? Thanks.
by Spray
Sun Apr 28, 2013 10:15 am
Forum: Game and voice servers
Topic: Latency
Replies: 5
Views: 1660

Re: Latency

I think a ping under 100ms is usually considered optimal by most players. When it comes to league play, the rules usually state that the average ping of a team should be fairly balanced with the average ping of another team, not that all players must have a low ping. If you have all west coast guys ...
by Spray
Sun Apr 28, 2013 10:04 am
Forum: Webhosting
Topic: how to restore my website backup
Replies: 6
Views: 1330

Re: how to restore my website backup

How large is the backup you're bringing over? It's it's not too big, then the majority can be done quite easily via FTP and phpMyAdmin.
by Spray
Sun Apr 28, 2013 9:20 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Need help as with my webserver /VDS
Replies: 1
Views: 684

Re: Need help as with my webserver /VDS

That guide is from 2006, so I would consider it quite dated. When installing software you're unfamiliar with, it would be best to use a more recent guide as it will likely be more accurate. As far as whether or not turning your VDS into your webserver is useful, it depends on you. If you're going to...