Improve lake generation
Prior to this change, lakes could be very small and could also not be deactivated. This change allows the deactivation of lake creation and the lake size is now the set size +- 25% instead of anything between 0 and lake_size.
This commit is contained in:
@@ -4000,14 +4000,14 @@ patxname = ""rivers.game_creation.river_tropics_width""
|
||||
base = GameSettings
|
||||
var = game_creation.lake_size
|
||||
type = SLE_UINT8
|
||||
guiflags = SGF_NEWGAME_ONLY | SGF_SCENEDIT_TOO
|
||||
guiflags = SGF_NEWGAME_ONLY | SGF_SCENEDIT_TOO | SGF_0ISDISABLED
|
||||
def = 8
|
||||
min = 1
|
||||
max = 100
|
||||
min = 0
|
||||
max = 255
|
||||
cat = SC_EXPERT
|
||||
str = STR_CONFIG_SETTING_LAKE_SIZE
|
||||
strhelp = STR_CONFIG_SETTING_LAKE_SIZE_HELPTEXT
|
||||
strval = STR_JUST_COMMA
|
||||
strval = STR_CONFIG_SETTING_LAKE_SIZE_VALUE
|
||||
patxname = ""rivers.game_creation.lake_size""
|
||||
|
||||
[SDT_BOOL]
|
||||
|
Reference in New Issue
Block a user