From 79a980a1bae4c16b749cc37902ced22b56b287c9 Mon Sep 17 00:00:00 2001 From: Mc-muffin <8714476+Mc-muffin@users.noreply.github.com> Date: Sun, 11 Feb 2024 10:08:11 -0500 Subject: [PATCH] overlay work --- pythonlib/games/ToolsTOR.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pythonlib/games/ToolsTOR.py b/pythonlib/games/ToolsTOR.py index 6055cfc..00aef08 100644 --- a/pythonlib/games/ToolsTOR.py +++ b/pythonlib/games/ToolsTOR.py @@ -839,6 +839,12 @@ class ToolsTOR(ToolsTales): "-strequ", "__SLPS_PATH__", str(self.paths["temp_files"] / self.main_exe_name), + "-strequ", + "__BTL_OVL_PATH__", + str(self.paths["temp_files"] / "DAT" / "PAK3" / "00013" / "0000.bin"), + "-strequ", + "__3DFIELD_OVL_PATH__", + str(self.paths["temp_files"] / "DAT" / "PAK3" / "00013" / "0002.bin"), ] )