Search found 8 matches

by kinkiepinkie
Sat May 18, 2019 8:29 am
Forum: Ren'Py Questions and Announcements
Topic: Backgrounds with overlays for diff choices
Replies: 1
Views: 208

Backgrounds with overlays for diff choices

Hello, world. I want to implement some player choices. Let's say, few clothes and hairstyles for few characters. My game doesn't use png sprites of characters on still backgrounds. Every image is unique 'background' with characters rendered inside the environment. I can make transparent png 'parts' ...
by kinkiepinkie
Sat Feb 16, 2019 8:56 am
Forum: Ren'Py Questions and Announcements
Topic: Player input uppercase/lowercase letters
Replies: 4
Views: 343

Re: Player input uppercase/lowercase letters

Yes, I thought, teacher/Teacher were predefined variables.
Thank you very much. Sorry for that
by kinkiepinkie
Sat Feb 16, 2019 8:05 am
Forum: Ren'Py Questions and Announcements
Topic: Player input uppercase/lowercase letters
Replies: 4
Views: 343

Re: Player input uppercase/lowercase letters

Thanks, but I don't know what a player will input, so 'teacher' is just a guess.
I would like to use it for player input word.
by kinkiepinkie
Sat Feb 16, 2019 6:22 am
Forum: Ren'Py Questions and Announcements
Topic: Player input uppercase/lowercase letters
Replies: 4
Views: 343

Player input uppercase/lowercase letters

Hello. I want to include a player input, where it will not be a name, actually, so it must be in lower case. But if I start the sentence with this word - the first letter should be capitalized automatically. Is it doable? Let's say, this word is 'teacher'. So, player input this word, and then I use ...
by kinkiepinkie
Wed Jan 16, 2019 9:36 am
Forum: Ren'Py Questions and Announcements
Topic: German translated default files
Replies: 7
Views: 518

Re: German translated default files

Wow, it was so close. Thank you very much.
by kinkiepinkie
Wed Jan 16, 2019 9:13 am
Forum: Ren'Py Questions and Announcements
Topic: German translated default files
Replies: 7
Views: 518

Re: German translated default files

I can see these lines in Ren'py changelog Translations Ren'Py now has the ability to automatically detect the locale of the user's system, and use it to set the language. Please see config.enable_language_autodetect and the Translation documentation for how this works. The French, German, Korean, Ru...
by kinkiepinkie
Wed Jan 16, 2019 7:08 am
Forum: Ren'Py Questions and Announcements
Topic: German translated default files
Replies: 7
Views: 518

Re: German translated default files

Remix wrote: Wed Jan 16, 2019 7:01 am add German translation strings where wanted
Yes, I generated them. But there are too many default words. I took those files from tutorial game for French and Russian. Works great. Now I would like to find German ones.
by kinkiepinkie
Wed Jan 16, 2019 5:27 am
Forum: Ren'Py Questions and Announcements
Topic: German translated default files
Replies: 7
Views: 518

German translated default files

Hello, guys.
I'm about to add German translation to my game, but can not find default translated common.rpy and screens.rpy files in German.
In the "Tutorial game" I found Russian and French. Where can I get German files from?