Doublevil Posted November 13, 2011 Share Posted November 13, 2011 I am currently trying to get rid of these annoying location icons on the compass.I want to keep the compass but I don't want it to show me the nearby locations. I found the icons were in the map.swf file, so I tried to replace some by blank elements, but in fact it seems that the compass uses another resource files, as my modification only succeeded to erase the location icons on the map itself.There is no other swf file that seem to contain map icons. Do you think it is possible that the compass location icons are in the .gfx file? Is there really no way to access it? Link to comment Share on other sites More sharing options...
WartyX Posted November 13, 2011 Share Posted November 13, 2011 Doublevil, you can edit the .gfx files using this tutorial which Dragon93 posted: http://www.modsrus.com/wiki/doku.php?id=dow2:formats:gfx Link to comment Share on other sites More sharing options...
Doublevil Posted November 13, 2011 Share Posted November 13, 2011 Oh thanks! The link did not work for me at the time I posted.All icons used by the compass are indeed in the interface/exported/hudmenu.gfx file. That's great news! Link to comment Share on other sites More sharing options...
TheJameZ Posted November 14, 2011 Share Posted November 14, 2011 Im also trying to crack the compass icons and make the quest markers invisible. Anyone got any tips? Link to comment Share on other sites More sharing options...
Doublevil Posted November 14, 2011 Share Posted November 14, 2011 (edited) Im also trying to crack the compass icons and make the quest markers invisible. Anyone got any tips?I've done this. I am currently developing a tool with a graphical interface to disable what you want on the compass, and plan to release it as soon as it's done (should take 2 days, but as always in the marvelous world of IT, you can multiply this release time by 3).Contact me if you want early releases of the tool. If you want more details about how to do it, here's a little plan I made for myself:HOW TO disable nearby locations icons on the compass:---- 1. Extract "Skyrim - Interface.bsa" from the data files of Skyrim (you can use a tool embedded in Fallout Mod Manager) 2. Rename interface/exported/hudmenu.gfx to hudmenu.swf and change the 3 first bytes to "CWS" 3. Inside hudmenu.swf, erase drawing instructions for the following shapes: - For unknown locations icons: shapes 152 to 252 - For visited locations icons: shapes 254 to 354 - For quest markers: shapes 142 and 149 - For exits/entrances (?): shapes 144 (unknown) and 146 (visited) - For enemy markers: shape 140You can use "Flash Decompiler Trillix" to visualize the content of the file, and SWiX to edit the resources. 4. Rename hudmenu.swf to hudmenu.gfx and change the 3 first bytes to "CFX" 5. Re-pack the extracted directory to a .bsa file (you can use a tool embedded in Fallout Mod Manager) 6. Change the first ~80 bytes of the new .bsa file to the ones on the original bsa 7. Replace the "Skyrim - Interface.bsa" file by the new one Edited November 14, 2011 by Doublevil Link to comment Share on other sites More sharing options...
TheJameZ Posted November 15, 2011 Share Posted November 15, 2011 Thank you for the instruction. When trying to edit the SWF file it says its corrupted and cant see the content or edit it with Trillix or Sothink Decompilers or SWiX. I did change the filetype and hex edit with notepad. Maybe a problem with Adobe drivers? Anyway awesome that you are developing a tool for this, looking forward to it. Link to comment Share on other sites More sharing options...
jonny_wonny Posted November 16, 2011 Share Posted November 16, 2011 Hey, I just followed Doublevil's instructions to remove the enemy marker, and I discovered that the shape for the marker is actually "359", and not "140". But other than that it worked perfectly. Thanks Doublevil! Oh, and to unpack the BSA file I used BSAUnpack, and to pack it again I used BSACommander. I tried a few other packers, but this was the only one that worked. Link to comment Share on other sites More sharing options...
Doublevil Posted November 16, 2011 Share Posted November 16, 2011 If you want to edit your compass icons, contact me, I am making a tool for this.It is not released yet, but I can give you an alpha version and instructions to use it. ;) Link to comment Share on other sites More sharing options...
Recommended Posts