
RocknRoll
Members-
Posts
743 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Downloads
Events
Everything posted by RocknRoll
-
pb_sv_task 10 1000 "say ^1Welcome to the ^0Dissidents ^2Rising ^1Public HC server" pb_sv_task 100 1100 "say ^2We are recruiting mature players. Register at www.gamerztheatre.com/dissidents" pb_sv_task 200 1200 "say ^1Check www.cod4tracker.com for stats" After we get the messages showing up we'll work on your times. :lol:
-
Just like from a few posts up, I use a separate config for Tasks/Messages. Pbsv.cfg loads the config: pb_sv_load svrmsgs.cfg //**********************// //*****[ PB TASKS ]*****// //**********************// pb_sv_TaskEmpty // Empties the list of Tasks in memory. //** PB_SV_Task [X] [Y] [command] //** Adds a task to PB's Task List; The Task will be executed X seconds after entry and //** every Y seconds thereafter; use -1 for Y if a one-time task is desired; this can be //** used to execute game server commands as well as PB commands // Task setup for Messages pb_sv_task 20 315 "say ^5Welcome! ^3to the ^7G^4rey^7G^4uardClan ^3CoD4 Server" pb_sv_task 55 315 "say ^1Friendly Fire is ON !!! ^5Apologize ^3for ^5ANY ^3and ^5ALL ^3Team Kills!!!!" pb_sv_task 90 315 "say ^5PLEASE...^3Watch your ^5LANGUAGE ^3and ^5CONDUCT!" pb_sv_task 125 315 "say ^1Don't cheat!! ^3You will be ^5caught, ^3then ^5banned!" pb_sv_task 160 315 "say ^1No ^5Bunny-Hopping ^3allowed!!" pb_sv_task 195 315 "say ^3Visit us at ^1www.^7G^4rey^7G^4uardClan^1.com" pb_sv_task 230 315 "say ^3We stream our logs to ^5PBBans ^3 and ^5PunksBusted" pb_sv_task 265 315 "say ^3Our ^5Ventrilo ^3IP: ^5 64.237.62.226:4613" pb_sv_task 300 315 "say ^3Thanks for visiting our server. ^5Come back soon!" //*** Call of Duty 4 forces pb_sv_guidrelax to 7 on each map_rotate or restart, //*** server starts, etc. The only way to 'fix' it, is with a pb_sv_task that //*** constantly reassigns it. //*** Not sure why, but according to PB it can't be fixed by them just yet. pb_sv_task 60 240 pb_sv_guidrelax 0 //********************************************** //********************************************** 3 messages 120 seconds apart, rotating. Example: pb_sv_task 20 360 "say MESSAGE #1" pb_sv_task 140 360 "say MESSAGE #2" pb_sv_task 260 360 "say MESSAGE #3"
-
Color codes don't work for player names. As you can see they work for messages/chat. config_mp.cfg seta name "^1=^7GG^1= ^4RocknRoll" Result
-
Why can't you get ftp access? I'm with Gameservers and have full ftp access.Well... short of deleting and reinstalling the game that is. :D
-
pb_sv_GuidRelax = 7
RocknRoll replied to LordThor's topic in Streaming Questions and Troubleshooting
From my pbsv.cfg //********************************// //*****[ GUIDRelax SETTINGS ]*****// //********************************// // PB_SV_GUIDRelax[0-7] - Controls PunkBuster's kicking behavior related to PB GUIDS. // UNKN GUIDs = Unknown ( invalid ) // WRONGIP GUIDs = valid but not from the IP the player is connecting from ( ?? ) // // 0 = Kick for UNKN GUIDs, WRONGIP GUIDs and DUPLICATE GUIDs. // 1 = Kick for WRONGIP GUIDs and DUPLICATE GUIDs // 2 = Kick for UNKN guid and DUPLICATE GUIDs // 3 = Kick for DUPLICATE GUIDs. // 4 = Kick for UNKN guid and WRONGIP GUIDs // 5 = Kick for WRONGIP GUIDs . // 6 = Kick for UNKN guid // 7 = DO NOT Kick for UNKN guid, WRONGIP GUIDs and DUPLICATE GUIDs. pb_sv_GUIDRelax 0 // [0-7] Default= 0 ( See above ) pb_sv_NoGuidGrace 15 // [0-300](default=1) Holds the number of seconds PB will wait // before kicking players who join without having a PB GUID; // Refusing to enter a CDKey into the game causes the "no guid" // condition. //*** Call of Duty 4 forces pb_sv_guidrelax to 7 on each map_rotate or restart, //*** server starts, etc. The only way to 'fix' it, is with a pb_sv_task that //*** constantly reassigns it. //*** Not sure why, but according to PB it can't be fixed by them just yet. pb_sv_task 60 240 pb_sv_guidrelax 0 -
That's a "server side" setting in the server/game config. Any idea where you got your list of "cvar checks" that check for it? I use a combined list from here and PsB and that check is not there. set scr_player_sprinttime 4
-
Your GSP should be able to do it for you in a flash.
-
This answers your "5 minutes". PB_SV_KickLen [Minutes] The number of minutes (default is 2) a player will be kept from being able to rejoin after getting kicked by PunkBuster
-
Here's a couple.... Nvidia Download: http://download.nvidia.com/downloads/nZone...-PatchSetup.exe File Front Download: http://files.filefront.com/Call+of+Duty+4+...;/fileinfo.html
-
Make a file called <for example>.cfg ( name it whatever you want. ) In the <for example>.cfg use the "task function" to make your messages. Example: pb_sv_TaskEmpty // Empties the list of Tasks in memory. //** PB_SV_Task [X] [Y] [command] //** Adds a task to PB's Task List; The Task will be executed X seconds after entry and //** every Y seconds thereafter; use -1 for Y if a one-time task is desired; this can be //** used to execute game server commands as well as PB commands // Task setup for Messages pb_sv_task 20 315 "say ^5Welcome! ^3to the ^7G^4rey^7G^4uardClan ^3CoD4 Server" pb_sv_task 55 315 "say ^1Friendly Fire is ON !!! ^5Apologize ^3for ^5ANY ^3and ^5ALL ^3Team Kills!!!!" pb_sv_task 90 315 "say ^5PLEASE...^3Watch your ^5LANGUAGE ^3and ^5CONDUCT!" pb_sv_task 125 315 "say ^1Don't cheat!! ^3You will be ^5caught, ^3then ^5banned!" pb_sv_task 160 315 "say ^1No ^5Bunny-Hopping ^3allowed!!" pb_sv_task 195 315 "say ^3Visit us at ^1www.^7G^4rey^7G^4uardClan^1.com" pb_sv_task 230 315 "say ^3We stream our logs to ^5PBBans ^3 and ^5PunksBusted" pb_sv_task 265 315 "say ^3Our ^5Ventrilo ^3IP: ^5 64.237.62.226:4613" pb_sv_task 300 315 "say ^3Thanks for visiting our server. ^5Come back soon!" In your pbsv.cfg add this line pb_sv_load <for example>.cfg // Loads Server Messages and Scheduled Tasks Also remember //*** Call of Duty 4 forces pb_sv_guidrelax to 7 on each map_rotate or restart, //*** server starts, etc. The only way to 'fix' it, is with a pb_sv_task that //*** constantly reassigns it. pb_sv_task 10 120 pb_sv_guidrelax 0
-
No servers streaming
-
I assume you mean your " |SoS| " tags. Registration is good "|SoS|" Tag Registered SoS CoD4 Squad Member - http://sosquad.net Carlos Ramos 2009-04-06 Obviously you are protecting it correctly pb_sv_protecttag 1 |SoS| Is it possible that Carlos changed the password and the info didn't get passed? They all did the following?: You could have them remove their tags and join your server, then check your svlog for the following. CORRECT regname.dat will look like this [02.26.2008 19:36:35] New Connection (slot #9) ##.##.##.###:##### [****************************571f] "PLAYER" (seq 1054018) [02.26.2008 19:36:35] 571f PLAYER (slot 9|1) *REGISTERED "|SoS|"(1) Registered SoS CoD4 Squad Member - http://sosquad.net Double entry is "normal" ( on my server anyways ) INCORRECT regname.dat will look like this [02.26.2008 19:36:35] New Connection (slot #9) ##.##.##.###:##### [****************************571f] "PLAYER" (seq 1054018) [02.26.2008 19:36:35] 571f PLAYER (slot 9|-1) Supplied INVALID PB Name Registration Information NO regname.dat will look like this [02.26.2008 19:36:35] New Connection (slot #9) ##.##.##.###:##### [****************************571f] "PLAYER" (seq 1054018)
-
It's PunkSBusted.com. When you applied you should have received an email either "accepting" or "denying" your streaming membership. An "accepting" email would have had an activation link just like when you signed up for the forums. A "denying" I believe tells you why and what you can do to fix the problem. You show up in the forum members list ( Wolfman2008 with "0" Posts ) so I assume the email you gave worked for you to be able to activate that. If you did not receive another email about your streaming membership then you should post and ask why. Sometimes "glitches" happen and they may think they sent it and the system didn't actually send it.
-
You have to be connected to a Punkbuster enabled server. - Fully open console to see returned info: " Shift + ~ " - Type /pb_myguid
-
Pbban Kick All Member Clan Cause Our Tag !
RocknRoll replied to skytox's topic in General Discussions
You can use PBBans just fine. Your pbsv.cfg has PB_SV_ExtChar 0 ( = Kick ) Change it to PB_SV_ExtChar 1 ( = no Kick ) -
Pbban Kick All Member Clan Cause Our Tag !
RocknRoll replied to skytox's topic in General Discussions
In your pbsv.cfg: If you want to change the "Kick Length": -
"Track this topic" subscribes to the thread ( > Game Specific Discussion Areas > Battlefield 2142 > Battlefield 2142 MCi updates ) "Subscribe to this Forum" subscribes to the whole forum ( > Game Specific Discussion Areas > Battlefield 2142 )
-
1. Click ==>> PBBans > Public Forums > Game Specific Discussion Areas > Battlefield 2142 > Battlefield 2142 MCi updates 2. "Options" tab on the right. 3. "Track this topic" = Subscribe to the thread. 4. Choose your "Notification option"
-
Ditto again. :biglol: Why yes it is!!!
-
That's probably your CoD4 GUID. You must be connected to a PB server for your PB GUID Not connected to any server = CoD4 GUID Connected to my server = PB GUID
-
Here @ PBBans IP 78.0.83.198 returns: >> 3 CoD4 GUIDs = 1 "Banned" ( PsB ) and 2 "Clean" >> 1 BF2 GUID = "Clean" Alias tfioi for CoD4 returns: >> 1 "clean" GUID. ( One of the 2 from the IP search ) That "clean" GUID is linked by IP ( 78.0.83.198 ) to the "banned" CoD4 GUID @ PunksBusted. Game-Violations probably used the "IP link" to add his "Clean GUID" to their Ban List. Problem seems to be with GV, not PsB. ************** @ PsB IP 78.0.83.198 returns: >> "No results" = no bans for that IP Alias tfioi for All Games returns: >> 1 "clean" GUID for CoD4.
-
Server Banned From Pbbans
RocknRoll replied to edwin08's topic in Streaming Questions and Troubleshooting
Currently shows as "Streaming". Team Servers (3) Not Streaming 8.6.193.26:27960 (ET) Streaming 208.67.250.57:27990 (ET) >> Streaming 208.67.250.53:27970 (ET) << -
Both players seem to be Japanese: kimkimseysey TAKATAKA44
-
1. What game are we referring to? 2. "Noticed" where?