So I've been loyal to 1.11/1.30 for some time now because the voice pack that I use isn't currently compatible with 1.40. (I think) The installs I have found have the 5150 voicepack or a variation of it. I would like to use the XPack, by Hacker-X instead. Any advice as to file conversion formats and compilation formats? Is there anything special in the autoexec.cs that is needed different from
1.11/1.30?
Thanks
voicepack conversion to 1.40
voicepack conversion to 1.40
[NHOP]Virus
Re: voicepack conversion to 1.40
lazy way is to extract the .vol to base folder. true way is to convert the files to .oog I think, and then .zip it back up. them only edits that needed to get it to work. .cs file will still work as is from 1.11 > 1.40.
Re: voicepack conversion to 1.40
Thanks Crow. Just to clarify, that's .oog and not .ogg. Is that correct?
[NHOP]Virus
Re: voicepack conversion to 1.40
1.11 -> 1.40
wav -> ogg
pbmp -> png
vol -> zip
Your scripts might have to be modified. Open console and look for messages like "Unknown Command", etc... That means your script tried to call a function that isn't defined in 1.40. Perhaps the function name is different, or you are missing a required file from your script, etc...
wav -> ogg
pbmp -> png
vol -> zip
Your scripts might have to be modified. Open console and look for messages like "Unknown Command", etc... That means your script tried to call a function that isn't defined in 1.40. Perhaps the function name is different, or you are missing a required file from your script, etc...
Re: voicepack conversion to 1.40
^perrinoia wrote:1.11 -> 1.40
wav -> ogg
pbmp -> png
vol -> zip
Your scripts might have to be modified. Open console and look for messages like "Unknown Command", etc... That means your script tried to call a function that isn't defined in 1.40. Perhaps the function name is different, or you are missing a required file from your script, etc...
1.40 actually has a built in presto of sorts, but they renamed all the functions. Getting old scripts to work on it requires a little searching, and maybe adding a few in that they missed.
Re: voicepack conversion to 1.40
What he said.DaJ4ck3L wrote:^perrinoia wrote:1.11 -> 1.40
wav -> ogg
pbmp -> png
vol -> zip
Your scripts might have to be modified. Open console and look for messages like "Unknown Command", etc... That means your script tried to call a function that isn't defined in 1.40. Perhaps the function name is different, or you are missing a required file from your script, etc...
1.40 actually has a built in presto of sorts, but they renamed all the functions. Getting old scripts to work on it requires a little searching, and maybe adding a few in that they missed.