Make "skill" higher than 3? Created 3 years ago2021-04-04 06:17:50 UTC by The Mighty Goglu. The Mighty Goglu.

Created 3 years ago2021-04-04 06:17:50 UTC by The Mighty Goglu. The Mighty Goglu.

Posted 3 years ago2021-04-04 06:17:50 UTC Post #345500
for some reason skill can't be higher than 3 idk if its engine based or not (I don't think so since some mod have higher skill) Im sure its super easy and im just stupid.
Posted 3 years ago2021-04-04 14:39:28 UTC Post #345503
If you search for g_iSkillLevel, you'll see that the CGameRules::RefreshSkillData function in gamerules.cpp forces the skill-level between 1 and 3 before it looks up skill-specific health and damage values. But there are also a few places throughout the game-code where the skill-level is checked specifically, so it's a bit more complicated than just increasing the maximum skill-level value.
Posted 3 years ago2021-04-04 16:34:47 UTC Post #345505
Indeed refreshskilldata is not enough to change the "skill"
You must be logged in to post a response.