MISSABLE ACHIEVEMENTS: Mothership Zeta: Alien Archivist: Some logs can no longer be acquired after the space walk.
BEFORE REPORTING ISSUES Check that you have the last version of the mod (I don't support older versions of the mod for obvious reasons) and check the changelog. Launch the game with only this mod enabled to check if the issue is caused by it or because of a mod conflict. I can't fix what I can't reproduce so, provide as much info as you can, vague reports will be ignored. Screenshots/videos helps a lot.
The default settings are based on a 16:9 Vanilla setup, if anything looks misplaced or overlap with another UI mod, you can move it in the mod's configuration menu.
Hello, I am having an issue and while I think its your mod I am not 100%. Is there a way to remove the default controller keybinds? Basically my LB does not work either ingame or in menus and I think I have narrowed it down to something with your mod. I am hoping to just remove the LB function from your mod to see.
i know your mod doesnt use it elsewhere but it is used to access the weapon mod menu and to change camera perspective which isnt working when your mod is installed. Is that a no to it being possible to unlink from opening the MCM?
NPC names have seemingly jumped to the top centre of the screen instead of their usual right side position after a recent update, is there a way to change this back? i can't seem to find an NPC name location option.
It's not my mod and there are many issues that have yet to be fixed. I'd rather make my own version or add support for more recent mods such as Smooth Notifications.
That doesn't mean both mods can't work together, I just removed everything related to that mod.
Open B42 Notify's folder, find and open B42NotifyPause.xml. Find the line that says: <hotrect name="B42NIcon"> And under it you will see: <y> 40 </y> Replace 40 by a negative or very high value like -1000. The icon will be off-screen and won't appear in the pause menu.
I'm getting an issue after updating to the latest version, the quest log would disappear after completing or failing a quest, which would require me to uncheck the quests and re-add them to the quest log again for it to show up
Works fine for me, the completed quest disappeared, the rest is still visible. Does this happen with any quest or just specific ones? If you could record it so I can make sure you're not misunderstanding how the feature works. I mentioned the toggle key because if you press J (default key) it toggles the visibility which could've been triggered by mistake or maybe by another mod.
I perfectly understand how it's supposed to work, it only started happening after I updated the mod. When a quest is completed or failed, even if it's not in the pinned quest log (the one that shows up on the HUD), every mod that is on the quest log disappears, pressing the hotkey sometimes bring up the quests again but it only shows up as green text without icons or the quest name (similar to how quest objectives turn green for a second before disappearing when you complete one)
While using your snowglobes tweak mod and MAPMOs achievements enabled, I had the globe trotter achievement pop in game after giving all the base game snowglobes to jane but without any DLC snowglobes, not sure if its a bug or incompatability or something but found it interesting.
MAPMO's achievements don't take mods into consideration so it's not a bug. The achievements tracking is unrelated to Steam/GOG/Epic/etc...
Technically I could add a check for that mod since I made it but otherwise there's no precise way to see if the required number of snowglobe has changed.
JIP LN NVSE Not Installed For whatever reason MAPMO seems to REFUSE to detect JIP LN as installed, even though it has already been. This occurs even when ALL other mods have been disabled, already tried multiple ways to try to get it to work but no matter what it never seems to accept it as installed. Using the GetJIPLNVersion command it states the version I'm using, which means it is installed since it is detected. Also whenever I press \ in the main menu to see what's going on all that I see is a wall of spam notices saying:
"Function IsHardcore requires a calling reference but none or NULL was provided Script line approximation: (##IsHardcore##) (error wrapped in ##'s) File: Main and Pause Menus Overhaul.esm Offset: 0x10A9 Command: <unkwown> Error in script 0A001655 (MAPMOCallbackAnyModeSCRIPT) in mod Main and Pause Menus Overhaul.esm"
(It might be important to know, that everything worked fine a while back but after I updated by JIP and xNVSE to the latest version everything seemed to break. And I've already tried reverting to older versions.)
Do you use an edited version of JIP? One that's not on the official page? The mod use the IsPluginInstalledfunction to check if, well, if the plugin is installed.if IsPluginInstalled "JIP NVSE Plugin" When using this function you have to be precise about the plugin's name, in this case "JIP NVSE Plugin", not "JIP", "JIP LN NVSE", etc... if JIP is indeed installed and working as you've stated that would mean the name has changed.
Possibility A : JIP is not installed, IsPluginInstalled "JIP NVSE Plugin" returns 0. Possibility B : The name of the plugin (which can be found in nvse.log) has changed and is no longer "JIP NVSE Plugin", therefore IsPluginInstalled "JIP NVSE Plugin" returns 0. This means you're using an unofficial version of JIP.
919 comments
REMOVE OVERWRITE WARNING IN MO2
MISSABLE ACHIEVEMENTS:
Mothership Zeta:
Alien Archivist: Some logs can no longer be acquired after the space walk.
BEFORE REPORTING ISSUES
Check that you have the last version of the mod (I don't support older versions of the mod for obvious reasons) and check the changelog. Launch the game with only this mod enabled to check if the issue is caused by it or because of a mod conflict. I can't fix what I can't reproduce so, provide as much info as you can, vague reports will be ignored. Screenshots/videos helps a lot.
The default settings are based on a 16:9 Vanilla setup,
if anything looks misplaced or overlap with another UI mod,
you can move it in the mod's configuration menu.
It overwrites MAPMO's xml with an older version, breaking things.
That doesn't mean both mods can't work together, I just removed everything related to that mod.
Find the line that says: <hotrect name="B42NIcon">
And under it you will see: <y> 40 </y>
Replace 40 by a negative or very high value like -1000. The icon will be off-screen and won't appear in the pause menu.
Technically I could add a check for that mod since I made it but otherwise there's no precise way to see if the required number of snowglobe has changed.
For whatever reason MAPMO seems to REFUSE to detect JIP LN as installed, even though it has already been.
This occurs even when ALL other mods have been disabled, already tried multiple ways to try to get it to work but no matter what it never seems to accept it as installed. Using the GetJIPLNVersion command it states the version I'm using, which means it is installed since it is detected. Also whenever I press \ in the main menu to see what's going on all that I see is a wall of spam notices saying:
"Function IsHardcore requires a calling reference but none or NULL was provided
Script line approximation: (##IsHardcore##) (error wrapped in ##'s)
File: Main and Pause Menus Overhaul.esm Offset: 0x10A9 Command: <unkwown>
Error in script 0A001655 (MAPMOCallbackAnyModeSCRIPT) in mod Main and Pause Menus Overhaul.esm"
(It might be important to know, that everything worked fine a while back but after I updated by JIP and xNVSE to the latest version everything seemed to break. And I've already tried reverting to older versions.)
So.
Any ideas, fellas? 'cause I'm at a loss here.
if IsPluginInstalled "JIP NVSE Plugin"
When using this function you have to be precise about the plugin's name, in this case "JIP NVSE Plugin", not "JIP", "JIP LN NVSE", etc... if JIP is indeed installed and working as you've stated that would mean the name has changed.Possibility A : JIP is not installed, IsPluginInstalled "JIP NVSE Plugin" returns 0.
Possibility B : The name of the plugin (which can be found in nvse.log) has changed and is no longer "JIP NVSE Plugin", therefore IsPluginInstalled "JIP NVSE Plugin" returns 0. This means you're using an unofficial version of JIP.