Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: ManicMatt on Wed 08/04/2020 10:50:13

Title: [SOLVED] Removing Speech from the Project
Post by: ManicMatt on Wed 08/04/2020 10:50:13
How do I remove all the speech audio from a game project? I tried deleting all the speech files in the folder but they're still in the game. I tried deleting the Speechvox file in the Windows game folder but upon compiling again it generated a new speechvox file.
Title: Re: Removing Speech from the Project
Post by: Crimson Wizard on Wed 08/04/2020 11:03:39
Check if there's still one in Compiled/Data. All files are generated in Compiled/Data first, then copied to Compiled/Windows and Compiled/Linux.
Title: Re: Removing Speech from the Project
Post by: ManicMatt on Wed 08/04/2020 11:14:45
BAM the project is around 400mb smaller.

Thanks!

(I'm using the project as a template, if you were curious. But not the generate a template thing, I seem to recall that's not what I needed before)