Skip to content

Commit

Permalink
Fix to allow installation on non-Ascension installs
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMWWallace committed May 3, 2019
1 parent 7c1de35 commit 39fd1d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wheels/lib/wheels.tpa
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ DEFINE_ACTION_FUNCTION wheels BEGIN
OUTER_SPRINT component_loc "" // hack around SCS changes

ACTION_IF !FILE_EXISTS_IN_GAME "finbalth.cre" BEGIN
LAF run STR_VAR file="wheels_ascension" END
LAF run STR_VAR file="wheels_ascension" location=lib END
END

COMPILE "%scsroot%/misc/balth_vanilla.d" // overwrite balth.d with pristine vAsc version, pending WoP update more systematically
Expand Down
2 changes: 2 additions & 0 deletions wheels/readme-wheels.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ <h2>Version History</h2>
<li>Ad-hoc fix to a dialog-mismatch for Balthazar in Enhanced Edition installs</li>
<li>Under-the-hood changes: updated SFO function library and external-directory nomenclature; immutablised charset and audio handling</li>
</ul>
<p>V8 incremental fixes:</p>
<ul><li>v8.1: fix a bug preventing install on non-Ascension installs</li></ul>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion wheels/setup-wheels.tp2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BACKUP ~weidu_external/backup/wheels~
SUPPORT ~http://gibberlings3.net/forums/index.php?showforum=156~
VERSION ~v8~
VERSION ~v8.1~
README ~wheels/readme-wheels.html~
AUTO_EVAL_STRINGS
AUTO_TRA ~wheels/tra/%s~
Expand Down

0 comments on commit 39fd1d7

Please sign in to comment.