Skip to content

Commit 0cdbe1f

Browse files
committed
fix compliments and insults decode on windows, closes #50
1 parent 01f2a1c commit 0cdbe1f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

docs/changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Changelog
22

3+
- [Version 8.15](#version-815)
34
- [Version 8.14](#version-814)
45
- [Version 8.13](#version-813)
56
- [Version 8.12](#version-812)
@@ -23,9 +24,11 @@
2324
- [Version 2](#version-2)
2425
- [Version 1](#version-1)
2526

27+
### Version 8.15
28+
- Fixed Compliments and Insults installation on EET+Windows.
2629

2730
### Version 8.14
28-
- Fixed Extended Soundsets, Compliments and insults installation on EET.
31+
- Fixed Extended Soundsets, Compliments and Insults installation on EET.
2932

3033
### Version 8.13
3134
Fixed installation of BG1-style party interaction with framerate adjustment on Windows, also allowed to install on Unix if wine is present. Renamed the component to "Compliments and insults".

tnt/components/compliments/framerate.tpa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ BEGIN
5151
ACTION_IF GAME_IS ~eet~ BEGIN
5252
COPY + ~override/%sound%.wav~ ~override/g_temp.wavc~ // oggdec needs an intermediate file
5353
ACTION_IF ~%WEIDU_OS%~ STR_EQ ~win32~ BEGIN
54-
AT_NOW rc ~%tools_dir%\oggdec.exe override\g_temp.wavc -o override\%sound%.wav~
54+
AT_NOW rc ~%tools_dir%\oggdec.exe override\g_temp.wavc -w override\%sound%.wav~
5555
END
5656
ACTION_IF ~%WEIDU_OS%~ STR_EQ ~unix~ BEGIN
5757
AT_NOW rc ~oggdec override/g_temp.wavc -o override/%sound%.wav~

tnt/tnt.tp2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BACKUP ~tnt/backup~
22
SUPPORT "https://github.com/BGforgeNet/bg2-tweaks-and-tricks/issues"
3-
VERSION ~v8.14~
3+
VERSION ~v8.15~
44
NO_IF_EVAL_BUG
55
AUTO_EVAL_STRINGS
66
ALWAYS

0 commit comments

Comments
 (0)