From 41414b984f75b893493f7937c8aafac79579c6cc Mon Sep 17 00:00:00 2001
From: Gitjas
Date: Wed, 2 Aug 2023 10:02:33 +0200
Subject: [PATCH] update to v32
---
bg1npc/bg1npc.tp2 | 2 +-
bg1npc/readme-bg1npc.html | 16 +++++++++++++++-
2 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/bg1npc/bg1npc.tp2 b/bg1npc/bg1npc.tp2
index e5ab0d704..9eb8f1e96 100755
--- a/bg1npc/bg1npc.tp2
+++ b/bg1npc/bg1npc.tp2
@@ -14,7 +14,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 ~v31~
+VERSION ~v32~
/* 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~
diff --git a/bg1npc/readme-bg1npc.html b/bg1npc/readme-bg1npc.html
index e3ab7c160..61173ae48 100644
--- a/bg1npc/readme-bg1npc.html
+++ b/bg1npc/readme-bg1npc.html
@@ -15,7 +15,7 @@ The BG1NPC Project
On the web: Home page and discussion forum
For support issues please contact www.gibberlings3.net.
-Version 31 Check for the most recent version
+
Version 32 Check for the most recent version
Languages: English, Spanish, French, Polish, Italian, Russian, German* (teilweise noch in englisch)
Games: BG:EE, Tutu (with or without TotSC), BGT, and EET
@@ -601,6 +601,20 @@ Contact and Copyright Information
Version History
+Version 32 - 2023-08-02
+
+
+- Update Russian transaltion by klichko86, abalabokhin, p_zombie, and scheele from arcanecoast.ru.
+- Fix missing flags on items.
+- Replaced Spell references in x#garwyl.baf that used calls for Spell(Myself,452x) with calls to SpellRes("spcl52x",Myself). 4521 and 4522 are not in SPELL.IDS for original BG2; Also added in-line comments to document what those spells are, e.g., SpellRes("spcl522",Myself) // BLADE_DEFENSIVE_SPIN
+- Portrait Fixes, Xzar Quest Druid Fixes (Updates to Xzar Quest druids to fix inconsistencies reported in Issue #60. All druids will now have hide armor, staff, and RNDTRE01 (Poor treasure); Added portrait for Zosya. This was intended, but for not included previously from Phaere NWN portrait pack; Also added a portrait for x#tanaari from NWN Portrait Files (black demon, looks appropriate); Updated portrait for Caravan Band leader to match .CRE file. Portrait looked like a barbarian with dark hair. .CRE is an archer with blond hair).
+- Fix Tutu filenames being used in EET in Coran's quest.
+- Apply wild magic immunity to Amelia on BGT, BG:EE, EET.
+- Some hardcoded names from bg1npc_tiaxqst.tpa are moved into tra files.
+- Minor dialogue corrections: Fixed typo in x#skint.d that referenced "Jopha" instead of correct DV "x#jopha"; wrong transition in x#tiax.d and x#dyro.d; wrong reply option text in x#faint.d.
+- Typo corrections.
+
+
Version 31 - 2023-07-19