Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions stratagems/gameplay/wk_early.tpa
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ END

// link that entrance point to Watchers' Keep (to the South exit block, to be specific)

LAF edit_worldmap STR_VAR worldmap=worldm25 editstring="insert_link => ~from=>ar3000 to=>ar4000 dir_from=>S link_travtime_div_four=>9 entrance=>dw#WKin~" END
LAF edit_worldmap STR_VAR worldmap = EVAL ~%worldm25%~ editstring="insert_link => ~from=>ar3000 to=>ar4000 dir_from=>S link_travtime_div_four=>9 entrance=>dw#WKin~" END

// Make Tethyr inaccessible once the party have reached the Pocket Plane (not that it matters really)

Expand Down Expand Up @@ -95,7 +95,7 @@ END
tooltip_string=>61253
reachable=>1
END
LAF edit_worldmap STR_VAR worldmap=worldm25 editstring="add_entry=>patch_data" END
LAF edit_worldmap STR_VAR worldmap = EVAL ~%worldm25%~ editstring="add_entry=>patch_data" END

// postpone the start movie

Expand Down
13 changes: 13 additions & 0 deletions stratagems/setup-stratagems.tp2
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,19 @@ REQUIRE_PREDICATE !GAME_IS ~iwdee~ @50009

REQUIRE_PREDICATE !GAME_IS ~tutu tutu_totsc bgee~ @16000

ACTION_IF (GAME_IS ~eet~ OR MOD_IS_INSTALLED ~SETUP-BP-BGT-WORLDMAP.TP2~ ~1~) BEGIN

OUTER_SPRINT "worldm25" "worldmap"
PRINT ~Unified Worldmap is updated
~

END ELSE BEGIN

OUTER_SPRINT "worldm25" "worldm25"
PRINT ~Tob specific Worldmap is updated
~
END

LAF run STR_VAR files=wk_early location=gameplay END

/////////////////////////////////////////////////////////////////////////////////////////
Expand Down