nats Posted January 16, 2013 Share Posted January 16, 2013 Hey guys,I'm busy with setting up a new Enemy Territory server and I have a question about parameters.I came across the killingspree cvar and I want to use some parameters, and some not.Below you find what I mean:--------------------------------- g_spreeOptionsDescription:Options to control the display of killingsprees.Type: bitmaskParameters:1 Enable killingsprees2 Enable killingspree ends4 Enable multikills8 When set, a top 3 current killing sprees message will be printed every minute, similar to binoc masters, and a map's longest killing spree will be printed every two minutes16 At the beginning of the intermission the highest spree and the 3 highest sprees which are still active will be shown32 /kill will end a spree64 Teamswitching will end a spree128 Multikill messages will be delayed g_multikillTime milliseconds, to prevent the doublekill -> multikill -> megakill -> etc. flooding256 Killing bots doesn't count for multikills or killingsprees (Note: they DO count for ending kill/deathsprees)512 Display the map and overall spree record when entering intmission1024 Summary: don't enable this flag if you don't have enabled g_spreeOptions flag 512 OR g_XPSave flag 16 or Shrubbot flag tSpree records are automatically saved into XPSave file when a map ends. By enabling this flag, you also store the spreerecord at the points where g_XPSave flag 16 would store XP. When you don't have set XPSave flag 16 and g_spreeOptions flag 512 and not allow users to use !spreerecord you should NOT set this flag as it takes some extra resources. When XPSave flag 16 is set this doesn't matter (it actually takes much less resources then). When only g_spreeOptions flag 512 or shrubbot flag t is set it won't do much harm anyway (your server won't explode)2048 Enable revivesprees ( [revive] blocks )Default: 0---------------------------------So lets say I'd like to use: 1, 2, 4, 8, 128 and 512How can I write that into my server.cfg? I really don't know how to do that.Please help me,Thanks Quote Link to comment Share on other sites More sharing options...
clan DIABOLIK Posted January 16, 2013 Share Posted January 16, 2013 Hello, you just have to sum all the desired values, et voilà!In your case, write "g_spreeOptions = 655" in your server.cfg. Quote Link to comment Share on other sites More sharing options...
Management TheSilencerPL Posted January 16, 2013 Management Share Posted January 16, 2013 You just need to sum those values up and the result use as the cvar value: set g_spreeOptions 655because:1+2+4+8+128+512 = 655 Quote Link to comment Share on other sites More sharing options...
Management TheSilencerPL Posted January 16, 2013 Management Share Posted January 16, 2013 Hello, you just have to sum all the desired values, et voilà!In your case, write "g_spreeOptions = 655" in your server.cfg.You ninjad me Quote Link to comment Share on other sites More sharing options...
nats Posted January 16, 2013 Author Share Posted January 16, 2013 First of all: Thanks for the very fast response, I really appreciate that!Second: Cool, didn't think it was so easy. I've tried lots of difficult stuff.. But well it works now! Thanks to you guys! Cheers! Quote Link to comment Share on other sites More sharing options...
Management TheSilencerPL Posted January 16, 2013 Management Share Posted January 16, 2013 Welcome Quote Link to comment Share on other sites More sharing options...
nats Posted January 16, 2013 Author Share Posted January 16, 2013 Oh, I got another question: How can I see the Kill/Death ratio when I press TAB? And also how can I see the XP in TAB?I now only see this:NAME C(lass) PRW Ping Can this be changed? Thanks in advance Quote Link to comment Share on other sites More sharing options...
clan DIABOLIK Posted January 16, 2013 Share Posted January 16, 2013 You have to "double-tap" on the TAB to alternate the 3 infos : XP / K/R / PRW Have fun with your silEnT server Quote Link to comment Share on other sites More sharing options...
nats Posted January 16, 2013 Author Share Posted January 16, 2013 Thanks for your help.With kill/death ratio I meant Kill/Death scoreboard. Is that possible?So that you see how many kills (and deaths) everyone got? Also, I'd like to know if it's possible to add sounds to killingsprees and multikills?Cheers! Quote Link to comment Share on other sites More sharing options...
Dragonji Posted January 16, 2013 Share Posted January 16, 2013 With kill/death ratio I meant Kill/Death scoreboard. Is that possible? So that you see how many kills (and deaths) everyone got?Not possible AFAIK, you can only see KR (= Kill Rating). Also, I'd like to know if it's possible to add sounds to killingsprees and multikills?http://mygamingtalk.com/wiki/index.php/Silent_Sounds Quote Link to comment Share on other sites More sharing options...
nats Posted January 16, 2013 Author Share Posted January 16, 2013 Cool it's working!Thanks a lot y'all! 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.