Skip to content

Commit

Permalink
v9.02
Browse files Browse the repository at this point in the history
- Updated the "Restore SoA Load Screen Logo" component to use MOVE instead of system commands (by Wisp)
- The "Triple-Class HLA Tables" component was relying on code from the BG2 Fixpack and wouldn't work if it wasn't installed. The relevant code is now mirrored in BG2 Tweaks
  • Loading branch information
aVENGER981 committed May 13, 2012
1 parent 106779d commit dfd2167
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Setup-BG2_Tweaks.tp2
Expand Up @@ -8,7 +8,7 @@ Tutu: 2^51 * 3^12 * 4^3 = 76,588,719,666,220,920,471,552
BGT: 2^63 * 3^12 * 4^3 * 5^1 = 1,568,536,978,764,204,451,257,384,960
*/

VERSION ~v9.01~
VERSION ~v9.02~

README ~bg2_tweaks/readme-bg2tweaks.html~

Expand Down Expand Up @@ -7534,6 +7534,12 @@ REQUIRE_PREDICATE NOT FILE_EXISTS_IN_GAME ~_sw1h01.itm~ @10 // non-Tutu
// this file does nothing, it just allows other mods to detect this component
COPY_EXISTING ~sw1h01.itm~ ~override/cdt02300.g3~

// gives f/m/c and f/m/t unique HLAs; tables created below
COPY_EXISTING ~LUABBR.2DA~ ~override~
SET_2DA_ENTRY 14 1 1 ~FMT~
SET_2DA_ENTRY 19 1 1 ~FMC~
BUT_ONLY_IF_IT_CHANGES

ACTION_IF (NOT FILE_EXISTS_IN_GAME ~lufmc.2da~) BEGIN
COPY ~BG2_Tweaks/2da/lufmc.2da~ ~override~
END
Expand Down
5 changes: 5 additions & 0 deletions changes.html
Expand Up @@ -9,6 +9,11 @@
<body>
<ul>

<!--v9.02 - integrated the following fixes:-->
<li><a href="http://forums.gibberlings3.net/index.php?s=32922f3321d97114bcd094d1ea6c68f3&showtopic=24332&st=0&p=200940&#entry200940">Updated the "Restore SoA Load Screen Logo" component to use MOVE instead of system commands</a> (Restore SoA Load Screen Logo)</li>
<li><a href="http://forums.gibberlings3.net/index.php?s=32922f3321d97114bcd094d1ea6c68f3&showtopic=24234">The "Triple-Class HLA Tables" component was relying on code from the BG2 Fixpack and wouldn't work if it wasn't installed. The relevant code is now mirrored in BG2 Tweaks</a> (Triple-Class HLA Tables)</li>



<!--v9.01 - integrated the following fixes:-->
<li><a href="http://forums.gibberlings3.net/index.php?showtopic=24289">Both varieties of the "Higher HP on Level Up" component now check for TobEx to ensure that the Barbarian HP table is adjusted properly</a> (Higher HP on Level Up)</li>
Expand Down

0 comments on commit dfd2167

Please sign in to comment.