Tessa, to validate my assumption, please confirm that the game maintains the following data relationship:
Basic.cfg -> Careers.cfg -> *_menu.txt
RankLevel0 -> PlayerRank=10 -> 170=whatever (current behaviour)
RankLevel1 -> PlayerRank=11 -> 171=whatever (current behaviour)
RankLevel2 -> PlayerRank=12 -> 172=whatever (current behaviour)
RankLevel3 -> PlayerRank=13 -> 173=whatever (current behaviour)
RankLevel4 -> PlayerRank=14 -> 174=whatever
RankLevel6 -> PlayerRank=16 -> 176=whatever
RankLevel7 -> PlayerRank=17 -> 177=whatever
RankLevel8 -> PlayerRank=18 -> 178=whatever
RankLevel9 -> PlayerRank=19 -> 179=whatever
Of critical importance is the PlayerRank assumption. I need to know with 100% certainty that the game will write PlayerRank values > 13, and especially whether 15 is used or not.
|