Skip to content

Commit 70261b7

Browse files
committed
less confusing installation messages for ua compatibility patches
1 parent e72b8cc commit 70261b7

2 files changed

Lines changed: 15 additions & 9 deletions

File tree

ua/compatibility/ua.tpa

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
/** @tra setup.tra */
2+
13
// AoP +1
24
ACTION_IF NOT MOD_IS_INSTALLED ~ua.tp2~ (ID_OF_LABEL ~ua.tp2~ ~g_ua_allow+1~) BEGIN
3-
PRINT @9
5+
PRINT @41
46
ACTION_IF GAME_INCLUDES ~bg1~ BEGIN
57
OUTER_SET $item_source_compat(~amul14~ ~nadine.cre~) = 1 // Nadine - steal
68
OUTER_SET $item_source_compat(~amul14~ ~nadin.dlg~) = 1 // Nadine - dialog, pass to Euric
@@ -9,11 +11,11 @@ ACTION_IF NOT MOD_IS_INSTALLED ~ua.tp2~ (ID_OF_LABEL ~ua.tp2~ ~g_ua_allow+1~) BE
911
// AoP+1
1012
OUTER_SET $item_source_compat(~amul14~ ~ar1201.are~) = 1 // near lake and mists in Firkraag's dungeon
1113
END
12-
END
14+
END ELSE BEGIN PRINT @42 END
1315

1416
// CoP+2 and RoP+2
1517
ACTION_IF NOT MOD_IS_INSTALLED ~ua.tp2~ (ID_OF_LABEL ~ua.tp2~ ~g_ua_allow+2~) BEGIN
16-
PRINT @9
18+
PRINT @43
1719
ACTION_IF GAME_INCLUDES ~bg1~ BEGIN
1820
OUTER_SET $item_source_compat(~clck02~ ~%Candlekeep_Catacombs_L1%.are~) = 1 // a crypt
1921
OUTER_SET $item_source_compat(~ring07~ ~ramazi.cre~) = 1 // Ramazith
@@ -23,16 +25,16 @@ ACTION_IF NOT MOD_IS_INSTALLED ~ua.tp2~ (ID_OF_LABEL ~ua.tp2~ ~g_ua_allow+2~) BE
2325
OUTER_SET $item_source_compat(~ring07~ ~aran02.cre~) = 1 // Aran Linvail (side with Bodhi)
2426
OUTER_SET $item_source_compat(~ring07~ ~aran.dlg~) = 1 // Aran Linvail (side with thieves)
2527
END
26-
END
28+
END ELSE BEGIN PRINT @44 END
2729

2830
// boots of speed
2931
ACTION_IF NOT MOD_IS_INSTALLED ~ua.tp2~ (ID_OF_LABEL ~ua.tp2~ ~g_ua_allow_speed~) BEGIN
30-
PRINT @11
32+
PRINT @45
3133
OUTER_SET $item_present(~boot01~) = "-1"
3234
ACTION_IF GAME_INCLUDES ~bg1~ BEGIN
3335
OUTER_SET $item_source_compat(~boot01~ ~drasus.cre~) = 1 // Drasus (Cloakwood mines assassin)
3436
END
3537
ACTION_IF GAME_INCLUDES ~bg2~ BEGIN
3638
OUTER_SET $item_source_compat(~boot01~ ~tokcre01.dlg~) = 1 // Token machine in Spellhold
3739
END
38-
END
40+
END ELSE BEGIN PRINT @46 END

ua/tra/english/setup.tra

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
@6 = ~Expanded~
77
@7 = ~Processing areas:~
88
@8 = ~Compatibility with mods that move or remove items:~
9-
@9 = ~Non-unique Amulet of Protection +1~
10-
@10 = ~Non-unique Ring of Protection +2 and Cloak of Protection +2~
11-
@11 = ~Non-unique Boots of Speed~
129
@12 = ~Rogue Rebalancing: Additional equipment for Thieves and Bards~
1310
@13 = ~Sword Coast Stratagems: Move or modify some overpowered magic items~
1411
@14 = ~Tortured Souls~
@@ -35,6 +32,13 @@
3532
@35 = ~BGEE~
3633
@36 = ~BG1NPC~
3734

35+
@41 = ~Unique Amulet of Protection +1~
36+
@42 = ~Non-unique Amulet of Protection +1~
37+
@43 = ~Unique Ring of Protection +2 and Cloak of Protection +2~
38+
@44 = ~Non-unique Ring of Protection +2 and Cloak of Protection +2~
39+
@45 = ~Unique Boots of Speed~
40+
@46 = ~Non-unique Boots of Speed~
41+
3842
@100 = ~Remove bonus merchants~
3943
@101 = ~Less magical items~
4044
@200 = ~Requires BG2~

0 commit comments

Comments
 (0)