Search found 30 matches

by Vendor_Honyaku
Sun Jun 02, 2013 11:12 am
Forum: Ren'Py Questions and Announcements
Topic: Crash when i change RENPY_UPDATE_STRINGS variable
Replies: 5
Views: 1484

Re: Crash when i change RENPY_UPDATE_STRINGS variable

Yes, it's right way, but i want to know how it works when i can't get the game sources.
by Vendor_Honyaku
Sun Jun 02, 2013 1:07 am
Forum: Ren'Py Questions and Announcements
Topic: Crash when i change RENPY_UPDATE_STRINGS variable
Replies: 5
Views: 1484

Crash when i change RENPY_UPDATE_STRINGS variable

I experimented with new translation features of Ren'Py 6.15.4.320 and stuck with this: To create a string translation file, perform the following steps: Set the RENPY_LANGUAGE environment variable to the language you want to translate to. Set the RENPY_UPDATE_STRINGS environment variable to a non-em...
by Vendor_Honyaku
Fri Jun 04, 2010 11:59 pm
Forum: Ren'Py Questions and Announcements
Topic: Can i play audio at specfied position?
Replies: 2
Views: 591

Can i play audio at specfied position?

Can i play audio at specfied position? I have BGM music with non-standard loop: it must play form beginning to end and then looped at specified position to end. Yes, i can split audio file to "opening" and "loop part", play 1st part and queue looped play of 2nd part. But it's ver...
by Vendor_Honyaku
Mon May 31, 2010 10:16 am
Forum: Ren'Py Questions and Announcements
Topic: Incrementing variables
Replies: 3
Views: 3007

Re: Incrementing variables

Problem here:

Code: Select all

                        jump current2
                        $ score += 1
Your game jump to next label and never execute next line with varable operation.

Swap lines and all can work right.

Code: Select all

                        $ score += 1
                        jump current2
by Vendor_Honyaku
Wed May 26, 2010 10:14 pm
Forum: Ren'Py Questions and Announcements
Topic: How to make cropped zoom? (solved)
Replies: 2
Views: 770

Re: How to make cropped zoom?

Thanks, now it works as expected.
by Vendor_Honyaku
Wed May 26, 2010 12:44 pm
Forum: Ren'Py Questions and Announcements
Topic: How to make cropped zoom? (solved)
Replies: 2
Views: 770

How to make cropped zoom? (solved)

I have 1280x880 image and 640x440 field for scene images. Image must start downsized, and afterwards zoomed to full size, but image must be left in 640x440 box, and cannot move outside. I used this code, and many other combinations, but image flowed outside picture box: show op bg27: subpixel True x...
by Vendor_Honyaku
Tue May 25, 2010 11:35 am
Forum: Ren'Py Questions and Announcements
Topic: Can i use formatting tags with text from variables? (solved)
Replies: 1
Views: 439

Can i use formatting tags with text from variables? (solved)

In my new project i want to maximally split game text and ren'py code. In order to reach this goal i put text as variables. init: $ s0000 = "\"This is first string.\"" $ s0001 = "\"And second...\"" $ s0002 = "\"And... {w} the third.\"" $ n1...
by Vendor_Honyaku
Wed Jan 27, 2010 10:56 am
Forum: Ren'Py Questions and Announcements
Topic: Can i pause and restore playing movies and music?
Replies: 0
Views: 395

Can i pause and restore playing movies and music?

I continued development of time-based novel and stucked with new problem: i can't stop and play movies and music again without rewind to start position.
by Vendor_Honyaku
Fri Jan 22, 2010 2:08 pm
Forum: Ren'Py Questions and Announcements
Topic: How to create VN with time-based concept?
Replies: 3
Views: 905

How to create VN with time-based concept?

Hello again.

At this time, i encountered with slightly non-standard task: Creating novel which based on actions with defined start and end time (like subtitles). Rather like concept used in School Days VN.

How to correctly realize that? Maybe someone created something like this?
by Vendor_Honyaku
Sat Dec 26, 2009 9:35 am
Forum: Ren'Py Questions and Announcements
Topic: Video playback troubles
Replies: 5
Views: 1174

Re: Video playback troubles

Yes, i expirienced same problems after updating from 6.6.3 version.
I test video on ten comuters with different hardware (from Celeron to Core2) and software combinations (XP, Win7), but all of them caused random movie lags.
by Vendor_Honyaku
Sat Dec 12, 2009 3:15 am
Forum: Completed Games
Topic: Watashi wa Onigiri - A Five Minute Kinetic Novel
Replies: 19
Views: 12755

Re: Watashi wa Onigiri - A Five Minute Kinetic Novel

Russian translation completed: http://honyaku-subs.ru/faylyi/watashi-wa-onigiri.html
Sorry, i translated this without waiting for an answer, but i couldn't wait. Very nice novel.
by Vendor_Honyaku
Tue Dec 08, 2009 3:06 pm
Forum: Completed Games
Topic: The Cute, Light, and Fluffy Project
Replies: 48
Views: 41861

Re: The Cute, Light, and Fluffy Project

Russian translation completed: http://honyaku-subs.ru/faylyi/proekt-mi ... styiy.html

Thanks again, it's brilliant novels. I love both of them.