View Single Post
Old 04-11-08, 07:03 AM   #28
JScones
Navy Seal
 
Join Date: Apr 2005
Posts: 5,501
Downloads: 19
Uploads: 0
Default

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.
JScones is offline   Reply With Quote