ForgottenGlory / Masterstroke

2 stars 1 forks source link

Soul Cairn paper map is missing #183

Open ForgottenGlory opened 2 years ago

ForgottenGlory commented 2 years ago

Is bug?: Confirm

Read the readme?: Confirm

List Version: v1.1.0.1

Reproducable?: Yes

Discord Username: MaiNeym#8670

Rule 11?: No

Type: Graphical (missing texture, floating objects, etc.)

Summary: Soul Cairn paper map is missing

Details: The markers are added on the top left of the default skyrim map instead.

Steps to reproduce: Enter Soul cairn, buy a "Map of the Soul Cairn" from the merchant. And open the map.

Crash log:

Screenshots: https://cdn.discordapp.com/attachments/990396060402864138/1001056477957599282/unknown.png

MaiNeym commented 2 years ago

Apologies for making a suggestion. Feel free to ignore.

But I quickly tested, and this map https://www.nexusmods.com/skyrimspecialedition/mods/55387?tab=files
While also adding the following to FlatMapMarkersSSE.json (last overwritten in Paper Sovngarde Map for FWMF)

    {  
        "name": "Soul Cairn",  
        "editorID": "DLC01SoulCairn",  
        "markerHeight": 180000,  
        "enabled": true  
    }

Results in a clean map: https://i.imgur.com/R86jAv9.png

PS: I didn't noticed someone already reported #171

MaiNeym commented 2 years ago

Some more maps that are missing (suggestions are all ESL flagged):

Blackreach Currently broken 3D map Suggestion: Update to 1.7 https://www.nexusmods.com/skyrimspecialedition/mods/53878?tab=files

Forgotten Vale
Currently usable, but not that useful : image Suggestion: https://www.nexusmods.com/skyrimspecialedition/mods/54628?tab=files image

Solstheim Currently broken: image Suggestion: https://www.nexusmods.com/skyrimspecialedition/mods/55025?tab=files (don't download the AIO, as this list doesn't have Falskaar and Bruma) image

Wyrmstooth Currently broken: image

Tested the only map I could find, but the markers are way off
Here's a link in case I simply goofed or if it can be easily fixed: https://www.nexusmods.com/skyrimspecialedition/mods/55025 image

Grey Cowl of Nocturnal
Currently it's broken: image Suggestion: https://www.nexusmods.com/skyrimspecialedition/mods/55025?tab=files image

Wyrmstooth and Grey Cowl are missing in the current FlatMapMarkersSSE.json The optional file "Flat Map Markers Config File for all FWMF maps" has all maps set correctly as far as I can see: https://www.nexusmods.com/skyrimspecialedition/mods/55025?tab=files

Or add them yourself:

    {
        "name": "Wyrmstooth",
        "editorID": "WyrmstoothWorld",
        "markerHeight": 180000,
        "enabled": true
    },
    {
        "name": "Alik'r Desert",
        "editorID": "mannyGFDesert",
        "markerHeight": 180000,
        "enabled": true
    },