Skip to content

Commit

Permalink
Merge pull request #13 from AngelGryph/master
Browse files Browse the repository at this point in the history
Final edits for v28 release
  • Loading branch information
AngelGryph authored Jan 3, 2021
2 parents 72d4fd6 + 23d14fe commit 646b98d
Show file tree
Hide file tree
Showing 15 changed files with 9,518 additions and 9,516 deletions.
9 changes: 5 additions & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
*.tp? text
*.baf text
*.2da text
*.d text
*.tp? text eol=crlf
*.tra text eol=crlf
*.baf text eol=crlf
*.2da text eol=crlf
*.d text eol=crlf
*.ini text eol=crlf
*.txt text eol=crlf
*.htm text eol=crlf
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ The Unfinished Business mod is one of the oldest mods for Baldur's Gate 2 and re

## Version History

Version 28.1
- Updated French translation, thanks to Jazira
- Fix Yoshimo's original portrait not being displayed

Version 28
- Updated WeiDU to version 247.
- Updated French translation, thanks to Jazira.
- Updated Russian translation, thanks to yota13 & Arcanecoast Team.
- The Jade Hound Figurine from Minsc's quest has a charge when you get it.
- UB will no longer restore Shazzellim +1 if QuestPack has already done so.
Expand All @@ -21,6 +19,7 @@ Version 28
- Implemented encapsulation and immutabilty.
- Added conditions to ensure components only get installed on compatible games.
- The restored ranger kits are now compatible with EE games.
- Fix Yoshimo's original portrait not being displayed.

Version 27
- Updated WeiDU to version 246.
Expand Down
4 changes: 2 additions & 2 deletions ub/dialogs/setup_dialog_restorations.tpa
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,11 @@ BEGIN
BUT_ONLY_IF_IT_CHANGES

//Simyaz and the Silver Sword in the Underdark.
<<<<<<<<ub/udsimyaz_reaction.d
<<<<<<<<.../ub/udsimyaz_reaction.d
REPLACE_TRIGGER_TEXT udsimyaz ~ReactionGT(LastTalkedToBy,FRIENDLY_UPPER)~ ~Reaction(LastTalkedToBy,FRIENDLY_UPPER)~
>>>>>>>>

COMPILE ~%MOD_FOLDER%/udsimyaz_reaction.d~
COMPILE ~.../ub/udsimyaz_reaction.d~
USING ~%MOD_FOLDER%/ubnull.tra~


Expand Down
5 changes: 4 additions & 1 deletion ub/docs/readme-ub.html
Original file line number Diff line number Diff line change
Expand Up @@ -808,9 +808,11 @@
<li>Restored Minor Dialogs will now restore several (voiced!) banters uncovered during work on BG2EE, thanks to Calawen with some minor help from CamDawg.</li>
</ul>

<p>Version 28 (2 June, 2020)<br>
<p>Version 28 (3 January, 2021)<br>
<p>&nbsp;&nbsp;&nbsp; CHANGES</p>
<ul>
<li>Updated WeiDU to version 247.</li>
<li>Updated French translation, thanks to Jazira.</li>
<li>Updated Russian translation, by yota13 &amp; Arcanecoast Team.</li>
<li>The Jade Hound Figurine from Minsc's quest has a charge when you get it.</li>
<li>UB will no longer restore Shazzellim +1 if QuestPack has already done so.<li>
Expand All @@ -819,6 +821,7 @@
<li>Implemented encapsulation and immutabilty.</li>
<li>Added conditions to ensure components only get installed on compatible games.</li>
<li>The restored ranger kits are now compatible with EE games.</li>
<li>Fix Yoshimo's original portrait not being displayed.<li>
</ul>

<p><a HREF="#top">Back to top</a>
Expand Down
Loading

0 comments on commit 646b98d

Please sign in to comment.