TwoEyedYum
Naked Moose
So here we go, i want to leave this here in new and clear topic. Feel free to try those fixes, test them and report success/failure. While reporting, try to specify what version do you use (GoG, Steam, whatever). Make sure you work with latest 1.27 bos.exe file.
Disclaimer: if nothing else stated, almost every fix is found by Fallout.ru community members (specifically comrades Hex and Hmt)
If you want to edit game date and time:
2ADAE6 06 -> ?? (hours)
2ADAB9 1D -> ?? (minutes)
2ADB47 ?? ?? (year?)
42CB9C ?? ?? (year?)
No more random pink and blue colors in random encounters:
2AE3F4 83 -> 33
2AE3F5 E1 -> С9
2AE3F6 07 -> 90
Increased range for opening doors, looting etc (+1 range):
424D06 80 -> 00
424D07 3F -> 40
Perk/trait effect 'doNightPerson' will work for NPC too (replace every value by 90):
17C7BF 0F 85 B3 03 00 00
Blocking 'tagname' from erasing/rewriting (needs additional testing):
F6857 12 -> 56
Music will no be blocked/paused (Custom & Display World Text):
283BE8 01 -> 00
0D0487 01 -> 00
Music will no be blocked/paused in "dialogue":
0FB548 01 -> 00
Potential "burst bug" fix:
21959B 28 -> 01
Now this is interesting - immobilizing multiplier (1.25 by default). Float variable, feel free to test changes:
40C0C8
Sniper perk fix (author: Koritama)
Some line of code contains "Luck" instead of "luck" - case sensivity made this line unused by perk. Now it works as intended.
4A6C4C 4C -> 6C
------
Feel free to give other hints on HEX editing which could be added to this post.
Disclaimer: if nothing else stated, almost every fix is found by Fallout.ru community members (specifically comrades Hex and Hmt)
If you want to edit game date and time:
2ADAE6 06 -> ?? (hours)
2ADAB9 1D -> ?? (minutes)
2ADB47 ?? ?? (year?)
42CB9C ?? ?? (year?)
No more random pink and blue colors in random encounters:
2AE3F4 83 -> 33
2AE3F5 E1 -> С9
2AE3F6 07 -> 90
Increased range for opening doors, looting etc (+1 range):
424D06 80 -> 00
424D07 3F -> 40
Perk/trait effect 'doNightPerson' will work for NPC too (replace every value by 90):
17C7BF 0F 85 B3 03 00 00
Blocking 'tagname' from erasing/rewriting (needs additional testing):
F6857 12 -> 56
Music will no be blocked/paused (Custom & Display World Text):
283BE8 01 -> 00
0D0487 01 -> 00
Music will no be blocked/paused in "dialogue":
0FB548 01 -> 00
Potential "burst bug" fix:
21959B 28 -> 01
Now this is interesting - immobilizing multiplier (1.25 by default). Float variable, feel free to test changes:
40C0C8
Sniper perk fix (author: Koritama)
Some line of code contains "Luck" instead of "luck" - case sensivity made this line unused by perk. Now it works as intended.
4A6C4C 4C -> 6C
------
Feel free to give other hints on HEX editing which could be added to this post.