WowMike2002
New member
Good Day,
This is in regards to A17 (Not able to change the title).
I have been custom modding everything throughout the ini files and localization and such on just about every part of teh game so far.
I am running into a really odd bug with the stat purchase as well as a few other issues regarding items increasing stats, which then increase your Buy price in skill points.
First up:
I have each of my base stats (Strength, Perception, Agility, etc..) going up to level 20. All of the attributes are correct in both the localization.txt for descriptors, the progression.xml on every section and I already have a few players up at level 18 and 19 in a few of the stats.
The issue with this - Level 1-10 progression cost is fine, however 11-20 gets.. wierd. This is a copy/paste of what the skill requirements to purchase each level are according to the game math and the stock code:
<attributes min_level="1" max_level="20" base_skill_point_cost="1" cost_multiplier_per_level="1.18">
This is the standard stock settings, level cost starts at 1 and then is multiplied by 1.18 for each successive level, rounded down. Levels 1-10 is just fine. Level 11-20 gets.. weird. Very weird. Level 10 costs 6 points to go from 10-11, while level 18 to 19 costs the appropriate 23 points.
In between level 11-16 the points get all sorts of weird and cost WAY less then the files are telling them to. It is neither my math, nor the files I have edited. Something with the game is making it cost really far off from what the files are telling it to. The odd part, is that at level 18 the cost is just fine. It should cost 23 points, and it does cost 23 points both in game and in files.
Does this require a DLL edit? It shouldnt, as this is all controlled via ini and .txt (Progression.xml and Localization.txt) are the only two files that affect anything character stat wise for purchasing/affecting base stats in this section of the menu. If wanted, I can provide my files so someone else can take a look at them. This is just weird as heck.
The second odd part, character death debuff and wearing equipment that affects character stats. Cigar for instance. If you equip a cigar, it increases the Points to Buy on stats. In my case, level 18 to 19 costs 23 points normally, equip a Cigar and it goes all the way up to 27 points needing to level the stat. Unequip it and it goes back to 23 points.
WHat the heck, game? Punish players for equipping items that give stat buffs?
When you die and get -1 to all stats, it also makes stat purchases cheaper. Check it out, huge bug they overlooked.
The three pictures below show level 10-11 cost being bugged and only costing 6 points. Another shows the correct price for a level 18 to 19 Strength purchase. And then the other shows the price increase by wearing a Cigar that gives +1 strength. It not only increases the Buy amount, but also is adding 2-3 levels worth of Strength for Buy points according to the math.
EDIT: Uhh wow. So uploading screenshots is not advisable. The resolution they shrink to is ridiculous!
View attachment 7184
View attachment 7185
View attachment 7186
This is in regards to A17 (Not able to change the title).
I have been custom modding everything throughout the ini files and localization and such on just about every part of teh game so far.
I am running into a really odd bug with the stat purchase as well as a few other issues regarding items increasing stats, which then increase your Buy price in skill points.
First up:
I have each of my base stats (Strength, Perception, Agility, etc..) going up to level 20. All of the attributes are correct in both the localization.txt for descriptors, the progression.xml on every section and I already have a few players up at level 18 and 19 in a few of the stats.
The issue with this - Level 1-10 progression cost is fine, however 11-20 gets.. wierd. This is a copy/paste of what the skill requirements to purchase each level are according to the game math and the stock code:
<attributes min_level="1" max_level="20" base_skill_point_cost="1" cost_multiplier_per_level="1.18">
Code:
1 2.36
2 3.54
3 4.72
4 5.9
5 7.08
6 8.26
7 9.44
8 10.62
9 11.8
10 12.98
11 14.16
12 15.34
13 16.52
14 17.7
15 18.88
16 20.06
17 21.24
18 22.42
19 23.6
20 24.78
In between level 11-16 the points get all sorts of weird and cost WAY less then the files are telling them to. It is neither my math, nor the files I have edited. Something with the game is making it cost really far off from what the files are telling it to. The odd part, is that at level 18 the cost is just fine. It should cost 23 points, and it does cost 23 points both in game and in files.
Does this require a DLL edit? It shouldnt, as this is all controlled via ini and .txt (Progression.xml and Localization.txt) are the only two files that affect anything character stat wise for purchasing/affecting base stats in this section of the menu. If wanted, I can provide my files so someone else can take a look at them. This is just weird as heck.
The second odd part, character death debuff and wearing equipment that affects character stats. Cigar for instance. If you equip a cigar, it increases the Points to Buy on stats. In my case, level 18 to 19 costs 23 points normally, equip a Cigar and it goes all the way up to 27 points needing to level the stat. Unequip it and it goes back to 23 points.
WHat the heck, game? Punish players for equipping items that give stat buffs?
When you die and get -1 to all stats, it also makes stat purchases cheaper. Check it out, huge bug they overlooked.
The three pictures below show level 10-11 cost being bugged and only costing 6 points. Another shows the correct price for a level 18 to 19 Strength purchase. And then the other shows the price increase by wearing a Cigar that gives +1 strength. It not only increases the Buy amount, but also is adding 2-3 levels worth of Strength for Buy points according to the math.
EDIT: Uhh wow. So uploading screenshots is not advisable. The resolution they shrink to is ridiculous!
View attachment 7184
View attachment 7185
View attachment 7186
Last edited by a moderator: