okay, everyone is having trouble downloading builds manually... as we all know it's a "404" error, i noticed it also applies to the dev builds as well, the problem is the webpage (manager? generator?) is ignoring FOLDERS, so in the case of the latest DEV build, it links to
"http://files.star-made.org/build/starmade-build_20140817_070312.zip"
a dud link... the correct one is actually
http://files.star-made.org/build/dev/starmade-build_20140817_070312.zip
notice the dev in the second (corrected) link...
the SAME issue occurs on the "normal" build page too...
"http://files.star-made.org/starmade-build_20140810_202517.zip"
notice the lack of "/build/"
"http://files.star-made.org/build/starmade-build_20140810_202517.zip" (WORKING)
the issue is not referencing the "build" directory... original code
<a href="starmade-build_20140810_202517.zip">starmade-build_20140810_202517.zip</a>
fixed code
<a href="build/starmade-build_20140810_202517.zip">starmade-build_20140810_202517.zip</a>
sorry if it seems rude, i'm just trying to make sure it's understood correctly.
great game so far by the way.
"http://files.star-made.org/build/starmade-build_20140817_070312.zip"
a dud link... the correct one is actually
http://files.star-made.org/build/dev/starmade-build_20140817_070312.zip
notice the dev in the second (corrected) link...
the SAME issue occurs on the "normal" build page too...
"http://files.star-made.org/starmade-build_20140810_202517.zip"
notice the lack of "/build/"
"http://files.star-made.org/build/starmade-build_20140810_202517.zip" (WORKING)
the issue is not referencing the "build" directory... original code
<a href="starmade-build_20140810_202517.zip">starmade-build_20140810_202517.zip</a>
fixed code
<a href="build/starmade-build_20140810_202517.zip">starmade-build_20140810_202517.zip</a>
sorry if it seems rude, i'm just trying to make sure it's understood correctly.
great game so far by the way.