New in 1.2.1: - Shivering Isles worldspace will no longer trigger local map
New in 1.2.0: - Map will now center on player when switching from local to world map
New in 1.1.0: - Added configuration options so you can choose when the local map is opened:
alwaysLocalMap - Force local map view even when outdoors (Tamriel worldspace). citiesLocalMap - Force local map when inside city worldspaces (e.g., Chorrol, Bruma). dungeonLocalMap - Force local map inside dungeons and interiors.
Config file can be found in AutoLocalMap\scripts\config.lua. Cities and dungeons are enabled by default.
Note: There might be edge cases that I couldn't find. Please report them here or make a bug report if you find any.
for some reason this mod crashes my game and gives me "fatal error".
I'm on gamepass and using the version that includes UE4SS.
the mod works fine at first and the game seems fine but as soon I try to fast travel or load a different save it crashes. I have confirmed it's this mod because when I take the UE4SS folder and the map file out of the WinGDK folder, the game works fine.
Yeah I'm getting crashes as well =( its either this or UE4SS as like you, when I remove the UE4SS folder - no more crashes =/ I noticed it happens just as an autosave occurs, but up until that point autosaves were fine. Crash logs say the crashes are "Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address *various hex*"
Edit: Im on Steam EDIT2: will test if its this or UE4SS by removing this mod but not UE4SS and see if it still crashes
Yeah have not had a single crash when only removing this mod but leaving UE4SS in tact.
Next step is to find another mod which requires UE4SS and see if that crashes - may be that UE4SS sitting idle in the background isnt an issue, only becomes a problem when called upon via the mod...
I think I managed to fix it? I really don't know but since I placed AutoLocalMap = 1 in the mods.txt in the Mod folder I had zero CTD's. Can you test for confirmation?
I'm having other crashes related to UE4SS too. Don't even know if it's this mod who's crashing my game, but removing it seemed to at least mitigate it a little.
It would be nice to be able to get a mod that's like this that doesn't have a outside Nexus source to install because it seems like it would be a simple fix because for me it's annoying to have to zoom in all the time so I would rather deal with it instead of installing stuff that's outside Nexus
Functionally the mod does what it says and is a great addition, but it could be even better if when we press M in a dungeon, it would not open the global map first then go to the local dungeon map, but instead would just go to the local dungeon map immediately aka skipping/overwriting the vanilla functionality entirely.
Hello. Is it possible to do console commands when the player Indoor/outdoor ? i wanna set some Lumen commands to make lighting more realistic , but its has to be separated into two different presets. what do you think? I want to make something like a mod like you did, this mod is the closest to what I need. thanks
Yes you can. You can execute console commands from Lua using the KismetSystem, and you can get a handle from UEHelpers. Something like local kismet = UEHelpers.GetKismetSystemLibrary() kismet:ExecuteConsoleCommand(engine, "command")
184 comments
- Shivering Isles worldspace will no longer trigger local map
New in 1.2.0:
- Map will now center on player when switching from local to world map
New in 1.1.0:
- Added configuration options so you can choose when the local map is opened:
alwaysLocalMap - Force local map view even when outdoors (Tamriel worldspace).
citiesLocalMap - Force local map when inside city worldspaces (e.g., Chorrol, Bruma).
dungeonLocalMap - Force local map inside dungeons and interiors.
Config file can be found in AutoLocalMap\scripts\config.lua. Cities and dungeons are enabled by default.
Note: There might be edge cases that I couldn't find. Please report them here or make a bug report if you find any.
have installed to correct place but I always gets the world map still and have to zoom in no matter where I am?
I'm on gamepass and using the version that includes UE4SS.
the mod works fine at first and the game seems fine but as soon I try to fast travel or load a different save it crashes.
I have confirmed it's this mod because when I take the UE4SS folder and the map file out of the WinGDK folder, the game works fine.
not really sure what could be causing it.
Crash logs say the crashes are "Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address *various hex*"
Edit: Im on Steam
EDIT2: will test if its this or UE4SS by removing this mod but not UE4SS and see if it still crashes
Next step is to find another mod which requires UE4SS and see if that crashes - may be that UE4SS sitting idle in the background isnt an issue, only becomes a problem when called upon via the mod...
If at all possible I think it would be a great addition if the local map didn't open by default if inside a city.
I want to make something like a mod like you did, this mod is the closest to what I need. thanks
local kismet = UEHelpers.GetKismetSystemLibrary()
kismet:ExecuteConsoleCommand(engine, "command")