mirror of
https://github.com/1dot13/gamedir.git
synced 2026-07-22 13:40:25 +02:00
+13
-11
@@ -79,25 +79,27 @@
|
|||||||
; PLEASE NOTE:
|
; PLEASE NOTE:
|
||||||
; Changing these settings may cause your savegames to become UNLOADABLE. Remember to change them before starting a new game!
|
; Changing these settings may cause your savegames to become UNLOADABLE. Remember to change them before starting a new game!
|
||||||
; To load any "broken" savegames, simply revert to your original settings.
|
; To load any "broken" savegames, simply revert to your original settings.
|
||||||
|
;
|
||||||
|
; The maximum values (250+) are meant for debugging and stress testing. More sensible max values for gameplay are around 100.
|
||||||
;------------------------------------------------------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
; Player mercs, valid values 16 through 32, default is 24
|
; Player mercs, valid values 16 through 254
|
||||||
MAX_NUMBER_PLAYER_MERCS = 32
|
MAX_NUMBER_PLAYER_MERCS = 40
|
||||||
; Player vehicles, valid values 2 through 6, default is 2
|
; Player vehicles, valid values 2 through 6
|
||||||
MAX_NUMBER_PLAYER_VEHICLES = 2
|
MAX_NUMBER_PLAYER_VEHICLES = 2
|
||||||
|
|
||||||
;------------------------------------------------------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------------------------------------------------------
|
||||||
; Use these to adjust the numbers of various sorts of "people" that can appear in the same sector in TACTICAL mode.
|
; Use these to adjust the numbers of various sorts of "people" that can appear in the same sector in TACTICAL mode.
|
||||||
;------------------------------------------------------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
; Enemies (i.e., soldiers), valid values 16 through 64, default is 32
|
; Enemies (i.e., soldiers), valid values 16 through 256
|
||||||
MAX_NUMBER_ENEMIES_IN_TACTICAL = 32
|
MAX_NUMBER_ENEMIES_IN_TACTICAL = 64
|
||||||
; Creatures (i.e., bloodcats and crepitus), valid values 16 through 40, default is 32
|
; Creatures (i.e., bloodcats and crepitus), valid values 16 through 256
|
||||||
MAX_NUMBER_CREATURES_IN_TACTICAL = 32
|
MAX_NUMBER_CREATURES_IN_TACTICAL = 64
|
||||||
; Rebels (i.e., militia), valid values 16 through 64, default is 32
|
; Rebels (i.e., militia), valid values 16 through 256
|
||||||
MAX_NUMBER_MILITIA_IN_TACTICAL = 32
|
MAX_NUMBER_MILITIA_IN_TACTICAL = 64
|
||||||
; Civilians, valid values 16 through 40, default is 32
|
; Civilians, valid values 16 through 256
|
||||||
MAX_NUMBER_CIVS_IN_TACTICAL = 32
|
MAX_NUMBER_CIVS_IN_TACTICAL = 64
|
||||||
|
|
||||||
;------------------------------------------------------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------------------------------------------------------
|
||||||
; DO NOT LOWER ***MAX_STRATEGIC_ENEMY_GROUP_SIZE*** BELOW 20
|
; DO NOT LOWER ***MAX_STRATEGIC_ENEMY_GROUP_SIZE*** BELOW 20
|
||||||
|
|||||||
@@ -79,25 +79,27 @@
|
|||||||
; PLEASE NOTE:
|
; PLEASE NOTE:
|
||||||
; Changing these settings may cause your savegames to become UNLOADABLE. Remember to change them before starting a new game!
|
; Changing these settings may cause your savegames to become UNLOADABLE. Remember to change them before starting a new game!
|
||||||
; To load any "broken" savegames, simply revert to your original settings.
|
; To load any "broken" savegames, simply revert to your original settings.
|
||||||
|
;
|
||||||
|
; The maximum values (250+) are meant for debugging and stress testing. More sensible max values for gameplay are around 100.
|
||||||
;------------------------------------------------------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
; Player mercs, valid values 16 through 32, default is 24
|
; Player mercs, valid values 16 through 254
|
||||||
MAX_NUMBER_PLAYER_MERCS = 32
|
MAX_NUMBER_PLAYER_MERCS = 40
|
||||||
; Player vehicles, valid values 2 through 6, default is 2
|
; Player vehicles, valid values 2 through 6
|
||||||
MAX_NUMBER_PLAYER_VEHICLES = 2
|
MAX_NUMBER_PLAYER_VEHICLES = 2
|
||||||
|
|
||||||
;------------------------------------------------------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------------------------------------------------------
|
||||||
; Use these to adjust the numbers of various sorts of "people" that can appear in the same sector in TACTICAL mode.
|
; Use these to adjust the numbers of various sorts of "people" that can appear in the same sector in TACTICAL mode.
|
||||||
;------------------------------------------------------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
; Enemies (i.e., soldiers), valid values 16 through 64, default is 32
|
; Enemies (i.e., soldiers), valid values 16 through 256
|
||||||
MAX_NUMBER_ENEMIES_IN_TACTICAL = 32
|
MAX_NUMBER_ENEMIES_IN_TACTICAL = 64
|
||||||
; Creatures (i.e., bloodcats and crepitus), valid values 16 through 40, default is 32
|
; Creatures (i.e., bloodcats and crepitus), valid values 16 through 256
|
||||||
MAX_NUMBER_CREATURES_IN_TACTICAL = 32
|
MAX_NUMBER_CREATURES_IN_TACTICAL = 64
|
||||||
; Rebels (i.e., militia), valid values 16 through 64, default is 32
|
; Rebels (i.e., militia), valid values 16 through 256
|
||||||
MAX_NUMBER_MILITIA_IN_TACTICAL = 32
|
MAX_NUMBER_MILITIA_IN_TACTICAL = 64
|
||||||
; Civilians, valid values 16 through 40, default is 32
|
; Civilians, valid values 16 through 256
|
||||||
MAX_NUMBER_CIVS_IN_TACTICAL = 32
|
MAX_NUMBER_CIVS_IN_TACTICAL = 64
|
||||||
|
|
||||||
;------------------------------------------------------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------------------------------------------------------
|
||||||
; DO NOT LOWER ***MAX_STRATEGIC_ENEMY_GROUP_SIZE*** BELOW 20
|
; DO NOT LOWER ***MAX_STRATEGIC_ENEMY_GROUP_SIZE*** BELOW 20
|
||||||
|
|||||||
@@ -79,24 +79,26 @@
|
|||||||
; PLEASE NOTE:
|
; PLEASE NOTE:
|
||||||
; Changing these settings may cause your savegames to become UNLOADABLE. Remember to change them before starting a new game!
|
; Changing these settings may cause your savegames to become UNLOADABLE. Remember to change them before starting a new game!
|
||||||
; To load any "broken" savegames, simply revert to your original settings.
|
; To load any "broken" savegames, simply revert to your original settings.
|
||||||
|
;
|
||||||
|
; The maximum values (250+) are meant for debugging and stress testing. More sensible max values for gameplay are around 100.
|
||||||
;------------------------------------------------------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
; Player mercs, valid values 16 through 32, default is 24
|
; Player mercs, valid values 16 through 254
|
||||||
MAX_NUMBER_PLAYER_MERCS = 18
|
MAX_NUMBER_PLAYER_MERCS = 18
|
||||||
; Player vehicles, valid values 2 through 6, default is 2
|
; Player vehicles, valid values 2 through 6
|
||||||
MAX_NUMBER_PLAYER_VEHICLES = 2
|
MAX_NUMBER_PLAYER_VEHICLES = 2
|
||||||
|
|
||||||
;------------------------------------------------------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------------------------------------------------------
|
||||||
; Use these to adjust the numbers of various sorts of "people" that can appear in the same sector in TACTICAL mode.
|
; Use these to adjust the numbers of various sorts of "people" that can appear in the same sector in TACTICAL mode.
|
||||||
;------------------------------------------------------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
; Enemies (i.e., soldiers), valid values 16 through 64, default is 32
|
; Enemies (i.e., soldiers), valid values 16 through 256
|
||||||
MAX_NUMBER_ENEMIES_IN_TACTICAL = 20
|
MAX_NUMBER_ENEMIES_IN_TACTICAL = 20
|
||||||
; Creatures (i.e., bloodcats and crepitus), valid values 16 through 40, default is 32
|
; Creatures (i.e., bloodcats and crepitus), valid values 16 through 256
|
||||||
MAX_NUMBER_CREATURES_IN_TACTICAL = 20
|
MAX_NUMBER_CREATURES_IN_TACTICAL = 20
|
||||||
; Rebels (i.e., militia), valid values 16 through 64, default is 32
|
; Rebels (i.e., militia), valid values 16 through 256
|
||||||
MAX_NUMBER_MILITIA_IN_TACTICAL = 20
|
MAX_NUMBER_MILITIA_IN_TACTICAL = 20
|
||||||
; Civilians, valid values 16 through 40, default is 32
|
; Civilians, valid values 16 through 256
|
||||||
MAX_NUMBER_CIVS_IN_TACTICAL = 32
|
MAX_NUMBER_CIVS_IN_TACTICAL = 32
|
||||||
|
|
||||||
;------------------------------------------------------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|||||||
Binary file not shown.
@@ -79,24 +79,26 @@
|
|||||||
; PLEASE NOTE:
|
; PLEASE NOTE:
|
||||||
; Changing these settings may cause your savegames to become UNLOADABLE. Remember to change them before starting a new game!
|
; Changing these settings may cause your savegames to become UNLOADABLE. Remember to change them before starting a new game!
|
||||||
; To load any "broken" savegames, simply revert to your original settings.
|
; To load any "broken" savegames, simply revert to your original settings.
|
||||||
|
;
|
||||||
|
; The maximum values (250+) are meant for debugging and stress testing. More sensible max values for gameplay are around 100.
|
||||||
;------------------------------------------------------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
; Player mercs, valid values 16 through 32, default is 24
|
; Player mercs, valid values 16 through 254
|
||||||
MAX_NUMBER_PLAYER_MERCS = 18
|
MAX_NUMBER_PLAYER_MERCS = 18
|
||||||
; Player vehicles, valid values 2 through 6, default is 2
|
; Player vehicles, valid values 2 through 6
|
||||||
MAX_NUMBER_PLAYER_VEHICLES = 2
|
MAX_NUMBER_PLAYER_VEHICLES = 2
|
||||||
|
|
||||||
;------------------------------------------------------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------------------------------------------------------
|
||||||
; Use these to adjust the numbers of various sorts of "people" that can appear in the same sector in TACTICAL mode.
|
; Use these to adjust the numbers of various sorts of "people" that can appear in the same sector in TACTICAL mode.
|
||||||
;------------------------------------------------------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
; Enemies (i.e., soldiers), valid values 16 through 64, default is 32
|
; Enemies (i.e., soldiers), valid values 16 through 256
|
||||||
MAX_NUMBER_ENEMIES_IN_TACTICAL = 20
|
MAX_NUMBER_ENEMIES_IN_TACTICAL = 20
|
||||||
; Creatures (i.e., bloodcats and crepitus), valid values 16 through 40, default is 32
|
; Creatures (i.e., bloodcats and crepitus), valid values 16 through 256
|
||||||
MAX_NUMBER_CREATURES_IN_TACTICAL = 20
|
MAX_NUMBER_CREATURES_IN_TACTICAL = 20
|
||||||
; Rebels (i.e., militia), valid values 16 through 64, default is 32
|
; Rebels (i.e., militia), valid values 16 through 256
|
||||||
MAX_NUMBER_MILITIA_IN_TACTICAL = 20
|
MAX_NUMBER_MILITIA_IN_TACTICAL = 20
|
||||||
; Civilians, valid values 16 through 40, default is 32
|
; Civilians, valid values 16 through 256
|
||||||
MAX_NUMBER_CIVS_IN_TACTICAL = 32
|
MAX_NUMBER_CIVS_IN_TACTICAL = 32
|
||||||
|
|
||||||
;------------------------------------------------------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user