Jump to content

Viconia Romance Fix


Recommended Posts

You say you were waiting on BD to fix this one, but I got tired of waiting.

 

I'm going to post WeiDU code that should fix the issue of the broken link in BVICONI.DLG.

 

COPY_EXISTING ~BVICONI.DLG~ ~override~
 REPLACE ~00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00~ ~42 56 49 43 4F 4E 49 00 70 01 00 00 01 00 00 00 2E 29~

 

You could also do this:

 

REPLACE BVICONI
IF WEIGHT #22 ~Global("LoveTalk","LOCALS",46)~ THEN BEGIN 103
  SAY #10537
  IF ~~ THEN REPLY #10538 GOTO 367
  IF ~~ THEN REPLY #10539 GOTO 368
END
END

 

Compile that in a D file, but I'd prefer to go with something that won't overwrite another mod's changes.

 

Or, this should work, but I haven't actually tested it.

 

COPY_EXISTING ~BVICONI.DLG~ ~override~
 DECOMPILE_DLG_TO_D
 REPLACE_TEXTUALLY ~EXTERN 0~ ~GOTO 368~
 COMPILE_D_TO_DLG

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...