Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


Level 8 cap


Womba

Recommended Posts

Removing level 8 cap from ServerGrid.json, add
"AdditionalCmdLineParams": "",
      "OverrideShooterGameModeDefaultGameIni": {
        "bClampHomeServerXP": "0",
        "ClampHomeServerXPLevel": "0"
      },

1 line below

"isHomeServer": true,

You can do this from FTP.

Share this post


Link to post
Share on other sites

Thanks!

 

This is how my json now looks but it didnt work

 

            "isHomeServer": "true",
            "AdditionalCmdLineParams": "",
                "OverrideShooterGameModeDefaultGameIni": {
                  "bClampHomeServerXP": "0",
                  "ClampHomeServerXPLevel": "0"
            },
            "AdditionalCmdLineParams": "",
            "OverrideShooterGameModeDefaultGameIni": [],
            "floorZDist": 0,

Share this post


Link to post
Share on other sites

Thanks!

 

This is how my json now looks but it didnt work

 

            "isHomeServer": "true",

            "AdditionalCmdLineParams": "",

                "OverrideShooterGameModeDefaultGameIni": {

                  "bClampHomeServerXP": "0",

                  "ClampHomeServerXPLevel": "0"

            },

            "AdditionalCmdLineParams": "",

            "OverrideShooterGameModeDefaultGameIni": [],

            "floorZDist": 0,

Did you try this? You already had an AdditionalCmdLineParams

 

"isHomeServer": "true",

"AdditionalCmdLineParams": "",

"OverrideShooterGameModeDefaultGameIni": {

"bClampHomeServerXP": "0",

"ClampHomeServerXPLevel": "0"

"floorZDist": "0"

},

Share this post


Link to post
Share on other sites

I added this to the game.ini file and was able to change the max level. Also here is a stat multiplier. Change the 55 to what ever you want max level to be and change the 3 to what ever you want the stat multiplier to be. As this is you will have a level 55 character with 3x stat multiplier.

 

[/script/ShooterGame.ShooterGameMode]

PlayerDefaultNoDiscoveriesMaxLevelUps=55
bClampHomeServerXP=True
ClampHomeServerXPLevel=55
PerLevelStatsMultiplier_Player[0]=3  //Health
PerLevelStatsMultiplier_Player[1]=3  //Stamina
PerLevelStatsMultiplier_Player[7]=3  //Weight
PerLevelStatsMultiplier_Player[10]=3 //Fortitude
PerLevelStatsMultiplier_Player[11]=3 //Intelligence
 

Share this post


Link to post
Share on other sites

Did you have to alter the .json file for that to work?

 

I added this to the game.ini file and was able to change the max level. Also here is a stat multiplier. Change the 55 to what ever you want max level to be and change the 3 to what ever you want the stat multiplier to be. As this is you will have a level 55 character with 3x stat multiplier.

 

[/script/ShooterGame.ShooterGameMode]

PlayerDefaultNoDiscoveriesMaxLevelUps=55
bClampHomeServerXP=True
ClampHomeServerXPLevel=55
PerLevelStatsMultiplier_Player[0]=3  //Health
PerLevelStatsMultiplier_Player[1]=3  //Stamina
PerLevelStatsMultiplier_Player[7]=3  //Weight
PerLevelStatsMultiplier_Player[10]=3 //Fortitude
PerLevelStatsMultiplier_Player[11]=3 //Intelligence
 

Share this post


Link to post
Share on other sites

I have not been able to get this to work, I do not know how to alter the .json file but I was trying to change it through FTP and it did not work.  Ryan, can you list exactly what I should be putting in my gameusersettings through ftp. I tried getting this changed by a ticket but was told I would have to do changes manually myself for the level cap issue I would need to do a new game which doesn't make sense to me. I sure I am missing something.  I have tried adding this but nothing changed:

PlayerDefaultNoDiscoveriesMaxLevelUps=55
bClampHomeServerXP=True
ClampHomeServerXPLevel=55
PerLevelStatsMultiplier_Player[0]=3  //Health
PerLevelStatsMultiplier_Player[1]=3  //Stamina
PerLevelStatsMultiplier_Player[7]=3  //Weight
PerLevelStatsMultiplier_Player[10]=3 //Fortitude
PerLevelStatsMultiplier_Player[11]=3 //Intelligence

Share this post


Link to post
Share on other sites

I have not been able to get this to work, I do not know how to alter the .json file but I was trying to change it through FTP and it did not work.  Ryan, can you list exactly what I should be putting in my gameusersettings through ftp. I tried getting this changed by a ticket but was told I would have to do changes manually myself for the level cap issue I would need to do a new game which doesn't make sense to me. I sure I am missing something.  I have tried adding this but nothing changed:

PlayerDefaultNoDiscoveriesMaxLevelUps=55

bClampHomeServerXP=True

ClampHomeServerXPLevel=55

PerLevelStatsMultiplier_Player[0]=3  //Health

PerLevelStatsMultiplier_Player[1]=3  //Stamina

PerLevelStatsMultiplier_Player[7]=3  //Weight

PerLevelStatsMultiplier_Player[10]=3 //Fortitude

PerLevelStatsMultiplier_Player[11]=3 //Intelligence

 

Valei I put the above in the game.ini file not the gameusersettings.ini file and I did not change the .json file.

 

Path to the game.ini file if you need it. Shootergame/saved/config/windowsserver/game.ini

 

When you open the game.ini file there will be nothing in it so just paste in the below and save.

 

Upload it back to the server. Be sure and stop your server before you do anything. I hope this helps.

 

Be sure and copy the script below just like this. If you don't copy the script just like this with just changing the 55 to what ever max level you want and change the 3 to what ever stat you want it will not work.

 

 

[/script/ShooterGame.ShooterGameMode]

PlayerDefaultNoDiscoveriesMaxLevelUps=55

bClampHomeServerXP=True

ClampHomeServerXPLevel=55

PerLevelStatsMultiplier_Player[0]=3  //Health

PerLevelStatsMultiplier_Player[1]=3  //Stamina

PerLevelStatsMultiplier_Player[7]=3  //Weight

PerLevelStatsMultiplier_Player[10]=3 //Fortitude

PerLevelStatsMultiplier_Player[11]=3 //Intelligence

 

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...