Sup? i don’t know about the map editors but you can use old HW2 maps if they don’t use custom scripts (like for instance scripts which generate resources/objects, like the ones from the Complex mod for example). If you want to upgrade them to use the new backgrounds, open them in a text editor, like Notepad, though it’s best to use Notepad++, which is free and awesome, and look for the line loadBackground(“XX”) where XX is the background code.
I tested this and it works. you can use the following codes to replace XX to get the following remastered backgrounds:
ez01 -> ez16 for Homeworld 1 Remastered backgrounds.
m01 -> m15 for Homeworld 2 Remastered backgrounds.
loadBackground(“ez01”) is background of mission 1 classic, "loadBackground(“ez02”) is bg for mission 2 etc.
DO NOT go above ez16 for HW1 backgrounds or m15 for HW2 backgrounds or game will crash on map load. HW1 has 16 missions and HW2 has 15.
