Jump to content

Scrolling Server Messages


Affinity

Recommended Posts

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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 by Affinity
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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!"

Link to comment
Share on other sites

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 ;)

Link to comment
Share on other sites

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 by PITTBULL-DoW-
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

// *******************************************

 

//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!!!

Link to comment
Share on other sites

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!!!

Link to comment
Share on other sites

  • 6 months later...

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 "
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.