BG2 Fixpack/BG1-BG2 Transition Issue
#1
Posted 03 September 2006 - 08:02 AM
I have opened the BG2 Fixpack .tp2 file with notepad as the text editor, just wondering do I delete all lines below as shown or just some of it? I take it I remove all between //.....// in file?
Rock
// remove pause-n-drop exploit to keep imported BG items
COPY_EXISTING ~ar0602.bcs~ ~override~
DECOMPILE_BCS_TO_BAF
REPLACE_TEXTUALLY ~HideGUI()~ ~ActionOverride(Player1,MakeUnselectable(2147483647)) HideGUI()~
REPLACE_TEXTUALLY ~ActionOverride(Player1,DestroyAllEquipment())~ ~ActionOverride(Player1,MakeUnselectable(0)) ActionOverride(Player1,DestroyAllEquipment())~
COMPILE_BAF_TO_BCS
BUT_ONLY_IF_IT_CHANGES
// familiar-CI double escape XP exploit, part one of two (see tele0700.bcs)
EXTEND_TOP ~ar0603.bcs~ ~bg2fixpack/baf/ar0603.baf~
#2
Posted 03 September 2006 - 08:20 AM
// remove pause-n-drop exploit to keep imported BG items
COPY_EXISTING ~ar0602.bcs~ ~override~
DECOMPILE_BCS_TO_BAF
REPLACE_TEXTUALLY ~HideGUI()~ ~ActionOverride(Player1,MakeUnselectable(2147483647)) HideGUI()~
REPLACE_TEXTUALLY ~ActionOverride(Player1,DestroyAllEquipment())~ ~ActionOverride(Player1,MakeUnselectable(0)) ActionOverride(Player1,DestroyAllEquipment())~
COMPILE_BAF_TO_BCS
BUT_ONLY_IF_IT_CHANGES
#3
Posted 03 September 2006 - 10:25 AM
Removing this should work :
// remove pause-n-drop exploit to keep imported BG items
COPY_EXISTING ~ar0602.bcs~ ~override~
DECOMPILE_BCS_TO_BAF
REPLACE_TEXTUALLY ~HideGUI()~ ~ActionOverride(Player1,MakeUnselectable(2147483647)) HideGUI()~
REPLACE_TEXTUALLY ~ActionOverride(Player1,DestroyAllEquipment())~ ~ActionOverride(Player1,MakeUnselectable(0)) ActionOverride(Player1,DestroyAllEquipment())~
COMPILE_BAF_TO_BCS
BUT_ONLY_IF_IT_CHANGES
However it also messes with the Tele0700. That's why the additional deletion.
It takes a village...
#4
Posted 03 September 2006 - 11:02 AM
Why is this Hypnotoad video so popu... ALL GLORY TO THE HYPNOTOAD.
____
The Gibberlings Three - Home of IE Mods
The BG2 Fixpack - All the fixes of Baldurdash, plus a few hundred more. Now available, with more fixes being added in every release.