Orientation for the Exit1600 transit point in ar1606 should be NW (6) not South (0).
1 reply to this topic
#2
Posted 13 January 2012 - 03:54 PM
Confirmed. Here's the fix:
// Fix the incorrect orientation when entering Cayia's house in Brynnlaw (CamDawg)
COPY_EXISTING ~ar1606.are~ ~override~
READ_LONG 0x68 "enter_off"
READ_LONG 0x6c "enter_num"
FOR (index = 0 ; index < enter_num ; index = index + 1) BEGIN
READ_ASCII ("%enter_off%" + ("%index%" * 0x68)) "name"
PATCH_IF ("%name%" STRING_EQUAL_CASE "exit1600") BEGIN
WRITE_SHORT ("%enter_off%" + 0x24 + ("%index%" * 0x68)) 6 // northwest
END
END
BUT_ONLY_IF_IT_CHANGES
Edited by aVENGER_(RR), 13 January 2012 - 03:57 PM.
Retired modder
Rogue Rebalancing - Author
aTweaks - Author
Wizard Slayer Rebalancing - Co-Author
BG2 Fixpack - Contributor
Rogue Rebalancing - Author
aTweaks - Author
Wizard Slayer Rebalancing - Co-Author
BG2 Fixpack - Contributor
Reply to this topic

1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











