I’m wondering where in the code are the lines of code responsible for the number of kills needed to get 1 point, and the line of code responsible for increasing this number.
I play on version 0.F, and use the mod already supplied with the game
I’m wondering where in the code are the lines of code responsible for the number of kills needed to get 1 point, and the line of code responsible for increasing this number.
I play on version 0.F, and use the mod already supplied with the game
This would probably be the ‘xp_cutoffs’ variable in avatar.cpp.
I’m not sure what exactly you’re referring to with increasing this number
… The kills/XP necessary to get 1 point, or the points available. If it’s the former case, that’s already covered.
If you mean the latter, that’d be calculated in the ‘avatar::free_upgrade_points()’ function, also in avatar.cpp.