Statistics: Posted by IceDreamer — 23 Oct 2014, 01:30
Statistics: Posted by Nombringer — 22 Oct 2014, 20:45
Statistics: Posted by Ze_PilOt — 22 Oct 2014, 20:36
Statistics: Posted by The Mak — 22 Oct 2014, 15:41
Sheeo wrote:Sir Prize wrote:Thank you devs!
I PMed Sheeo about a month ago I think asking if T1 Mass Extractors could have their strategic icon separated in the blueprints from T1 Mass Storage. It sounded like it was easy to do and would get up - any update on this?
Thanks again for your work guys.
Of course, I'll make sure to push this change later today
EDIT: It's done here: https://bitbucket.org/thepilot/forged-alliance-forever-lua/pull-request/116/new-icon-name-for-mass-storage
Statistics: Posted by Ze_PilOt — 14 Oct 2014, 07:54
UnitBlueprint {
Merge = true,
BlueprintId = "ueb1106",
StrategicIconName = get_name_if_file_exist('icon_structure1_mass_storage', StrategicIconName)
}
function get_name_if_file_exist(new_file_name, default_file_name)
local file_found=io.open(new_file_name, "r")
if file_found==nil then
io.close(file_found)
return default_file_name
else
io.close(file_found)
return new_file_name
end
end
Statistics: Posted by Shadows — 13 Oct 2014, 20:43
Statistics: Posted by Sheeo — 13 Oct 2014, 18:58
Statistics: Posted by Sheeo — 13 Oct 2014, 15:09
Statistics: Posted by Shadows — 13 Oct 2014, 10:29
Statistics: Posted by IceDreamer — 13 Oct 2014, 03:10
Sir Prize wrote:Thank you devs!
I PMed Sheeo about a month ago I think asking if T1 Mass Extractors could have their strategic icon separated in the blueprints from T1 Mass Storage. It sounded like it was easy to do and would get up - any update on this?
Thanks again for your work guys.
Statistics: Posted by Shadows — 13 Oct 2014, 02:56