Amnesia: The Bunker

Amnesia: The Bunker

27 个评价
Increased Magnet Lampe Duration x8
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
63.950 KB
2023 年 6 月 15 日 上午 12:27
2023 年 10 月 31 日 下午 8:21
2 项改动说明 ( 查看 )

订阅以下载
Increased Magnet Lampe Duration x8

描述
"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 条留言
Fantom_legend 2023 年 10 月 1 日 下午 2:39 
Мод работает, спасибо :catgirl_ok:
Trevor Reznik 2023 年 7 月 24 日 下午 1:01 
Shine your light so bright on me
Glimmer 2023 年 6 月 15 日 上午 9:40 
Thank you!