Quote:
Originally Posted by melnibonian
In the basic.cfg file there is a area called promotions
[PROMOTIONS]
RenownStep0=500
RenownStep1=1000
RenownStep2=1500
RenownStep3=2000
As you see it stops on step3 which should be promotion 3 (I guess I am not too sure) So to get promoted more do I need to set more steps? Are there any other files need changing as well? Any ideas?
|
You're looking in the wrong spot.
Look for the [PLAYER_RENOWN] block, and then the four RankLevel lines.
RankLevel0=0; <- Starting rank requirements. Lt
RankLevel1=1499 <- Renown required for promotion to ObLt - usually at the end of your first patrol
RankLevel2=7999; <- Renown required for promotion to KptLt
RankLevel3=14999; <- Seems unused. The game does not seem to promote above KptLt
As Basic.cfg and **_menu.txt include data for ONE higher rank, I suspect the logic must be hard coded, as it seems ignored.
At any rate, there is no support for any rank higher than KvtKpt.