Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
orionInstallation problem
#1
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?
  


Messages In This Thread
Installation problem - by orion - 04-02-2025, 11:27 PM
RE: Installation problem - by Lava - 04-03-2025, 05:38 AM
RE: Installation problem - by orion - 04-03-2025, 01:11 PM
RE: Installation problem - by Lava - 04-03-2025, 01:27 PM
RE: Installation problem - by orion - 04-04-2025, 02:16 AM
RE: Installation problem - by Lava - 04-04-2025, 04:36 AM

Forum Jump:


Users browsing this thread:
2 Guest(s)

Installation problem00