absolutely love this mod the alternate version you posted in here fixed my only original issue (not being able to get notifications in the pip boy) wish you would upload the alternate version as an optional file as it more closely mimics vanilla behavior from my experience and havent noticed any missed messages. either way will be an essential mod for me going forward! always looking forward to new b42 mods
Alt version is in the comments down below, but keep in mind that I'll give no support for it. If I were you - I'd just wait some time. Proper version is in works.
For whatever reason since my newest playthrough, the corner messages keep repeating like four or five times. So when it tells you how to crouch it'll repeat that message over and over again
Hey, I'm currently testing controller support for my mods and encountered an issue where pressing B to close my menu would also close the pause menu. The same issue is happening when closing your log but I found a fix, simply add a controller check in your closing event: if GetController == 0 ;added - because Nexus thinks it's javascript SetUIFloat "StartMenu\NOGLOW_BRANCH\main_container\_enabled" 1 endif The B button is hardcoded to do this on its own but it triggers after the script so it will see _enabled == 1 and think you want to close the pause menu. The check prevents this.
i don't get it, if you don't have the time to fix issues with the mod (which is very understandable) why remove it when someone else fixes it? he literally said you could include the fixes on the original... why not just include the fixes here? the work is literally already done and the fixes were done simply to help the community out, xilandro's mind is really a mystery to me
Okay let's break it down step by step. 1. I have time, but I don't have the focus. I've been rewriting the mod on and off for some time now. 2. I didn't remove anything. If anyone reuploads someone else's mod (fixes or not) and breaks TOS - that's gonna be removed by jannies. 3. Why not include someone else's fixes? Because they were out of date by the time of posting and spawned several new bugs. And those got instantly blamed on me. Do I want such "fixes"? No. Do you want such fixes? 4. "xilandro's mind" is an ADHD caffeine-fueled idiot machine. No mystery.
389 comments
Mod under reconstruction, please be patient.
either way will be an essential mod for me going forward! always looking forward to new b42 mods
If I were you - I'd just wait some time. Proper version is in works.
10/10
if GetController == 0 ;added - because Nexus thinks it's javascript
The B button is hardcoded to do this on its own but it triggers after the script so it will see _enabled == 1 and think you want to close the pause menu. The check prevents this.SetUIFloat "StartMenu\NOGLOW_BRANCH\main_container\_enabled" 1
endif
1. I have time, but I don't have the focus. I've been rewriting the mod on and off for some time now.
2. I didn't remove anything. If anyone reuploads someone else's mod (fixes or not) and breaks TOS - that's gonna be removed by jannies.
3. Why not include someone else's fixes? Because they were out of date by the time of posting and spawned several new bugs. And those got instantly blamed on me. Do I want such "fixes"? No. Do you want such fixes?
4. "xilandro's mind" is an ADHD caffeine-fueled idiot machine. No mystery.