(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.