Jump to content


Photo

Weird Weidu


  • Please log in to reply
6 replies to this topic

#1 shadowlich

shadowlich
  • Member
  • 102 posts

Posted 18 December 2015 - 09:38 AM

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

 

Test.tp2
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)

 

Attached Files

  • Attached File  Test.zip   865.42K   162 downloads


#2 Lollorian

Lollorian

    smiley addict

  • Member
  • 4150 posts

Posted 18 December 2015 - 09:42 AM

Make sure ANYONE is present in EA.IDS :P

 

If not, add "0 ANYONE" to the file


Edited by Lollorian, 18 December 2015 - 09:44 AM.

"I am the smiley addict, yellow and round, this is my grin :D when I'm usually around :P.
When there's trouble brewing, see me post, cuz it's usually a wall o' yellow and your eyes are toast!!!"

BWP GUIDE - BWP FIXES - impFAQ - NPC LIST - KIT LIST - AREA LIST

GitHub Links : BWP Fixpack | Lolfixer | BWP Trimpack | RezMod


#3 The Imp

The Imp

    Not good, see EVIL is better. You'll LIVE.

  • Member
  • 5148 posts

Posted 18 December 2015 - 09:46 AM

Ninja...ed, got the Imp.


Yep, Jarno Mikkola. my Mega Mod FAQ. Use of the BWS, and how to use it(scroll down that post a bit). 
OK, desert dweller, welcome to the sanity, you are free to search for the limit, it's out there, we drew it in the sand. Ouh, actually it was still snow then.. but anyways.


#4 agb1

agb1
  • Member
  • 1623 posts

Posted 18 December 2015 - 09:47 AM

I think weidu 238.01 (beta) also handles this case without error.


BiG World Fixpack (community collection of mod fixes and compatibility patches, with user-friendly cross-platform script)

 

BiG World Setup (tool to automate best-practice installation of Infinity Engine mods on Windows, with conflict analysis)

Latest version:    https://bitbucket.or.../get/master.zip


#5 shadowlich

shadowlich
  • Member
  • 102 posts

Posted 18 December 2015 - 09:55 AM

Make sure ANYONE is present in EA.IDS :P

 

Unfortunatly, EA.IDS contains "0 ANYONE" by default  :(



#6 Lollorian

Lollorian

    smiley addict

  • Member
  • 4150 posts

Posted 18 December 2015 - 09:57 AM

Ok then like agb1 said, it should be fixed in the beta - relevant thread here :)


"I am the smiley addict, yellow and round, this is my grin :D when I'm usually around :P.
When there's trouble brewing, see me post, cuz it's usually a wall o' yellow and your eyes are toast!!!"

BWP GUIDE - BWP FIXES - impFAQ - NPC LIST - KIT LIST - AREA LIST

GitHub Links : BWP Fixpack | Lolfixer | BWP Trimpack | RezMod


#7 shadowlich

shadowlich
  • Member
  • 102 posts

Posted 18 December 2015 - 10:03 AM

weidu 238.01 Beta is OK!!!!

 

Thanks guys  :clap:

 

 

Edit: as Mike1072 said, remove ANYONE in EA.IDS works also and is a better solution for now


Edited by shadowlich, 18 December 2015 - 10:12 AM.