CombatRsq Posted November 15, 2007 Share Posted November 15, 2007 Could not find it in the forum. What is the ideal setting for sreen shots. I want to be able to see mini map and crosshairs. Thanks Quote Link to comment Share on other sites More sharing options...
RodeoBob Posted November 15, 2007 Share Posted November 15, 2007 Look ^^^^ there is a link on the bar at the top called "Downloads". Click it and look at the tutorials section. There is a screenshot guide. :P Quote Link to comment Share on other sites More sharing options...
Woolf Posted November 15, 2007 Share Posted November 15, 2007 Here's what we use, pb_sv_AutoSsFrom 300 //[Minimum # of seconds to wait before requesting next ss] pb_sv_AutoSsTo 1500 //[Maximum # of seconds to wait before requesting next ss] pb_sv_AutoSs 1 //[Take screenshots automaticall] pb_sv_SsFloor 1 //[Starting screenshot #] pb_sv_SsCeiling 8000 //[Maximum screenshots allowed before old ones are overwritten] pb_sv_SsCmd "" //[Filename of file to run after screenshots are processed] pb_sv_SsPath "" //[Path where remote screenshots are saved] pb_sv_SsDelay 0 //[Maximum delay client waits before capturing screenshot] pb_sv_SsWidth 800 //[Requested pixel width of remote screenshots] pb_sv_SsHeight 410 //[Requested pixel height of remote screenshots] pb_sv_SsSrate 2 //[Sample Rate for screenshots] pb_sv_SsXpct 50 //[Percentage across screen for remote screenshots] pb_sv_SsYpct 50 //[Percentage down screen for remote screenshots] Or you can use the settings in the link Rodeo provided. Whatever you do, just be sure that you do not set the pb_sv_AutoSsFrom and pb_sv_AutoSsTo values too low, otherwise you will get a lot of unreturned/timed out screenshots. If there's a suspected hacker on your server, you could always manually request a screenshot with the pb_sv_getss command. Quote Link to comment Share on other sites More sharing options...
Turkish/Pervert Posted January 5, 2008 Share Posted January 5, 2008 thanks for the info :D 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.