Trying to install BPv181_4611 in my BWP with BiG World Fixpack v15.3 and weidu 23800 on BG2EE v1.3.
Everything works nicely then suddenly, one BCS failed miserably.
Here is a mod to test the point:
Ally.bcs
IF Allegiance(LastSeenBy(Myself),ALLY) THEN RESPONSE #100 NoAction() END
Anyone.bcs
IF Allegiance(LastSeenBy(Myself),ANYONE) THEN RESPONSE #100 NoAction() END
BEGIN @0 // Ally COPY ~Test/Ally.bcs~ ~override~ DECOMPILE_AND_PATCH BEGIN PATCH_PRINT "GG" END BEGIN @1 // Anyone COPY ~Test/Anyone.bcs~ ~override~ DECOMPILE_AND_PATCH BEGIN PATCH_PRINT "BG" END
On a fresh BG2, both components are fine
On a fresh BG2EE, component Ally is fine, component Anyone is:
Install Component [Anyone]? [I]nstall, or [N]ot Install or [Q]uit? i Installing [Anyone] Copying and patching 1 file ... BG [Test/Anyone.bcs.BAF] PARSE ERROR at line 2 column 1-38 Near Text: ANYONE syntax error [Test/Anyone.bcs.BAF] ERROR at line 2 column 1-38 Near Text: ANYONE Parsing.Parse_error ERROR: parsing [Test/Anyone.bcs.BAF]: Parsing.Parse_error ERROR: [Test/Anyone.bcs] -> [override] Patching Failed (COPY) (Parsing.Parse_err or) Stopping installation because of error. ERROR Installing [Anyone], rolling back to previous state Will uninstall 0 files for [TEST/SETUP-TEST.TP2] component 1. Uninstalled 0 files for [TEST/SETUP-TEST.TP2] component 1. ERROR: Parsing.Parse_error PLEASE email the file SETUP-TEST.DEBUG to shadowlich Using Language [English] Install Component [Anyone]? [I]nstall, or [N]ot Install or [Q]uit?
Do somebody knows something about this?
(Attached is my test mod)