Thread: promotions???
View Single Post
Old 04-22-08, 07:36 PM   #3
Tessa
Grey Wolf
 
Join Date: Feb 2007
Location: CG 96
Posts: 861
Downloads: 22
Uploads: 0
Default

Trying to figure out something that appears to be simple took a lot of trial and error till the connections were made (with the ranks). The way that the variables are setup within the configuration files is tough to deal with the hardcoding and often cryptic coding. Simple answer is you can't keep track of cummulative renown, it'll break the game, long one is that I'm still continuing to work on the same project (albeit in different areas now) and starting to focus on the medals, such that they get awarded at the proper time (u-boat badge) and that higher medals don't get awarded before they were historically implemented.

Copy this into the basic.cfg file to get the extra rank renonws:

[PLAYER_RENOWN]
AcademyBonus=1000
RankLevel0=0; SCORE
RankLevel1=1499; SCORE
RankLevel2=7999; SCORE
RankLevel3=14999; SCORE
RankLevel4=22999; SCORE
RankLevel6=36999; SCORE
RankLevel7=58999; SCORE
RankLevel8=94999; SCORE
RankLevel9=152999; SCORE
Tessa is offline   Reply With Quote