I'm wondering if it would be possible to adjust Galaxy Forge-made map files so that players without the map files can join games for them on ICO and so that they will auto-download. After all, maps made with the Map Designer will auto-download for people, so why not custom maps? Is there something, somewhere, in the map file that prevents it from happening, something that would be easy to modify?
I opened up one of my custom map files and a map made with the Galaxy Designer in a comparisson program called WinMerge and the only basic map setting differences I could find were here:
TXT
versionNumber 1
isBrowsable TRUE
browsePictureName "Asteroid Belt.tga"
browseName ""
browseDescription "Build an asteroid empire and grind your way to victory."
TXT
versionNumber 1
isBrowsable TRUE
browsePictureName "ScenarioPicture-UserGenerated"
browseName "IDS_CUSTOMGALAXY_NAME_USERGENERATED"
browseDescription "IDS_CUSTOMGALAXY_DESCRIPTION_USERGENERATED"
I messed around with those lines some but to no avail. Any thoughts? Would anyone care to experiment?