Amnesia: The Bunker

Amnesia: The Bunker

Not enough ratings
No Jump To Notes
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
1.956 MB
19 Feb @ 3:02am
19 Feb @ 4:02am
2 Change Notes ( view )

Subscribe to download
No Jump To Notes

Description
When playing with no-pause inventory, it will no longer jump to unread notes and photos, when opened.
It will still happen, if the inventory pause is enabled.

Version: m1.0_v1.31. (mod 1.0, base game 1.31)

Compatibility:
- overrides 'script/custom/modules/SketchbookUIHandler.hps'
8 Comments
Tapir  [author] 3 Mar @ 6:06am 
line 1067
ORIGINAL:
if (mbAuxiliaryBoxActive==false)

MOD:
if (mbAuxiliaryBoxActive==false && GameDifficulty_GetSettingValueByID_Bool(eGameDifficultySetting_GamePausedInInventory) )

sorry, the lines are pretty badly formatted in this chat
---------------------------------------------------------------------
alternatively:
if you want to disable the jump feature completely (regardless of inventory pause), do this

line 1067
ORIGINAL:
if (mbAuxiliaryBoxActive==false)

EDIT:
if (false)
Heuristicus 2 Mar @ 9:38pm 
It seems that the mods I'm using do in fact edit this file. What is the one line and the variable with the value that I would need to change?
Tapir  [author] 24 Feb @ 6:26am 
the other files in the mod folder are only required for it to appear in the in-game mod menu
the actual gameplay change is in the script directory
Tapir  [author] 24 Feb @ 6:22am 
the change is a one-liner in the file 'script/custom/modules/SketchbookUIHandler.hps'
it is the only file that needs to be replaced

possible issues:
- file overwrite didn't happen (wrong directory?)
- game was already running, when the file was overwritten (need a restart to reload the scripts)
- Steam restored the file (happens during update, or manually running 'verify local files')
- is there any mod/add-on enabled? (if it overrides the 'SketchbookUIHandler.hps' file, it will cancel out the changes and it will use it's own version)
Heuristicus 23 Feb @ 1:53pm 
By the way, I am playing no-pause.
Heuristicus 23 Feb @ 1:52pm 
You mentioned to just copy the "script" directory, right? I tried it and it still loads the pictures and notes before going into the inventory. Should I copy all of the files to the root directory?
Tapir  [author] 23 Feb @ 8:13am 
you can do that easily
you'll find the mod in 'steamapps/workshop/content/1944430/3430304643'
copy the 'script' directory into the game's root dir
Heuristicus 23 Feb @ 5:53am 
I would like to download this, but I want to actually overwrite the files. That way, I can use it with other mods and not just the original.