View Single Post
Old 02-10-20, 03:47 PM   #3
FUBAR295
Krusty Krab
 
FUBAR295's Avatar
 
Join Date: Mar 2002
Location: Decks awash in the North Atlantic
Posts: 1,286
Downloads: 442
Uploads: 0
Default

SH3Comm has the following in the SH3 Options.cfg file :

;This file contains the parameters used by certain options available on the SH3
;Commander "SH3 Options" screen.
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

;----------------------------------------------------------------------------------
[REALISTICLENGTH] ;TURN FEATURE ON/OFF FROM WITHIN SH3 COMMANDER
;"Simulate a realistic career length" option
;RANGE=<random number range>
;<PatCmpltdxDaysAtSea>=<RndVals> (between 0 and RANGE - 1)
;where N = nil and RndVals are separated by commas
;List must be in ascending order and start with 0
RANGE=6
0=N
301=0
1001=0,1
2201=0,1,2
4001=0,1,2,3
6501=0,1,2,3,4

;----------------------------------------------------------------------------------
[REALISTICCREWXFR] ;TURN FEATURE ON/OFF FROM WITHIN SH3 COMMANDER
;"Simulate realistic crew transfers" option
;RANGE=<random number range>
;Officer, PettyOfficer and Seaman values must be between 0 and RANGE - 1, or N for nil
RANGE=10
Officer=3
PettyOfficer=4,5
Seaman=6,7,8

;----------------------------------------------------------------------------------
[RNDDAYSINBASE] ;TURN FEATURE ON/OFF FROM WITHIN SH3 COMMANDER
;"Randomise number of days spent in base" option
;YEAR=<MinDaysInBase>|<MaxDaysInBase>
1939=5|30
1940=5|45
1941=10|50
1942=15|55
1943=20|60
1944=25|65
1945=25|65

You should be able to adjust the min/max, as it may help.

Good hunting,
FUBAR295

__________________
Good judgment comes from experience. Unfortunately, the experience usually comes from bad judgment.


FUBAR295 is offline   Reply With Quote