Где в конфиге отключить скелета и рёв когда гг спит? и включить доп монстров
		
		
	 
 Внешний вид
// If True then corruption class 
change hero appearence
    StExt_Config_CorruptionChangeLook = 
false;
    // If True then corruption appearence displays only at 
night only
    StExt_Config_CorruptionChangeLookAtNight = 
false;
    // On/Off obsession effects 
when hero sleep
    StExt_Config_CorruptionSleepEffect = 
false;
Монстры
StExt_Config_EnemyDuplication_
Chance = 10;
    // If enabled, than enemies can be added in range from [StExt_EnemyDuplication_MultMin] to [StExt_EnemyDuplication_MultMax]
    // In other case use static multiplier [StExt_EnemyDuplication_MultMin]
    StExt_Config_
EnemyDuplication_EnableRndMult = 
true;
    // 
Minimal additional enemies. 
    StExt_Config_
EnemyDuplication_MultMin = 1;
    // Works only if [StExt_EnemyDuplication_
EnableRndMult] is true
    StExt_Config_
EnemyDuplication_MultMax = 2;    
    // If true, than ambient humans also can be multiplied
    StExt_ConfigEnemyDuplication_EnableHum = 
true;