Andrea C.
Member Since 17 Jul 2007Offline Last Active Mar 31 2023 03:35 AM
Community Stats
- Group Modder
- Active Posts 454
- Profile Views 11189
- Age Age Unknown
- Birthday Birthday Unknown
-
Gender
Male
User Tools
Posts I've Made
In Topic: Baldur's Gate Trilogy v1.22
21 January 2023 - 04:34 AM
In Topic: TobEx AfterLife
22 December 2022 - 05:11 AM
In Topic: Nostalgia Pack
05 October 2022 - 08:49 AM
In Topic: Nostalgia Pack
04 October 2022 - 02:14 AM
In Topic: AC's Miscellaneous Tweaks
22 August 2022 - 10:36 AM
Hi MikeX,
thank you very much for reporting these, and my apologies for getting to them this belatedly.
ac_miscellany.tph:line 364:
SAY IDENTIFIED_DESC @2000771
should be
SAY IDENTIFIED_DESC @2000206
or
SAY IDENTIFIED_DESC @2000789to correctly update the identified description of the Cloak of Mirroring.
Both entries in eedescrip.tra seem to be the same, so this file could need some clean up...The second tra reference is used twice in eedescrip.tra.
So this really needs some clean up...
The correct entry would have been @2000789, which was indeed duplicated. I've updated it to @2000800 in both files, so it should work correctly now.
ac_flamingamnian.tph:-is missing a 'BUT_ONLY' at the end.
Nothing to notice inside the game itself but causing all CRE files to be backed up and then updated to the override directory and therefore false positive change log entries.
ac_soundsets.tph:
line 101:
OUTER_SET dan5 = RESOLVE_STR_REF(@9500006)
should be
OUTER_SET dan5 = RESOLVE_STR_REF(@5000096)
so that this component can be installed.
ac_random.tph:
there are a couple of constructs like this:
WRITE_LONG 0x3E 0
WRITE_ASCII 0x3a ~ihelm07~that works, but should be better replaced by this:
WRITE_ASCII 0x3a ~ihelm07~ #8
All fixed.
New version's up with the changes.
- Spellhold Studios
- → Viewing Profile: Posts: Andrea C.
- Guidelines