Skip to content

Commit

Permalink
Update bg1npc.tp2
Browse files Browse the repository at this point in the history
Update pre-release version date.
  • Loading branch information
Bryan Dunne committed Aug 7, 2014
1 parent 3c23e14 commit 40859e9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bg1npc.tp2
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ AUTHOR ~The BG1 NPC Project Team: forums.gibberlings3.net/index.php?showforum=45
/* MODDER */

/* WeiDU versions newer than v203 allow tp2 level version listing in the .log for troubleshooting */
VERSION ~v21_PRERELEASE_20140710~
VERSION ~v21_PRERELEASE_20140806~
/* Launch the readme file immediately. */
/* Isaya : display in native selected language if available, otherwise english */
README ~bg1npc/readme-bg1npc-%LANGUAGE%.html~ ~bg1npc/readme-bg1npc.html~
Expand Down Expand Up @@ -6693,13 +6693,14 @@ BEGIN @1086 /* Tiax Starts in Beregost. */
/* Jason Compton's Accelerated Banter Script "bantergoose" */
BEGIN @1088 /* Jason Compton's Accelerated Banter Script. */
GROUP @1065 /* The BG1 NPC Project: Tweaks */
// REQUIRE_PREDICATE (!GAME_IS ~bgee~) @5001 /* You must have BGT or TuTu installed for this component. */
REQUIRE_PREDICATE (!GAME_IS ~bgee~) @5001 /* You must have BGT or TuTu installed for this component. */
FORBID_FILE ~override/bantergoose.xxx~ @1089 /* You already have the Banter Accelerator installed. */
REQUIRE_FILE ~override/X#BG1NPCCore.G3~ @1004 /* BG1 NPC Required Changes component is not installed. */
COPY ~BG1NPC/Bantergoose/bantergoose.xxx~ ~override/bantergoose.xxx~
EXTEND_TOP ~baldur.bcs~ ~BG1NPC/bantergoose/bantergoose.baf~


/* BGEE Banter Timing Tweak: Utilizes new BANTTIMG.2DA available in BGEE to
adjust banter dialog timings. Replaces Compton's "bantergoose" script for BGEE - AstroBryGuy */
BEGIN @1123 /* BGEE Banter Timing Tweak */
GROUP @1065 /* The BG1 NPC Project: Tweaks */
REQUIRE_PREDICATE (GAME_IS ~bgee~) @5002 /* You must have BGEE installed for this component. */
Expand Down

0 comments on commit 40859e9

Please sign in to comment.