Jump to content

SCS compatibility patch for EET


K4thos

Recommended Posts

Revised SCS added native support for EET so there is no longer need to host compatibility patch for SCS v30 on my Github. I'm attaching the patch for original v30 to this post in case DavidW will need to review these changes in future. As for normal players the patch in no longer needed. Just use Revised SCS instead.

 

edit: looks like for now Revised SCS only works on SR installations, so the patch still have some use until this problem is fixed.

 

edit2: compatibility patch is also included in Big World Fixpack.

stratagems_EET.zip

Link to comment

above compatibility patch has one 1 issue:

In sarevok/sarevok.tpa this code:

//end-of-game script - not needed for BGT and EET

     ACTION_IF !(GAME_IS ~bgt eet~) BEGIN
           LAF extend_area_script STR_VAR area=~%Undercity_TempleofBhaal%~ top=dw#end location=resource END
     END

should be changed to:

//end-of-game script - not needed for BGT

     ACTION_IF !(GAME_IS ~bgt~) BEGIN
           LAF extend_area_script STR_VAR area=~%Undercity_TempleofBhaal%~ top=dw#end location=resource END
     END

This change is already included in Big World Fixpack.

Link to comment

1 more change needed, this time in stratagems/gameplay/move_npcs.tpa:

LAF swap_text STR_VAR files=~%tutu_var%viconi.dlg~ swaps=~605.901 => 1620.420 507.806=> 1520.320~ END

=>

LAF swap_text STR_VAR files=~%tutu_var%viconi%eet_var%.dlg~ swaps=~605.901 => 1620.420 507.806=> 1520.320~ END

edit: as for this report, I've sent a PM to DavidW.

Link to comment

Archived

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

×
×
  • Create New...