PDA

View Full Version : promotions???


von hally
04-22-08, 01:01 PM
lo all

was reading a post recently about promotions/ rank within the game.

do you have to accumulate a certain amount of renown to get the top rank.

does this mean being economical with upgrades and equipment?

what / how much renown do you need in the "bank" to get top rank??

it would be great if the career renown was counted...instead of current renown...i never seem to get up Doenitz ladder!!!

Von Manteuffel
04-22-08, 02:50 PM
Here's the answer


[PLAYER_RENOWN]

RankLevel1=1499; SCORE (Leutnant )
RankLevel2=7999; SCORE (Oberleutnant)
RankLevel3=14999; SCORE (KapitanLeutnant)

MedalScore0=3000;2 class, SCORE
MedalScore1=7000;1 class, SCORE
MedalScore2=15000; knight, SCORE
MedalScore3=25000; oak leaves, SCORE
MedalScore4=37000;swords, SCORE
MedalScore5=50000;diamonds, SCORE
MedalScore6=80000;all, SCORE

You're promoted immediately after the end of the mission in which you achieve the necessary renown. I don't think you are demoted if you then spend renown on upgrades, or a new boat. It does mean that you start at the lower point ( after you've spent renown) on the climb to the next rank up.

e.g if you reach 8,000 and are promoted to oberleutnant-zur-see, but then spend 2,500, you keep the new rank, but have to gain 9,500 more renown points , rather than the 7,000 difference between the ranks before you make kapitanleutnant.

Tessa
04-22-08, 07:36 PM
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

von hally
04-23-08, 10:58 AM
thanx guys

query answered again!!!!

will copy those files int config mate

cheers:up:

Gaijin
10-14-08, 11:23 AM
Hmmm...

I recently seemed to have got 'promoted' BACK to Lt. Sr, from Kap. Lt.

(My longest surviving career to date, from '39-late '42)

I was saving up all my reknown as much as I could so I could buy 'big things' when they come along...and by late 1940 was made 'KapitanLeutnant'. Didn't even knew GWX/SH3 went up that far, so was pleasently surprised.

However now its 1942, and after the last patrol (21) I got another msg 'You've been promoted'. Wow, I thought....more ranks? Yet when I went in to look, it said 'Lt. Sr.' I checked to see if I'd accidently sunk neutrals....I hadn't.

I had just spent some reknown on upgrades though. (I think I was over 10,000)

Anyone else ever had this happen? Do I have to work my way up again, from a new starting point, as stated previously in thread?

Cheers.

meduza
10-14-08, 12:29 PM
Yes, it happened to me a few times. Got my self a new boat, or piece of equipment, and got demoted. :doh:
It always happens when your renown falls below your current rank's threshold.

FIREWALL
10-14-08, 12:58 PM
Many questions have been answered. :yep: Thx.

Gaijin
10-15-08, 10:59 AM
Ta vry much, Meduza.

Cezbor
10-16-08, 08:18 AM
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
One important note!
en_menu file in SH 3 directory should be edited also sth. like 176=kapitanleutnat, korvettenkapitan and etc.
If you use SH3 commnader to make it work under SH3 terms you should implement Ranklevels=... and rank names like 174=leutnat z. see, kapitanleutnant; 176= kapitanleutnat, korvettenkapitan (I don't remember properly the exact order); ... into a proper file in SH3 Com. folder. Otherwise your new ranks and name ranks are "wishfull thinking". On your in base screen + SH3Com. menu, SH3Com. career report you'll see nothing (in player's rank area). I've tried this by trial and error method and it works. Tessa's idea (well I think it was his) adds a lot to the game, but sometimes needs some modification.:yep:
Anyway, Thank's Tessa :up: :up: :up:
Ps. Sorry I'm in work now and I don't have access to my files.

Cezbor
10-16-08, 09:27 AM
Back to base.

Here is some more specific information:

Edit Basic cfg file in SH3/data/Config directory by implementing Tessa's info:
[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

Next step - Edit en_menu txt file in SH3/data/menu directory by implementing this:
(...)

169=Oberleutnant z. S.
170=Oberleutnant z. S.; Kapitänleutnant
171=Kapitänleutnant; Korvettenkapitän
172=Korvettenkapitän; Fregattenkapitän
173=Fregattenkapitän; Kapitän z. S.
174=Kapitän z. S.; Kommodore

175=Exit To Menu

176=Komodore, Konteradmiral
177=Konteradmiral; Vizeadmiral
178=Vizeadmiral; Admiral
178=Admiral; Grossadmiral

(...)
than edit in SH3 Commander Cfg. files directory file named static settings in this way:

";The below lines provide more realistic promotions (sooner) and medals (longer)
;within the context of the SH3 game engine
;PLAYER_RENOWN|RankLevel0=0; SCORE
;PLAYER_RENOWN|RankLevel1=1499; SCORE
;PLAYER_RENOWN|RankLevel2=7999; SCORE
;PLAYER_RENOWN|RankLevel3=14999; SCORE
;PLAYER_RENOWN|RankLevel4=22999; SCORE
;PLAYER_RENOWN|RankLevel6=36999; SCORE
;PLAYER_RENOWN|RankLevel7=58999; SCORE
;PLAYER_RENOWN|RankLevel8=94999; SCORE
;PLAYER_RENOWN|RankLevel9=152999; SCORE
;PLAYER_RENOWN|MedalSettings0=0.25
;PLAYER_RENOWN|MedalSettings1=0.5
;PLAYER_RENOWN|MedalSettings2=1
;PLAYER_RENOWN|MedalScore0=3000;2 class, SCORE
;PLAYER_RENOWN|MedalScore1=6000;1 class, SCORE
;PLAYER_RENOWN|MedalScore2=20000; knight, SCORE
;PLAYER_RENOWN|MedalScore3=30000; oak leaves, SCORE
;PLAYER_RENOWN|MedalScore4=40000;swords, SCORE
;PLAYER_RENOWN|MedalScore5=50000;diamonds, SCORE
;PLAYER_RENOWN|MedalScore6=90000;all, SCORE"


And that should do the trick.

Now SH3 Com. will recognize ranks higher than Kapitänleutnant. It will also support it with appropriate rank labels in SH3 crew list and crew management screen.

Good hunting:arrgh!: