Post: Unrestricted XP Lobbies/Stats Mods/Unlockers
10-20-2015, 04:16 PM #1
BullyWiiPlaza
Climbing up the ladder
(adsbygoogle = window.adsbygoogle || []).push({}); I noticed that there is no script for "unrestricted" XP lobbies where any amount of XP can be given to any player and it saves to their profiles as well, obviously. I saw the You must login or register to view this content. however, what about disabling or modifying the rank XP cap? In the _rank.gsc file, I saw a check for negative XP which looks like this:

    if ( xpIncrease < 0 )
{
xpIncrease = 0;
}


Also there is a function called getRankXPCapped( inRankXp ) so why have unlimited stats mods/proper XP lobbies not been done, yet? Is the _rank.gsc file client-sided, are people afraid of releasing this, is it that hard to find or is it because of bans? Am I missing something? The only things I found was You must login or register to view this content. and You must login or register to view this content.. Let me know.
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked BullyWiiPlaza for this useful post:

John
10-21-2015, 01:45 AM #20
itsSorrow
In my man cave
Originally posted by BullyWiiPlaza View Post
Yes indeed, I'm a legit developer and I have plans on accomplishing new things unlike about 99 % of everyone else. I'm doing GSC modding for only roughly 3 weeks now and got a few unseen mods on Zombies already. Also some on Multiplayer but I got way more on my list. I just wish more skilled modders would be there to help, it was one of the main reasons why I joined this site. Oh well :(

Back on topic:
Can somebody confirm if You must login or register to view this content. works?

I was about to do it in a similar way until I found the topic. Doing rank mods in a private match would be very convenient.


That one works but its really bad no joke... When I get home I can give you it.
10-21-2015, 02:02 AM #21
SyGnUs
Give a F*** About Your Lifestyle
Originally posted by BullyWiiPlaza View Post
Yes indeed, I'm a legit developer and I have plans on accomplishing new things unlike about 99 % of everyone else. I'm doing GSC modding for only roughly 3 weeks now and got a few unseen mods on Zombies already. Also some on Multiplayer but I got way more on my list. I just wish more skilled modders would be there to help, it was one of the main reasons why I joined this site. Oh well :(

Back on topic:
Can somebody confirm if You must login or register to view this content. works?

I was about to do it in a similar way until I found the topic. Doing rank mods in a private match would be very convenient.


I did some testing almost a year ago now with removing the checks from the _rank.gsc and the things I tried seemed to work, but I was not able to test much then. I posted about it in the rank GSC script thread - You must login or register to view this content., but supposedly there is more checks else where, which there is as I checked more and there is more stuff pertaining to stat checks in some GSC files, just have to look at the decompiled GSCs and you will see, but I never bother messing with it again so who knows. Though I suppose they would have a server side check for these types of things but who knows, maybe it's just client sided.

And yeah that's why almost nobody figure out how to give xp early on, because they were to lazy to look in the decompiled GSCs to see how to do things.

The following user thanked SyGnUs for this useful post:

DoraTheKiller97
10-23-2015, 07:50 PM #22
BullyWiiPlaza
Climbing up the ladder
For making a private match ranked and without XP cap, I have the following script:

    forceRankedMatch()
{
level.rankXpCap = 99999999; // Doesn't cause the freeze

setDvar("xblive_privatematch", 0);
setDvar("onlinegame", 1); // Doesn't cause the freeze
level.onlineGame = true;

setDvar("xblive_rankedmatch", 1);
setDvar("scr_forcerankedmatch", 1);
level.rankedMatch = true;

setDvar("scr_game_rankenabled", true);
level.rankEnabled = true;
}


However, the problem is that it freezes with a "connection interrupted" screen when the match ends. Anyone willing to help investigate? Magglass1

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo