Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Version 0.5.2
Browse files Browse the repository at this point in the history
Delete a still-remaining unused entry on Fall-From-Grace.
  • Loading branch information
GraionDilach committed Apr 30, 2021
1 parent 92c0d4f commit e60dce4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ This mod adds the Planescape Torment characters' voices into the Infinity Engine
Initial build.
Includes Fall-From-Grace, Annah-of-the-Shadows and Nodrom.

### 0.5.1.
### 0.5.1

Fix all the failstart bugs.
- Fix misplaced Version line in the tp2.
- Delete unused entries so they don't skewer up the reaction RNG.
- Fix case mismatch in the LUA.

### 0.5.2

Delete a still-remaining unused entry on Fall-From-Grace.

## Acknowledgments
Thanks for CamDawg for [his documentation on EE 2.6+ voicesets](https://github.com/Gibberlings3/EE_soundset_tool).
Thanks for Smeagolheart for the [Awesome Soundsets documentation](https://forums.beamdog.com/discussion/38319/mods-awesome-soundsets-mods-master-thread-custom-soundsets-for-bgee-bg2ee-and-iwdee/p1), inspiring to create this mod.
Expand Down
1 change: 0 additions & 1 deletion zg_pst_voices/english/setup.tra
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
@163 = ~Hmph. Simple minds, simple pleasures.~ [zgffg3_] /// cd_select_rare8 #3_
@164 = ~Shadows.~ [zgffg5] /// cd_shadows #5
@165 = ~I feel fatigued. I should rest soon.~ [zgffgc] /// cd_tired #c
@166 = "-1" /// cd_tired2 #4_
@167 = ~Very well then.~ [zgffg7] /// cd_trap #7
@168 = ~I do not approve of your methods.~ [zgffg5_] /// cd_unhappy_1 #5_
@169 = ~Your actions have harmed many. Take care they do not harm anyone else from here on.~ [zgffg6_] /// cd_unhappy_2 #6_
Expand Down
1 change: 0 additions & 1 deletion zg_pst_voices/zg_pst_voices.tp2
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ LAF cd_add_soundset
cd_select_rare8 = RESOLVE_STR_REF(@163) // 3_
cd_shadows = RESOLVE_STR_REF(@164) // 5
cd_tired1 = RESOLVE_STR_REF(@165) // c
cd_tired2 = RESOLVE_STR_REF(@166) // 4_
cd_trap = RESOLVE_STR_REF(@167) // 7
cd_unhappy_1 = RESOLVE_STR_REF(@168) // 5_
cd_unhappy_2 = RESOLVE_STR_REF(@169) // 6_
Expand Down

0 comments on commit e60dce4

Please sign in to comment.