0 of 0

File information

Last updated

Original upload

Created by

DKNurs

Uploaded by

DKNurs

Virus scan

Safe to use

Documentation

Readme

View as plain text

New Game+ Start Level mod v. 1.0 (NGE)
- by DKNurs


This mod is for v4.x of the game also known as the "Next Gen Edition" (NGE).
It is not tested on earlier versions - so i don't know if it will work.


Description:
This mods function is simpel, it lets you partly control Geralts and environments starting level when you start a New Game+.

Via selection in the menu can you choose:

vanilla = the mod doesn't do anything and the NG+ starts at the level Geralt have in the same game used
MIN = is the minimum level the environment at starts eg. if Geralts level is 40 and the starting level is set to MIN 50 the environnment will be set to 50
MAX = is the maximum level of the environment at start eg. if Gerelts level is 60 and the starting level is set to MAX 50 the enviroment will be set to 50

What level ae we taling about and if Geralt is starting at the same lavel as the enviroment or the level he has in the save game used

As an added Bonus can you edit Geralts max level (in the menu)

For modders only:
You can set the gear Geralt are getting in a standart game to have a max level equel to the starting level of NG+ by changing

level = GetWicther().GetLevel(); (or equivalent)

to


var NGPSL, plylvl : int ;

plylvl = GetWitcherPlayer().GetLevel();
NGPSL = theGame.params.GetNewGamePlusLevel();
if ( NGPSL == 0 || NGPSLm == plylvlm) NGPSLm = 60 ;
if (plylvl> NGPSL) plylvl = NGPSL;

level = plylvl;

in the *.ws filw
where you want to set the max weapon level.

PS if you are leveling beyound 100 you need the mod lvl100plus https://www.nexusmods.com/witcher3/mods/1748

Installation:
The zip file consist of a bin folder, a modNewGamePlusStartLevel folder and this readme file.

the mod folder is copied to the mods folder in the game folder eg. ~\The Wicther 3\mods - if this doesn't eksist create it and copy the modNewGamePlusStartLevel folder into it
the bin folder is copied directly into the game folder eg. ~\The Wicther 3

Do not forget to add "modnewgameplusstart.xml" to dx12filelist.txt and dx11filelist.txt in ~\The Witcher 3\bin\config\r4game\user_config_matrix\pc\

eg.

...
gamma.xml;
display.xml;
graphics.xml;
modnewgameplusstart.xml;

Hope you have fun with this mod

Un-installing:
deleting the mod folder and the modnewgameplusstart.xml file in ~\The Witcher 3\bin\config\r4game\user_config_matrix\pc\


BONUS I have added the *.csv file so you can edited the menu entries to your own language