The forum has been set to read-only mode. For community discussion and questions, head over to our Discord: https://discord.gg/taleoftwowastelands

MaxCharacterLevel, LevelsPerPerk and Lessons Learned 100 Cap

User avatar
jlf65
Posts: 1535
Joined: Wed Aug 10, 2016 9:10 pm

Re: MaxCharacterLevel, LevelsPerPerk and Lessons Learned 100 Cap

Post by jlf65 » Fri Apr 10, 2020 12:11 am

iLevelsPerPerk is a game setting, not a stewie's tweaks setting. The various PerkEveryLevel mods set it in the esp.

User avatar
RoyBatty
Gary
Posts: 7742
Joined: Sun Apr 27, 2014 10:26 am
Location: Vault 108

Re: MaxCharacterLevel, LevelsPerPerk and Lessons Learned 100 Cap

Post by RoyBatty » Fri Apr 10, 2020 9:28 pm

Stewie's tweaks allows you to set any Game Setting.
Image

User avatar
jlf65
Posts: 1535
Joined: Wed Aug 10, 2016 9:10 pm

Re: MaxCharacterLevel, LevelsPerPerk and Lessons Learned 100 Cap

Post by jlf65 » Sat Apr 11, 2020 1:33 pm

Ah, right. Forgot about that. Probably not doing it correctly then. There's an example game setting for Stewie's Tweaks in the files area for the mod showing how to do it. Funny enough, it's setting iLevelsPerPerk.

MeToLee
Posts: 9
Joined: Sat Sep 26, 2020 10:33 am

Re: MaxCharacterLevel, LevelsPerPerk and Lessons Learned 100 Cap

Post by MeToLee » Sat Oct 24, 2020 1:54 pm

I'm setting the max level to 99 with stewie's tweaks but is there a way to reduce to HP you gain per level?

xvader
Posts: 2
Joined: Wed Jul 20, 2022 12:34 pm

Re: MaxCharacterLevel, LevelsPerPerk and Lessons Learned 100 Cap

Post by xvader » Tue Jul 26, 2022 11:58 pm

I put 100 at iMaxCharacterLevel in nvse_stewie_tweaks.ini but it no show in project neveda rebalance menu (at max level slidebar), it show only 50 or there are another way to check the true max level?

User avatar
Bullfrog
Posts: 146
Joined: Mon Jun 13, 2022 3:01 pm

Re: MaxCharacterLevel, LevelsPerPerk and Lessons Learned 100 Cap

Post by Bullfrog » Wed Jul 27, 2022 8:23 am

PN Rebalance is incompatible with TTW.

But if you're curious, you can use this command in the game console:

Code: Select all

GetNumericGameSetting iMaxCharacterLevel
It will output the active value like this:

Code: Select all

GetNumericGameSetting >> 50
I have set "iMaxCharacterLevel = 50" in "nvse_stewie_tweaks.ini". If I set it to 100, it shows:

Code: Select all

GetNumericGameSetting >> 100

Post Reply