SUBSIM Radio Room Forums



SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997

Go Back   SUBSIM Radio Room Forums > Silent Hunter 3 - 4 - 5 > Silent Hunter III
Forget password? Reset here

Reply
 
Thread Tools Display Modes
Old 04-22-08, 01:01 PM   #1
von hally
Commodore
 
Join Date: Oct 2007
Location: Scotland
Posts: 634
Downloads: 64
Uploads: 0
Default promotions???

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!!!
__________________
May God Have Mercy Upon My Enemies ..... Because I Wont.


von hally is offline   Reply With Quote
Old 04-22-08, 02:50 PM   #2
Von Manteuffel
Commander
 
Join Date: Feb 2007
Location: UK
Posts: 473
Downloads: 411
Uploads: 0
Default

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.
Von Manteuffel is offline   Reply With Quote
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
Old 04-23-08, 10:58 AM   #4
von hally
Commodore
 
Join Date: Oct 2007
Location: Scotland
Posts: 634
Downloads: 64
Uploads: 0
Default

thanx guys

query answered again!!!!

will copy those files int config mate

cheers
__________________
May God Have Mercy Upon My Enemies ..... Because I Wont.


von hally is offline   Reply With Quote
Old 10-14-08, 11:23 AM   #5
Gaijin
Helmsman
 
Join Date: Dec 2007
Location: Ireland.
Posts: 102
Downloads: 20
Uploads: 0
Default

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.
__________________

SH3 1.4/GWX Gold/SH Commander Thallium/84% Realism
Gaijin is offline   Reply With Quote
Old 10-14-08, 12:29 PM   #6
meduza
Ace of the Deep
 
Join Date: Apr 2007
Location: on patrol
Posts: 1,035
Downloads: 40
Uploads: 0
Default

Yes, it happened to me a few times. Got my self a new boat, or piece of equipment, and got demoted.
It always happens when your renown falls below your current rank's threshold.
__________________

meduza is offline   Reply With Quote
Old 10-14-08, 12:58 PM   #7
FIREWALL
Eternal Patrol
 
Join Date: Mar 2006
Location: CATALINA IS. SO . CAL USA
Posts: 10,108
Downloads: 511
Uploads: 0
Default

Many questions have been answered. Thx.
__________________
RIP FIREWALL

I Play GWX. Silent Hunter Who ???
FIREWALL is offline   Reply With Quote
Old 10-15-08, 10:59 AM   #8
Gaijin
Helmsman
 
Join Date: Dec 2007
Location: Ireland.
Posts: 102
Downloads: 20
Uploads: 0
Default

Ta vry much, Meduza.
__________________

SH3 1.4/GWX Gold/SH Commander Thallium/84% Realism
Gaijin is offline   Reply With Quote
Old 10-16-08, 08:18 AM   #9
Cezbor
中国水兵
 
Join Date: Aug 2007
Location: Bia³ystok, Polska
Posts: 272
Downloads: 16
Uploads: 0
Default

Quote:
Originally Posted by Tessa
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.
Anyway, Thank's Tessa
Ps. Sorry I'm in work now and I don't have access to my files.
__________________
"U-106"
No one will be forgotten...

Last edited by Cezbor; 10-16-08 at 09:35 AM.
Cezbor is offline   Reply With Quote
Old 10-16-08, 09:27 AM   #10
Cezbor
中国水兵
 
Join Date: Aug 2007
Location: Bia³ystok, Polska
Posts: 272
Downloads: 16
Uploads: 0
Default

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
__________________
"U-106"
No one will be forgotten...
Cezbor is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 06:27 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 1995- 2025 Subsim®
"Subsim" is a registered trademark, all rights reserved.