Hello!
I didn't want to annoy you with mega installation issues, but surprisingly the mega installation run pretty smoothly except for a few mods.
I'm trying to install TOTDG v12.94 and is failing.
There are a few of your mods that are failing to install with errors similar to this
ERROR: Sys_error("TOTDG/Worldmap/add_map_icons.tpa: No such file or directory")
Please make a backup of the file: SETUP-TOTDG.DEBUG and look for support at: Lava Del'Vortel
The problematic code I think is in install.tph, in this part
// map icon index in mapicons.bam
ACTION_IF GAME_IS ~eet~ BEGIN
ACTION_DEFINE_ASSOCIATIVE_ARRAY remapped_icons BEGIN 9 => 178 END
END ELSE ACTION_IF GAME_IS ~bg2ee~ BEGIN
INCLUDE ~%MOD_FOLDER%/Worldmap/add_map_icons_ee.tpa~
LAF ADD_MAP_ICONS_EE STR_VAR path_to_icons = EVAL ~%MOD_FOLDER%/Worldmap/ee/icon.bam~ patch_to_pvrz = EVAL ~%MOD_FOLDER%/Worldmap/ee~ RET new_icon_index END
ACTION_DEFINE_ASSOCIATIVE_ARRAY remapped_icons BEGIN 9 => ~%new_icon_index%~ END
STRING_SET 23084 @4000300 //Traveling Hours -> Hours
STRING_SET 5684 @4000301 //Destination Unreachable -> Unreachable
END ELSE BEGIN //bg2, bgt
INCLUDE ~%MOD_FOLDER%/Worldmap/add_map_icons.tpa~
LAF ADD_MAP_ICONS STR_VAR path_to_icons = EVAL ~%MOD_FOLDER%/Worldmap/bg/icon.bam~ RET new_icon_index END
ACTION_DEFINE_ASSOCIATIVE_ARRAY remapped_icons BEGIN 9 => ~%new_icon_index%~ END
END
There is no Worldmap folder in the mod files.
Any ideas?
I didn't want to annoy you with mega installation issues, but surprisingly the mega installation run pretty smoothly except for a few mods.
I'm trying to install TOTDG v12.94 and is failing.
There are a few of your mods that are failing to install with errors similar to this
ERROR: Sys_error("TOTDG/Worldmap/add_map_icons.tpa: No such file or directory")
Please make a backup of the file: SETUP-TOTDG.DEBUG and look for support at: Lava Del'Vortel
The problematic code I think is in install.tph, in this part
// map icon index in mapicons.bam
ACTION_IF GAME_IS ~eet~ BEGIN
ACTION_DEFINE_ASSOCIATIVE_ARRAY remapped_icons BEGIN 9 => 178 END
END ELSE ACTION_IF GAME_IS ~bg2ee~ BEGIN
INCLUDE ~%MOD_FOLDER%/Worldmap/add_map_icons_ee.tpa~
LAF ADD_MAP_ICONS_EE STR_VAR path_to_icons = EVAL ~%MOD_FOLDER%/Worldmap/ee/icon.bam~ patch_to_pvrz = EVAL ~%MOD_FOLDER%/Worldmap/ee~ RET new_icon_index END
ACTION_DEFINE_ASSOCIATIVE_ARRAY remapped_icons BEGIN 9 => ~%new_icon_index%~ END
STRING_SET 23084 @4000300 //Traveling Hours -> Hours
STRING_SET 5684 @4000301 //Destination Unreachable -> Unreachable
END ELSE BEGIN //bg2, bgt
INCLUDE ~%MOD_FOLDER%/Worldmap/add_map_icons.tpa~
LAF ADD_MAP_ICONS STR_VAR path_to_icons = EVAL ~%MOD_FOLDER%/Worldmap/bg/icon.bam~ RET new_icon_index END
ACTION_DEFINE_ASSOCIATIVE_ARRAY remapped_icons BEGIN 9 => ~%new_icon_index%~ END
END
There is no Worldmap folder in the mod files.
Any ideas?