Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: zeta_san on Wed 08/02/2023 18:44:28

Title: translate
Post by: zeta_san on Wed 08/02/2023 18:44:28
Hi everyone

how can i translate the game ? I would like to make it playable in other languages ��as well.
i'm using Tumbleweed template
Title: Re: translate
Post by: Crimson Wizard on Wed 08/02/2023 19:48:01
There's a manual entry dedicated to translations:
https://adventuregamestudio.github.io/ags-manual/Translations.html
Title: Re: translate
Post by: zeta_san on Wed 08/02/2023 20:11:44
I tried but there was some error. If this method works then try the procedure again

thanks
Title: Re: translate
Post by: eri0o on Wed 08/02/2023 23:09:47
Quote from: zeta_san on Wed 08/02/2023 20:11:44I tried but there was some error. If this method works then try the procedure again

thanks

Can you share the error that you got either on a screenshot or by copy and pasting the text of the error or writing it here? What did you write that gave the error?
Title: Re: translate
Post by: zeta_san on Sat 11/02/2023 19:50:29
probably the mistake was deleting the rows. I thought I had to create a file for each language.

but if I write the translations under the original, how do I change the language?
Title: Re: translate
Post by: Crimson Wizard on Sat 11/02/2023 20:10:03
Quote from: zeta_san on Sat 11/02/2023 19:50:29I thought I had to create a file for each language.

Yes, you need to create a separate translation, and there will be separate file for each language.

You change languages either in setup program before starting the game, or in script using Game.ChangeTranslation command