Affinity Posted November 12, 2008 Share Posted November 12, 2008 I am trying to setup scrolling messages in COD WaW. I was successfully able to do this in my COD4 server with the srvmsgs.cfg file listed in the COD4 forum. I added the line 'pb_sv_load srvmsgs.cfg' to my pbsv.cfg file on my WaW server and restarted the server. Weird thing happened. When I am in full console, (shift ~), I see the messages scrolling just fine. When I get back into game, I don't see anything. Also when I issue a pb_sv_restart, i usually see a "Punkbuster Server ....." message that appears when punkbuster is starting. I do not see this either. So this got me thinking that the punkbuster messaging is hidden or something. But going through my PB pbsv.cfg and my COD5 config.cfg files don't list anything that would stop it from appearing. Any thoughts? Thanks. Quote Link to comment Share on other sites More sharing options...
Ice Man Posted November 12, 2008 Share Posted November 12, 2008 if your using pb_sv_say message you need to change it to just say EX: pb_sv_task 10 120 "say ^0[^2RUF^0]^7 ^3Clan is now recruiting! ^2Visit ^5www.^7RUFClan^5.com ^2For Details" pb_sv_task 10 120 "say ^0[^2RUF^0]= ^9Respect, ^9Unity, ^2and ^9Fun!" pb_sv_task 30 120 "say ^2Join us at ^5www.^7RUFClan^5.com" pb_sv_task 50 120 "say ^1Cheaters will be burned!" pb_sv_task 70 120 "say ^4Welcome to ^7RUF ^1HC ^4TDM" pb_sv_task 90 120 "say ^2Join us on ^1T^2e^3a^4m^5s^6p^7e^8a^9k^0! ^3Visit ^5www.^7RUFClan^5.com ^3For Info" pb_sv_task 110 120 "say ^2Favorite our servers please!" I put mine into a pbsvuser.cfg file along with my md5 and cvar checks. -Dan Quote Link to comment Share on other sites More sharing options...
Affinity Posted November 12, 2008 Author Share Posted November 12, 2008 (edited) Changing the pb_sv_say command to just the 'say command worked to bring the messages up at the console. Is there some reason not to use the pb_sv_say command? I really like having the message appear at the bottom of the screen? Thanks for the reply. I was driving myself crazy. Edited November 12, 2008 by Affinity Quote Link to comment Share on other sites More sharing options...
Ice Man Posted November 12, 2008 Share Posted November 12, 2008 Changing the pb_sv_say command to just the 'say command worked to bring the messages up at the console. Is there some reason not to use the pb_sv_say command? I really like having the message appear at the bottom of the screen? Thanks for the reply. I was driving myself crazy. no idea dude. I liked it on the bottom too... Just doesn't work. game needs a few more patches so just keep an eye out. Quote Link to comment Share on other sites More sharing options...
PITTBULL-DoW- Posted November 13, 2008 Share Posted November 13, 2008 evenbalance sent out something killing them on the pbsv.cfg file had to replace with the old one for them to work as Frostie said in the SGA forums Quote Link to comment Share on other sites More sharing options...
PITTBULL-DoW- Posted November 13, 2008 Share Posted November 13, 2008 so all you did was add this to your pbsvuser.cfg? pb_sv_task 10 120 "say ^0[^2RUF^0]^7 ^3Clan is now recruiting! ^2Visit ^5www.^7RUFClan^5.com ^2For Details" pb_sv_task 10 120 "say ^0[^2RUF^0]= ^9Respect, ^9Unity, ^2and ^9Fun!" pb_sv_task 30 120 "say ^2Join us at ^5www.^7RUFClan^5.com" pb_sv_task 50 120 "say ^1Cheaters will be burned!" pb_sv_task 70 120 "say ^4Welcome to ^7RUF ^1HC ^4TDM" pb_sv_task 90 120 "say ^2Join us on ^1T^2e^3a^4m^5s^6p^7e^8a^9k^0! ^3Visit ^5www.^7RUFClan^5.com ^3For Info" pb_sv_task 110 120 "say ^2Favorite our servers please!" Quote Link to comment Share on other sites More sharing options...
Ice Man Posted November 13, 2008 Share Posted November 13, 2008 so all you did was add this to your pbsvuser.cfg? pb_sv_task 10 120 "say ^0[^2RUF^0]^7 ^3Clan is now recruiting! ^2Visit ^5www.^7RUFClan^5.com ^2For Details" pb_sv_task 10 120 "say ^0[^2RUF^0]= ^9Respect, ^9Unity, ^2and ^9Fun!" pb_sv_task 30 120 "say ^2Join us at ^5www.^7RUFClan^5.com" pb_sv_task 50 120 "say ^1Cheaters will be burned!" pb_sv_task 70 120 "say ^4Welcome to ^7RUF ^1HC ^4TDM" pb_sv_task 90 120 "say ^2Join us on ^1T^2e^3a^4m^5s^6p^7e^8a^9k^0! ^3Visit ^5www.^7RUFClan^5.com ^3For Info" pb_sv_task 110 120 "say ^2Favorite our servers please!" yep. I put in my md5 + cvar checks in the same file so I know they're working ;) Quote Link to comment Share on other sites More sharing options...
PITTBULL-DoW- Posted November 13, 2008 Share Posted November 13, 2008 im using the pbsvuser for messages now, but i get double scrolling messages when they scroll what would cause that? Quote Link to comment Share on other sites More sharing options...
Ice Man Posted November 14, 2008 Share Posted November 14, 2008 if they were located in two files or two parts of the same file Quote Link to comment Share on other sites More sharing options...
PITTBULL-DoW- Posted November 14, 2008 Share Posted November 14, 2008 (edited) nope had them in my pbsvmessages folder first and deleted that and took the load command out of my pbsv file and they are still doing it // ******************************************* //Server Messages pb_sv_task 10 120 say "^2LIVE Server STATS on www.dow-stats.com" pb_sv_task 30 120 say "^2~DoW~ is now RECRUITING ages 16+ apply @ www.dow-stats.com" pb_sv_task 50 120 say "^2Like our server? Please consider donating to help us keep it going" pb_sv_task 70 120 say "^3Please Add our Servers to your Favorites!!! Edited November 14, 2008 by PITTBULL-DoW- Quote Link to comment Share on other sites More sharing options...
Ice Man Posted November 14, 2008 Share Posted November 14, 2008 check all your config files in your pb folder on your server. Quote Link to comment Share on other sites More sharing options...
Merlintime Posted November 14, 2008 Share Posted November 14, 2008 nope had them in my pbsvmessages folder first and deleted that and took the load command out of my pbsv file and they are still doing it Do a PB_SV_TList command and view the results. Verify you do not have any duplicate tasks. Quote Link to comment Share on other sites More sharing options...
foolishtank Posted November 14, 2008 Share Posted November 14, 2008 // ******************************************* //Server Messages pb_sv_task 10 120 say "^2LIVE Server STATS on www.dow-stats.com" pb_sv_task 30 120 say "^2~DoW~ is now RECRUITING ages 16+ apply @ www.dow-stats.com" pb_sv_task 50 120 say "^2Like our server? Please consider donating to help us keep it going" pb_sv_task 70 120 say "^3Please Add our Servers to your Favorites!!! Your timing for those messages if off. Sometimes this can cause that problem too. If your messages start 10 seconds after the server starts, and you have 20 seconds between each message, with 4 messages. Then your timing would look like this pb_sv_task 10 80 say "^2LIVE Server STATS on www.dow-stats.com" pb_sv_task 30 80 say "^2~DoW~ is now RECRUITING ages 16+ apply @ www.dow-stats.com" pb_sv_task 50 80 say "^2Like our server? Please consider donating to help us keep it going" pb_sv_task 70 80 say "^3Please Add our Servers to your Favorites!!! This will loop your messages every 20 seconds without overlapping or repeating. But you might want to spread them out a little. 20 seconds between messages isn't long. People may get tired of the spam. Below is a sample to run your 4 messages 30 seconds after the server starts and one every 90 seconds after that. pb_sv_task 30 330 say "^2LIVE Server STATS on www.dow-stats.com" pb_sv_task 120 330 say "^2~DoW~ is now RECRUITING ages 16+ apply @ www.dow-stats.com" pb_sv_task 210 330 say "^2Like our server? Please consider donating to help us keep it going" pb_sv_task 300 330 say "^3Please Add our Servers to your Favorites!!! Quote Link to comment Share on other sites More sharing options...
PITTBULL-DoW- Posted November 15, 2008 Share Posted November 15, 2008 thanks man ill give that a try because i dont have duplicate messages on my server Quote Link to comment Share on other sites More sharing options...
PINPOINT Posted November 16, 2008 Share Posted November 16, 2008 I have the scrolling messages running within my pbsv.cfg, under the pb tasks section. They work fine for me. I am using the generated pbsrv.cfg file for COD WaW found here at PBBans. here is what I have: pb_sv_task 30 180 say "^2We are recruiting mature gamers. Apply at ^7www.teamv3.com^2. pb_sv_task 90 180 say "^2Rules are: ^7No Cheating ^2and ^7No Crybaby Bullshit^2!!! pb_sv_task 120 180 say "^2Join us on our public Ventrilo server, ^7IP: 69.12.77.2:3110" pb_sv_task 150 180 say "^2Enjoy the Carnage? Well add us to your ^7Favorites^2!!! Quote Link to comment Share on other sites More sharing options...
Sug_97 Posted June 1, 2009 Share Posted June 1, 2009 Is it different for BF2 and BF2142? My scrolling messages are in a messages.cfg file, but I'd like to change the colors of certain groupings. Ours currently look like this: pb_sv_task 120 660 game.sayAll " Quote Link to comment Share on other sites More sharing options...
ToothfairY Posted June 2, 2009 Share Posted June 2, 2009 http://www.pbbans.com/forums/index.php?showtopic=72916 Quote Link to comment Share on other sites More sharing options...
Sug_97 Posted June 3, 2009 Share Posted June 3, 2009 Thank you! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.