What's up with all the crazy servers?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • iQue
    Member
    • May 2007
    • 4925

    #16
    Re: What's up with all the crazy servers?

    The double XP weekend was worth nothing

    Comment

    • Dan2k3k4
      Member
      • Oct 2003
      • 1283

      #17
      Re: What's up with all the crazy servers?

      It's just a server config, all of them are dvars that Treyarch didn't cheat protect... I didn't actually realise them since I haven't had time to look through the various files in the mod tools, but in the _rank.gsc it has all the dvars...

      Tally posted this up on RGN, although many people already noticed it and had set it up for there servers:

      Simply put this in your server config and edit the values to whatever you want, don't put it too high because if someone with rank 1 joins and kills and ends up getting say 15000 points for a kill then they'd rank up like 15 ranks, which could boot them off the server for some error... I know that's what happened when I tweaked this stuff (but I had it in a mod, didn't realise it was not protected in stock)

      //TDM based xp points
      set scr_tdm_score_kill "10"
      set scr_tdm_score_headshot "10"
      set scr_tdm_score_assist_75 "8"
      set scr_tdm_score_assist_50 "6"
      set scr_tdm_score_assist_25 "4"
      set scr_tdm_score_assist "2"
      set scr_tdm_score_suicide "0"
      set scr_tdm_score_teamkill "0"
      set scr_tdm_score_dogkill "3"
      set scr_tdm_score_dogassist "1"
      set scr_tdm_score_challenge "250"


      //FFA based xp points
      set scr_dm_score_kill "5"
      set scr_dm_score_headshot "5"
      set scr_dm_score_suicide "0"
      set scr_dm_score_dogkill "2"
      set scr_dm_score_challenge "250"


      //CTF based xp points
      set scr_ctf_score_kill "10"
      set scr_ctf_score_headshot "10"
      set scr_ctf_score_assist_75 "8"
      set scr_ctf_score_assist_50 "6"
      set scr_ctf_score_assist_25 "4"
      set scr_ctf_score_assist "2"
      set scr_ctf_score_suicide "0"
      set scr_ctf_score_teamkill "0"
      set scr_ctf_score_dogkill "3"
      set scr_ctf_score_dogassist "1"
      set scr_ctf_score_win "1"
      set scr_ctf_score_loss "0.5"
      set scr_ctf_score_tie "0.75"
      set scr_ctf_score_capture "30"
      set scr_ctf_score_defend "30"
      set scr_ctf_score_challenge "250"


      //KOTH based xp points
      set scr_koth_score_kill "10"
      set scr_koth_score_headshot "10"
      set scr_koth_score_assist_75 "8"
      set scr_koth_score_assist_50 "6"
      set scr_koth_score_assist_25 "4"
      set scr_koth_score_assist "2"
      set scr_koth_score_suicide "0"
      set scr_koth_score_teamkill "0"
      set scr_koth_score_dogkill "3"
      set scr_koth_score_dogassist "1"
      set scr_koth_score_win "1"
      set scr_koth_score_loss "0.5"
      set scr_koth_score_tie "0.75"
      set scr_koth_score_capture "30"
      set scr_koth_score_defend "30"
      set scr_koth_score_challenge "250"


      //DOM based xp points
      set scr_dom_score_kill "10"
      set scr_dom_score_headshot "10"
      set scr_dom_score_assist_75 "8"
      set scr_dom_score_assist_50 "6"
      set scr_dom_score_assist_25 "4"
      set scr_dom_score_assist "2"
      set scr_dom_score_suicide "0"
      set scr_dom_score_teamkill "0"
      set scr_dom_score_dogkill "3"
      set scr_dom_score_dogassist "1"
      set scr_dom_score_win "1"
      set scr_dom_score_loss "0.5"
      set scr_dom_score_tie "0.75"
      set scr_dom_score_capture "30"
      set scr_dom_score_defend "30"
      set scr_dom_score_challenge "250"


      //SD based xp points
      set scr_sd_score_kill "10"
      set scr_sd_score_headshot "10"
      set scr_sd_score_assist_75 "8"
      set scr_sd_score_assist_50 "6"
      set scr_sd_score_assist_25 "4"
      set scr_sd_score_assist "2"
      set scr_sd_score_suicide "0"
      set scr_sd_score_teamkill "0"
      set scr_sd_score_dogkill "3"
      set scr_sd_score_dogassist "1"
      set scr_sd_score_win "1"
      set scr_sd_score_loss "0.5"
      set scr_sd_score_tie "0.75"
      set scr_sd_score_capture "30"
      set scr_sd_score_defend "30"
      set scr_sd_score_challenge "250"


      //TWAR based xp points
      set scr_twar_score_kill "10"
      set scr_twar_score_headshot "10"
      set scr_twar_score_assist_75 "8"
      set scr_twar_score_assist_50 "6"
      set scr_twar_score_assist_25 "4"
      set scr_twar_score_assist "2"
      set scr_twar_score_suicide "0"
      set scr_twar_score_teamkill "0"
      set scr_twar_score_dogkill "3"
      set scr_twar_score_dogassist "1"
      set scr_twar_score_win "1"
      set scr_twar_score_loss "0.5"
      set scr_twar_score_tie "0.75"
      set scr_twar_score_capture "30"
      set scr_twar_score_defend "30"
      set scr_twar_score_challenge "250"


      //SAB based xp points
      set scr_sab_score_kill "10"
      set scr_sab_score_headshot "10"
      set scr_sab_score_assist_75 "8"
      set scr_sab_score_assist_50 "6"
      set scr_sab_score_assist_25 "4"
      set scr_sab_score_assist "2"
      set scr_sab_score_suicide "0"
      set scr_sab_score_teamkill "0"
      set scr_sab_score_dogkill "3"
      set scr_sab_score_dogassist "1"
      set scr_sab_score_win "1"
      set scr_sab_score_loss "0.5"
      set scr_sab_score_tie "0.75"
      set scr_sab_score_capture "30"
      set scr_sab_score_defend "30"
      set scr_sab_score_challenge "250"
      It's getting fixed in the patch, which could be before Xmas, or after the New Year... either way, I think if server admins want more players just simply up the kill points a bit and add power server to your name... seems most of those get filled pretty quickly...

      Also: Speed and Gravity can be changed but they get reset on new rounds etc. so if you really wanted a low grav, high speed server (a la quake style) then just use pb tasks and set it to so that it sets speed and gravity to your value every 10 seconds or something... or if you have a server bot like B3 (bigbrotherbot.com) - then I think this can force the values too...

      Comment

      • JoMaMaz
        Member
        • Jul 2007
        • 2305

        #18
        Re: What's up with all the crazy servers?

        Yeah, I went to play S&D the other day, and I could only see powerlevel servers...I was like, are you kidding me? That's when I went into one to see it, got 2 kills, 150 pts, you keep respawning and I was like, no thx.

        Comment

        • (BG)Patton
          Member
          • Jun 2007
          • 829

          #19
          Re: What's up with all the crazy servers?

          my friend found a rifles only 1000 point per kill server. got 5 ranks in one map (the top5 ranks) i called him an f-ing d-bag.

          Comment

          • JoMaMaz
            Member
            • Jul 2007
            • 2305

            #20
            Re: What's up with all the crazy servers?

            Originally posted by (BG)Patton
            my friend found a rifles only 1000 point per kill server. got 5 ranks in one map (the top5 ranks) i called him an f-ing d-bag.

            :rofl::rofl::rofl:

            Comment

            • Keyelite
              Member
              • Feb 2006
              • 1043

              #21
              Re: What's up with all the crazy servers?

              Originally posted by thekillerjud
              You can change both the kill point value and game speed, gravity etc through rcon. You could do this in cod4 as well.
              It was not as popular in COD4 though. In COD4, there was only up to level 55. That's it. No prestige, no ranks past 55. It was easy.
              Now you got this game, which has a LOT more ranks than COD4. People want to rise to the top. This is getting to the point how BF2 was. Stat padding was rampant because of the fact there was so many ranks and almost impossible to get them all.

              Comment

              • Swatpll
                Member
                • Jan 2007
                • 350

                #22
                Re: What's up with all the crazy servers?

                Can someone tell me a name of this server i wanna have those server LOL:yay::yay::yay:

                Comment

                • JoMaMaz
                  Member
                  • Jul 2007
                  • 2305

                  #23
                  Re: What's up with all the crazy servers?

                  I actually left the name and ip's of those servers out of my copy and paste. I don't promote the lame, I simply report about it.

                  Comment

                  • Swatpll
                    Member
                    • Jan 2007
                    • 350

                    #24
                    Re: What's up with all the crazy servers?

                    cmon lol i foud a server but is germany and i lie in canada i can't verry play is kick me out for hight ping dude this server is war mod its awsome!!


                    Adn if i start a lan server can i put this setting???

                    /TDM based xp points
                    set scr_tdm_score_kill "10"
                    set scr_tdm_score_headshot "10"
                    set scr_tdm_score_assist_75 "8"
                    set scr_tdm_score_assist_50 "6"
                    set scr_tdm_score_assist_25 "4"
                    set scr_tdm_score_assist "2"
                    set scr_tdm_score_suicide "0"
                    set scr_tdm_score_teamkill "0"
                    set scr_tdm_score_dogkill "3"
                    set scr_tdm_score_dogassist "1"
                    set scr_tdm_score_challenge "250"


                    //FFA based xp points
                    set scr_dm_score_kill "5"
                    set scr_dm_score_headshot "5"
                    set scr_dm_score_suicide "0"
                    set scr_dm_score_dogkill "2"
                    set scr_dm_score_challenge "250"


                    //CTF based xp points
                    set scr_ctf_score_kill "10"
                    set scr_ctf_score_headshot "10"
                    set scr_ctf_score_assist_75 "8"
                    set scr_ctf_score_assist_50 "6"
                    set scr_ctf_score_assist_25 "4"
                    set scr_ctf_score_assist "2"
                    set scr_ctf_score_suicide "0"
                    set scr_ctf_score_teamkill "0"
                    set scr_ctf_score_dogkill "3"
                    set scr_ctf_score_dogassist "1"
                    set scr_ctf_score_win "1"
                    set scr_ctf_score_loss "0.5"
                    set scr_ctf_score_tie "0.75"
                    set scr_ctf_score_capture "30"
                    set scr_ctf_score_defend "30"
                    set scr_ctf_score_challenge "250"


                    //KOTH based xp points
                    set scr_koth_score_kill "10"
                    set scr_koth_score_headshot "10"
                    set scr_koth_score_assist_75 "8"
                    set scr_koth_score_assist_50 "6"
                    set scr_koth_score_assist_25 "4"
                    set scr_koth_score_assist "2"
                    set scr_koth_score_suicide "0"
                    set scr_koth_score_teamkill "0"
                    set scr_koth_score_dogkill "3"
                    set scr_koth_score_dogassist "1"
                    set scr_koth_score_win "1"
                    set scr_koth_score_loss "0.5"
                    set scr_koth_score_tie "0.75"
                    set scr_koth_score_capture "30"
                    set scr_koth_score_defend "30"
                    set scr_koth_score_challenge "250"


                    //DOM based xp points
                    set scr_dom_score_kill "10"
                    set scr_dom_score_headshot "10"
                    set scr_dom_score_assist_75 "8"
                    set scr_dom_score_assist_50 "6"
                    set scr_dom_score_assist_25 "4"
                    set scr_dom_score_assist "2"
                    set scr_dom_score_suicide "0"
                    set scr_dom_score_teamkill "0"
                    set scr_dom_score_dogkill "3"
                    set scr_dom_score_dogassist "1"
                    set scr_dom_score_win "1"
                    set scr_dom_score_loss "0.5"
                    set scr_dom_score_tie "0.75"
                    set scr_dom_score_capture "30"
                    set scr_dom_score_defend "30"
                    set scr_dom_score_challenge "250"


                    //SD based xp points
                    set scr_sd_score_kill "10"
                    set scr_sd_score_headshot "10"
                    set scr_sd_score_assist_75 "8"
                    set scr_sd_score_assist_50 "6"
                    set scr_sd_score_assist_25 "4"
                    set scr_sd_score_assist "2"
                    set scr_sd_score_suicide "0"
                    set scr_sd_score_teamkill "0"
                    set scr_sd_score_dogkill "3"
                    set scr_sd_score_dogassist "1"
                    set scr_sd_score_win "1"
                    set scr_sd_score_loss "0.5"
                    set scr_sd_score_tie "0.75"
                    set scr_sd_score_capture "30"
                    set scr_sd_score_defend "30"
                    set scr_sd_score_challenge "250"


                    //TWAR based xp points
                    set scr_twar_score_kill "10"
                    set scr_twar_score_headshot "10"
                    set scr_twar_score_assist_75 "8"
                    set scr_twar_score_assist_50 "6"
                    set scr_twar_score_assist_25 "4"
                    set scr_twar_score_assist "2"
                    set scr_twar_score_suicide "0"
                    set scr_twar_score_teamkill "0"
                    set scr_twar_score_dogkill "3"
                    set scr_twar_score_dogassist "1"
                    set scr_twar_score_win "1"
                    set scr_twar_score_loss "0.5"
                    set scr_twar_score_tie "0.75"
                    set scr_twar_score_capture "30"
                    set scr_twar_score_defend "30"
                    set scr_twar_score_challenge "250"


                    //SAB based xp points
                    set scr_sab_score_kill "10"
                    set scr_sab_score_headshot "10"
                    set scr_sab_score_assist_75 "8"
                    set scr_sab_score_assist_50 "6"
                    set scr_sab_score_assist_25 "4"
                    set scr_sab_score_assist "2"
                    set scr_sab_score_suicide "0"
                    set scr_sab_score_teamkill "0"
                    set scr_sab_score_dogkill "3"
                    set scr_sab_score_dogassist "1"
                    set scr_sab_score_win "1"
                    set scr_sab_score_loss "0.5"
                    set scr_sab_score_tie "0.75"
                    set scr_sab_score_capture "30"
                    set scr_sab_score_defend "30"
                    set scr_sab_score_challenge "250"



                    If yes how?

                    Comment

                    • Roamer
                      Member
                      • Oct 2008
                      • 240

                      #25
                      Re: What's up with all the crazy servers?

                      Playing on a Power Server is akin to altering your player profile to up your rank. It is lame and exploits the game. The coming patch will rectify this, hopefully. I wouldn't be surprised if any player that has ranked up unnaturally quickly could have their ranks removed. I hope so.

                      Why would anyone want to rank up this quickly. It kills the game, prematurely. I love ranking up. I find it fun to see what I've gained after a night of playing.

                      Comment

                      • stilla-killa
                        CantGetRight
                        • Aug 2005
                        • 5905

                        #26
                        Re: What's up with all the crazy servers?

                        Originally posted by Roamer
                        Playing on a Power Server is akin to altering your player profile to up your rank. It is lame and exploits the game. The coming patch will rectify this, hopefully. I wouldn't be surprised if any player that has ranked up unnaturally quickly could have their ranks removed. I hope so.

                        Why would anyone want to rank up this quickly. It kills the game, prematurely. I love ranking up. I find it fun to see what I've gained after a night of playing.
                        And that is why I have profile backed up in case that happens.

                        Comment

                        • Wizrdwarts
                          Member
                          • Dec 2006
                          • 3754

                          #27
                          Re: What's up with all the crazy servers?

                          I, for one, don't give a crap about powerlevel servers. It might be an exploit, but for what? A prestige rank badge and more unlocks, that's it. You can still play against a powerleveler, he might have slightly better equipment, but he isn't nearly unbeatable like hackers. And anyone can get to the high levels, whereas hacking is banned outright.

                          If I had the game I would definitely play on these servers to level up. Once I get the decent stuff I would play on normal servers for what games are meant to provide--fun. :thumbsup:

                          Comment

                          • Swatpll
                            Member
                            • Jan 2007
                            • 350

                            #28
                            Re: What's up with all the crazy servers?

                            Lolz prestige 10 all challenge complet and some gun complete yes sir!! Backup time:thumbsup:

                            Comment

                            • -Shifty-
                              Member
                              • Sep 2007
                              • 2525

                              #29
                              Re: What's up with all the crazy servers?

                              Is this like illegal or unallowed?

                              Comment

                              • Iwantcable
                                Member
                                • Jul 2007
                                • 2362

                                #30
                                Re: What's up with all the crazy servers?

                                Originally posted by Bradley
                                Is this like illegal or unallowed?
                                I would consider it an exploit to be fixed by Treyarch, but there are no consequences to using it (that I know of anyway). They can't wipe your stats like BF.

                                Comment

                                Working...