Guest deleted2027229 Posted May 7, 2022 Share Posted May 7, 2022 I deleted sCleared in game settings and it removed the word "cleared" but still the little diamond marker appears next to it which I'd like to remove, any idea how I get rid of the this little marker? Link to comment Share on other sites More sharing options...
IsharaMeradin Posted May 7, 2022 Share Posted May 7, 2022 Unsure how, but you may need to edit the associated SWF file or tap into the EXE via an SKSE DLL and change the game's behavior with regard to the map when a dungeon is cleared. Link to comment Share on other sites More sharing options...
Guest deleted2027229 Posted May 8, 2022 Share Posted May 8, 2022 (edited) Any idea what SWF file I'd need to edit, and which of the games' BSA archives it's in? Edit - would editing this script be possible so that cleared simply doesn't appear in the first place? https://ck.uesp.net/wiki/IsCleared_-_Location Edited May 8, 2022 by WanderRA Link to comment Share on other sites More sharing options...
IsharaMeradin Posted May 8, 2022 Share Posted May 8, 2022 That function only checks the status of the given location. And as such you cannot use it to prevent the cleared tag from appearing. I did find this:https://www.creationkit.com/index.php?title=SetCleared_-_Location There are three default scripts that use that function.defaultClearLocationOnActivatedefaultClearLocationOnDeathRefAliasdefaultClearLocationOnDeath Perhaps commenting out the function call on those scripts would prevent the tag from appearing in new games and / or future dungeon clears. But if you just want to remove that little marker as initially asked, I still think the SWF files would be the place to look. Link to comment Share on other sites More sharing options...
Guest deleted2027229 Posted May 8, 2022 Share Posted May 8, 2022 (edited) I opened the map.SWF file and it is "shape 339" but I don't know how to delete it. Edited May 8, 2022 by WanderRA Link to comment Share on other sites More sharing options...
Recommended Posts