Amnesia: The Bunker

Amnesia: The Bunker

Not enough ratings
Increased Magnet Lampe Duration x2
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
63.763 KB
14 Jun, 2023 @ 7:27pm
31 Oct, 2023 @ 8:08pm
2 Change Notes ( view )

Subscribe to download
Increased Magnet Lampe Duration x2

Description
"Just a bit more efficient." - Henri


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

"const float gfDynamoLantern_DefaultChargeDecreaseRate = (1.f / 40.f);"
changed to
"const float gfDynamoLantern_DefaultChargeDecreaseRate = (1.f / 80.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 2x the default duration.
4 Comments
ALE199 8 Jan, 2024 @ 6:24pm 
does it work stil or is it rip?
CrazyAllaen  [author] 16 Jun, 2023 @ 12:35pm 
As far as I know it doesn't @Solar Flare, unless they changed it recently in an update.
Solar Flare 16 Jun, 2023 @ 12:16pm 
Do these disable achievements?
Coda 15 Jun, 2023 @ 2:53pm 
Nice! Thank you :)