Jump to content


SuigetsuHozuki

Member Since 16 Nov 2021
Offline Last Active Nov 20 2021 10:31 AM

Posts I've Made

In Topic: Custom soundset captions?

20 November 2021 - 10:34 AM

The !!!! suffix is weird and I don't even understand why you chose it but that's not the problem (if you put the file into the double characters folder atleast because it'll throw the game off in the single-character folder).

 

What did you do in the tp2 block? You seemingly renumbered the roles and took out the entry for the voiceset name. I don't really understand why you did that (entry numbers can be skipped and my workflow is just which allows me to just copy paste an empty block and prefix it with numbers so that they end up between 101-170/201-270/301-370 and so forth, filling it then deleting the response lines I don't use from both blocks) and I'm fairly sure that your renumbering broke the cd_soundsets.tp2 block somewhere.

ahh that explains it. i renumbered because i used awesome soundsets and i was....... hh idk im just dumb

i guess i have to redo it from scratch completely :(


In Topic: Custom soundset captions?

17 November 2021 - 01:40 PM


You should not edit cd_add_soundset.tph. Nothing tells you to delete lines from that one. Only edit the others, keep that one unedited (it allows all the voice options you don't use to fall back to -1 which is the "unused" magic value, which is fine).

I actually didn't, but I checked and i didn't even modify the setup file.

I just re-installed the thing, and set up the setup file. I get this error.

 

Installing [Soundset Tool]
Copying 1 file ...
Copying 1 file ...
Copying and patching 1 file ...
Appending to files column-wise ...
Cannot append column-wise because there are 102 lines in charsnd.2da but I was only given 50 things to append
Stopping installation because of error.
Stopping installation because of error.
Stopping installation because of error.
 
ERROR Installing [Soundset Tool], rolling back to previous state
Will uninstall  96 files for [CD_SOUNDSETS/CD_SOUNDSETS.TP2] component 0.
Uninstalled     96 files for [CD_SOUNDSETS/CD_SOUNDSETS.TP2] component 0.
ERROR: Failure("cannot append column-wise to charsnd.2da")
Please make a backup of the file: SETUP-CD_SOUNDSETS.DEBUG and look for support at: pcamagna@beamdog.com
Using Language [English]
 
Install Component [Soundset Tool]?
[I]nstall, or [N]ot Install or [Q]uit?
 
 
 
I've attached my modified setup file. 

In Topic: Custom soundset captions?

16 November 2021 - 02:09 PM

2.6 rewrote the soundset code and the S9Soundsets way is no longer appropriate because it can't keep up with it. Basically the AoN voicesets exploded the 25/33 available options for player voicesets to ~69 lines (SoD already did some of this work, but SoD was limited to SoD only and BG2EE/IWDEE was excluded from this before). We documented this on the Beamdog forum primarily though which is sadly down now, but a crude documentation is included with the new template at https://github.com/G...E_soundset_tool

 

Additionally most of the S9 soundsets were already remade on my own GH for 2.6, using a customized version of the above template with some internal aspects being fuglier (because I used a WIP version of it during coding). https://github.com/G...Pack-for-EE-2.6 and https://github.com/G...Pack-for-EE-2.6 are probably the most helpful since they use most of the new sound options, but I got BG1, BG2, IWD1 and IWD2 as other repos on my own GH scattered around.

Thank you, but when I run the .exe i get this error :(

 

WeiDU files in version order:
  [setup-cd_soundsets.exe] version 24600
  [Setup-S9SoundsetsVol0.exe] version -1
        Copying [setup-cd_soundsets.exe] -> [Setup-S9SoundsetsVol0.exe]: true
Using Language [English]
 
Using .\lang\en_us\dialog.tlk
 
Install Component [Soundset Tool]?
[I]nstall, or [N]ot Install or [Q]uit? i
 
Installing [Soundset Tool]
Copying 1 file ...
Copying 1 file ...
Copying and patching 1 file ...
Appending to files column-wise ...
Cannot append column-wise because there are 102 lines in charsnd.2da but I was only given 50 things to append
Stopping installation because of error.
Stopping installation because of error.
Stopping installation because of error.
 
ERROR Installing [Soundset Tool], rolling back to previous state
Will uninstall   1 files for [CD_SOUNDSETS/CD_SOUNDSETS.TP2] component 0.
Uninstalled      1 files for [CD_SOUNDSETS/CD_SOUNDSETS.TP2] component 0.
ERROR: Failure("cannot append column-wise to charsnd.2da")
Please make a backup of the file: SETUP-CD_SOUNDSETS.DEBUG and look for support at: pcamagna@beamdog.com
Using Language [English]
 

In Topic: Custom soundset captions?

16 November 2021 - 08:26 AM

Attached the .debug file just in case