Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    NightmareTX_RETIRED's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1,240
    Reputation
    57
    Thanks
    15,357
    My Mood
    Fine

    Cool Create A 4x XP Lobby (Host Requirement)

    This is a weird one to set. It seems that the dvar scr_tdm_score_kill doesn't exist anymore, which means no more High XP lobbies. But I found something that will allow you to create a 4x XP lobby.

    Exemple: 400 XP/Kill in a TDM Match instead of 100

    How To Set It:

    1. Read String value (13 Characters) of 0x05A42310. You will get "scr_xpscale 1"
    2. Change it to "scr_xpscale 4"
    3. Start Game as Host

    Warning! Setting scr_xpscale higher than 4 or lower than 1 will cause the match to crash and bring you back to the lobby. "scr_xpscale" dvar affects all players connected to your lobby.

    Also, If you have Double XP activated in your profile, I think you will have 8x XP.
    Last edited by NightmareTX_RETIRED; 08-04-2012 at 02:39 AM.

  2. The Following 4 Users Say Thank You to NightmareTX_RETIRED For This Useful Post:

    ArmedCoders (03-22-2013),blobe (08-22-2012),stevonator (08-04-2012),strangerdanger (08-13-2012)

  3. #2
    stevonator's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    83
    Reputation
    10
    Thanks
    144
    My Mood
    Stressed
    wow, nice one dude, thanks for the info, will try it out definetly

  4. #3
    Horror's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    51,4.
    Posts
    6,920
    Reputation
    574
    Thanks
    5,050
    My Mood
    Twisted
    Checked, working, added
     

    Minion+ : February 2014 - January 2015
    Counter Strike: Global Offensive Minion : November 2014 - January 2015
    Alliance of Valiant Arms Minion : August 2014 - January 2015
    Need For Speed World Minion : January 2014 - January 2015
    Rust Minion : January 2014 - January 2015
    Call of Duty Minion : January 2013 - January 2015
    Editor : December 2012 - April 2013
    Donator : March 2014 - Current
    Member : October 2010 - Current

    Previously known as "Isaakske".

  5. #4
    NightmareTX_RETIRED's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1,240
    Reputation
    57
    Thanks
    15,357
    My Mood
    Fine
    UPDATE!

    I found a line that you can add right after "scr_xpscale 4;"

    Code:
    Add this line (This is only one (1) line only) right after "scr_xpscale 4"
    
    scr_restxp_cap 999999;scr_restxp_levelsPerDay 999999;scr_restxp_minRestTime 0;scr_restxp_restedAwardScale 150;scr_restxp_timescale 999999;scr_restxp_enable 1;
    This will activate daily XP boost for the match. Unfortunately, you can only have this once per match and you have to be under lvl 80 to make it work.

  6. #5
    Horror's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    51,4.
    Posts
    6,920
    Reputation
    574
    Thanks
    5,050
    My Mood
    Twisted
    Quote Originally Posted by NightmareTX View Post
    UPDATE!

    I found a line that you can add right after "scr_xpscale 4;"

    Code:
    Add this line (This is only one (1) line only) right after "scr_xpscale 4"
    
    scr_restxp_cap 999999;scr_restxp_levelsPerDay 999999;scr_restxp_minRestTime 0;scr_restxp_restedAwardScale 150;scr_restxp_timescale 999999;scr_restxp_enable 1;
    This will activate daily XP boost for the match. Unfortunately, you can only have this once per match and you have to be under lvl 80 to make it work.
    Ive seen these kinds of things, on fourdeltaone, you would join a server, and immedeately be lvl 70 ...
     

    Minion+ : February 2014 - January 2015
    Counter Strike: Global Offensive Minion : November 2014 - January 2015
    Alliance of Valiant Arms Minion : August 2014 - January 2015
    Need For Speed World Minion : January 2014 - January 2015
    Rust Minion : January 2014 - January 2015
    Call of Duty Minion : January 2013 - January 2015
    Editor : December 2012 - April 2013
    Donator : March 2014 - Current
    Member : October 2010 - Current

    Previously known as "Isaakske".

  7. #6
    Grilofuzeta's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    SQL Server
    Posts
    93
    Reputation
    10
    Thanks
    4
    My Mood
    Devilish
    Quote Originally Posted by NightmareTX View Post
    This is a weird one to set. It seems that the dvar scr_tdm_score_kill doesn't exist anymore, which means no more High XP lobbies. But I found something that will allow you to create a 4x XP lobby.

    Exemple: 400 XP/Kill in a TDM Match instead of 100

    How To Set It:

    1. Read String value (13 Characters) of 0x05A42310. You will get "scr_xpscale 1"
    2. Change it to "scr_xpscale 4"
    3. Start Game as Host

    Warning! Setting scr_xpscale higher than 4 or lower than 1 will cause the match to crash and bring you back to the lobby. "scr_xpscale" dvar affects all players connected to your lobby.

    Also, If you have Double XP activated in your profile, I think you will have 8x XP.
    My scr_xpscale is set to 2 by default
    Changed to 4 nothing.. yes, im host of server

    i need to seach for more strings?
    Code:
    Add this line (This is only one (1) line only) right after "scr_xpscale 4"
    
    scr_restxp_cap 999999;scr_restxp_levelsPerDay 999999;scr_restxp_minRestTime 0;scr_restxp_restedAwardScale 150;scr_restxp_timescale 999999;scr_restxp_enable 1;












  8. #7
    NightmareTX_RETIRED's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1,240
    Reputation
    57
    Thanks
    15,357
    My Mood
    Fine
    Quote Originally Posted by Grilofuzeta View Post
    My scr_xpscale is set to 2 by default
    Changed to 4 nothing.. yes, im host of server

    i need to seach for more strings?
    Code:
    Add this line (This is only one (1) line only) right after "scr_xpscale 4"
    
    scr_restxp_cap 999999;scr_restxp_levelsPerDay 999999;scr_restxp_minRestTime 0;scr_restxp_restedAwardScale 150;scr_restxp_timescale 999999;scr_restxp_enable 1;
    Lately XpScale was set to "2" because it was a double XP weekend. Make sure you are the host and that you set XPScale to "4" before map loading.

  9. #8
    Grilofuzeta's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    SQL Server
    Posts
    93
    Reputation
    10
    Thanks
    4
    My Mood
    Devilish
    Quote Originally Posted by NightmareTX View Post
    Lately XpScale was set to "2" because it was a double XP weekend. Make sure you are the host and that you set XPScale to "4" before map loading.
    I'll test right now

    Edit:
    Address
    05A42310 for scr_xpscale 2
    05A4231E for scr_restxp_enable 0;
    01e44774 for scr_restxp_cap
    01e44744 for scr_restxp_levelsperday
    01e44714 for scr_restxp_minRestTime
    01E447A4 for scr_restxp_restedAwardScale
    01E447D4 for scr_restxp_timescale


    05a42322 and 335AB024 for restxp_enable 0; scr_ missing

    Correct?
    Last edited by Grilofuzeta; 08-13-2012 at 03:47 AM.












  10. #9
    hoschi111's Avatar
    Join Date
    Aug 2007
    Gender
    male
    Location
    127.0.0.1
    Posts
    59
    Reputation
    10
    Thanks
    98
    My Mood
    Amazed
    Hey NightmareTX,
    is there any option to "send" Console Commands through Memory Patching, like you do it with scr_xpscale 4?
    Or are there any other Commands to change the serversettings?

  11. #10
    Horror's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    51,4.
    Posts
    6,920
    Reputation
    574
    Thanks
    5,050
    My Mood
    Twisted
    Quote Originally Posted by hoschi111 View Post
    Hey NightmareTX,
    is there any option to "send" Console Commands through Memory Patching, like you do it with scr_xpscale 4?
    Or are there any other Commands to change the serversettings?
    Already tried this, as far as i know, its not that easy

    Quote Originally Posted by Grilofuzeta View Post
    I'll test right now

    Edit:
    Address
    05A42310 for scr_xpscale 2
    05A4231E for scr_restxp_enable 0;
    01e44774 for scr_restxp_cap
    01e44744 for scr_restxp_levelsperday
    01e44714 for scr_restxp_minRestTime
    01E447A4 for scr_restxp_restedAwardScale
    01E447D4 for scr_restxp_timescale


    05a42322 and 335AB024 for restxp_enable 0; scr_ missing

    Correct?
    Did you apply these values before the match started (even before searching a game) ... Cus after you've found a match, you can no longer change them (atleast they wont take effect ...)
    Last edited by Horror; 08-13-2012 at 10:48 AM.
     

    Minion+ : February 2014 - January 2015
    Counter Strike: Global Offensive Minion : November 2014 - January 2015
    Alliance of Valiant Arms Minion : August 2014 - January 2015
    Need For Speed World Minion : January 2014 - January 2015
    Rust Minion : January 2014 - January 2015
    Call of Duty Minion : January 2013 - January 2015
    Editor : December 2012 - April 2013
    Donator : March 2014 - Current
    Member : October 2010 - Current

    Previously known as "Isaakske".

  12. #11
          ( ° ͜ʖ͡°)╭∩╮
    Former Staff
    MarkHC's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    127.0.0.1
    Posts
    2,750
    Reputation
    66
    Thanks
    14,529
    My Mood
    Angelic
    Quote Originally Posted by hoschi111 View Post
    Hey NightmareTX,
    is there any option to "send" Console Commands through Memory Patching, like you do it with scr_xpscale 4?
    Or are there any other Commands to change the serversettings?
    Yes, just use the code that @Anonymouss have posted before to enable the console and you *should* be good to go
    Last edited by MarkHC; 08-13-2012 at 10:54 AM.


    CoD Minion from 09/19/2012 to 01/10/2013

  13. #12
    strangerdanger's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    93
    Reputation
    10
    Thanks
    454
    My Mood
    Aggressive
    i tried scr_xpscale 4;scr_restxp_cap 999999;scr_restxp_levelsPerDay 999999;scr_restxp_minRestTime 0;scr_restxp_restedAwardScale 150;scr_restxp_timescale 999999;scr_restxp_enable 1;

    when the game ends no one keeps their rank :S
    My Rig: i7 3930K. Asus Rampage Formula x79. Corsair Vengeance 16GB 1600mhz. MSI GTX 480 and Asus GTX 480 .Asus VE278Q monitor(primary) BenQ G2220HD(secondary). Thermaltake toughpower XT 875W. Corsair Force GT 120GB (OS) Seagate barracuda 500GB (Programs) Western Digital Caviar Blue 1TB (Games) Western Digital Caviar Green 3TB (Storage) .

  14. #13
    Horror's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    51,4.
    Posts
    6,920
    Reputation
    574
    Thanks
    5,050
    My Mood
    Twisted
    Quote Originally Posted by strangerdanger View Post
    i tried scr_xpscale 4;scr_restxp_cap 999999;scr_restxp_levelsPerDay 999999;scr_restxp_minRestTime 0;scr_restxp_restedAwardScale 150;scr_restxp_timescale 999999;scr_restxp_enable 1;

    when the game ends no one keeps their rank :S
    They keep it when my match ends Im using something different then you doh ...
     

    Minion+ : February 2014 - January 2015
    Counter Strike: Global Offensive Minion : November 2014 - January 2015
    Alliance of Valiant Arms Minion : August 2014 - January 2015
    Need For Speed World Minion : January 2014 - January 2015
    Rust Minion : January 2014 - January 2015
    Call of Duty Minion : January 2013 - January 2015
    Editor : December 2012 - April 2013
    Donator : March 2014 - Current
    Member : October 2010 - Current

    Previously known as "Isaakske".

  15. #14
    blobe's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    1
    is it possible to apply this in the config_mp file?

  16. #15
          ( ° ͜ʖ͡°)╭∩╮
    Former Staff
    MarkHC's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    127.0.0.1
    Posts
    2,750
    Reputation
    66
    Thanks
    14,529
    My Mood
    Angelic
    Quote Originally Posted by blobe View Post
    is it possible to apply this in the config_mp file?
    I don't think it'll work...


    CoD Minion from 09/19/2012 to 01/10/2013

Page 1 of 2 12 LastLast

Similar Threads

  1. [Found] MW3 1.9.433 - Survive Any Death Barriers (Host Required)
    By NightmareTX_RETIRED in forum Call of Duty Modern Warfare 3 Coding, Programming & Source Code
    Replies: 11
    Last Post: 08-04-2012, 03:14 PM
  2. Hosting a 10th lobby
    By Inmolak in forum XBOX Customizing & Modding
    Replies: 14
    Last Post: 07-16-2010, 12:12 PM
  3. God Mode for Host only (Modded Lobby)
    By Insane in forum Call of Duty Modern Warfare 2 Private Servers
    Replies: 4
    Last Post: 06-25-2010, 02:00 AM
  4. hosting 10th prestige lobby for msp
    By VoLoDaR in forum Call of Duty Modern Warfare 2 Discussions
    Replies: 10
    Last Post: 03-06-2010, 08:08 AM
  5. hosting 10th prestige lobby for msp
    By VoLoDaR in forum Call of Duty Hacks & Cheats
    Replies: 3
    Last Post: 03-04-2010, 08:54 PM