Amnesia: The Bunker

Amnesia: The Bunker

27 ratings
Increased Magnet Lampe Duration x8
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
63.950 KB
15 Jun, 2023 @ 12:27am
31 Oct, 2023 @ 8:21pm
2 Change Notes ( view )

Subscribe to download
Increased Magnet Lampe Duration x8

Description
"Strangely this mechanism lasts longer then others from the bunker." - Henri


Under ...\script\custom\props\Prop_DynamoLantern.hps:

"const float gfDynamoLantern_DefaultChargeDecreaseRate = (1.f / 40.f);"
changed to
"const float gfDynamoLantern_DefaultChargeDecreaseRate = (1.f / 320.f);"


=======================================================================
A few new lines were added in the Halloween Update:

float GetChargeDecreaseRate()
{
uint lFlashlightDurationLevel = GameDifficulty_GetSettingValueByID_Int(eGameDifficultySetting_FlashlightChargeDuration);
if (lFlashlightDurationLevel==0)
return gfDynamoLantern_DefaultChargeDecreaseRate * 2.f;
else if (lFlashlightDurationLevel==2)
return gfDynamoLantern_DefaultChargeDecreaseRate * 0.5f;

return gfDynamoLantern_DefaultChargeDecreaseRate;
}

Under this assumption, the higher the difficulty, the lower the duration. Either way this is 8x the default duration.
3 Comments
Fantom_legend 1 Oct, 2023 @ 2:39pm 
Мод работает, спасибо :catgirl_ok:
Trevor Reznik 24 Jul, 2023 @ 1:01pm 
Shine your light so bright on me
Glimmer 15 Jun, 2023 @ 9:40am 
Thank you!