Search found 100 matches
- Tue Mar 12, 2019 10:02 am
- Forum: Ren'Py Questions and Announcements
- Topic: Question about screen and menus
- Replies: 2
- Views: 271
Re: Question about screen and menus
Yes, something like that, I ll try to read a little more about that links, Thanks, when I see a solution I ll post here (If I can do that ofcourse)
- Tue Mar 12, 2019 7:58 am
- Forum: Ren'Py Questions and Announcements
- Topic: Question about screen and menus
- Replies: 2
- Views: 271
Question about screen and menus
Hi there, I would like to know if there is any way to put in a particular site a miniature of the current moment of the game when the player goes to the screen settings, save and load, in the image that I show you can see that there is a small black frame of the which my intention would be to show t...
- Wed Feb 27, 2019 8:53 pm
- Forum: Ren'Py Questions and Announcements
- Topic: [Solved]Trouble about if and images
- Replies: 3
- Views: 360
Re: Trouble about if and images
Thanks Remix,
your solution worked perfectly!
your solution worked perfectly!
- Wed Feb 27, 2019 2:28 pm
- Forum: Ren'Py Questions and Announcements
- Topic: [Solved]Trouble about if and images
- Replies: 3
- Views: 360
[Solved]Trouble about if and images
Hi there, I have a little troube with the If and the Images, I let you here the code: if english: image manga1 = "images/manga/page_02 copy.png" image manga2 = "images/manga/page_03 copy.jpg" image manga3 = "images/manga/page_04 copy.jpg" image manga4 = "images/manga/page_05 copy.jpg" image manga5 =...
- Thu Jan 03, 2019 11:44 am
- Forum: We are a Commercial Project looking for Partners
- Topic: Looking for VA in Japanese
- Replies: 0
- Views: 484
Looking for VA in Japanese
Hi there, (important you must know how to read hiragana and / or kanji) I am looking for VA for a simple and fast work, it is about doubling the dialogues of 25 pages of a manga. If you are interested and you think your voice is perfect for the roles I propose, send me an email with a test and your ...
- Sat Nov 10, 2018 8:36 pm
- Forum: We are a Commercial Project looking for Partners
- Topic: [Closed]"Call Me" Looking composer of music and lyrics in Japanese
- Replies: 0
- Views: 264
[Closed]"Call Me" Looking composer of music and lyrics in Japanese
As the title says I am looking for someone able to compose a letter with their respective music in Japanese on the subject of my visual novel. If you think you can do it, you can contact me at https://www.facebook.com/srRproyectos/?ref=bookmarks and there we can clarify details about the subject of ...
- Wed Oct 03, 2018 6:07 pm
- Forum: We are a Commercial Project looking for Partners
- Topic: [Open]Dubbing for serious project [Japanese]
- Replies: 3
- Views: 1484
Re: [Open]Dubbing for serious project [English and Japanese]
I know that my English is not perfect, so I will also pay someone who already knows English much more than me.
- Sat Jul 28, 2018 9:16 pm
- Forum: We are a Commercial Project looking for Partners
- Topic: [Open]Dubbing for serious project [Japanese]
- Replies: 3
- Views: 1484
[Open]Dubbing for serious project [Japanese]
Hello everybody, Before entering the subject, I would like to briefly explain the project that I have in mind. I'm currently doing a visual novel alone, "Call Me" is his name. That means that programming, history and drawing are done by me (except for the soundtrack and the scenarios that were obtai...
- Thu Jul 12, 2018 3:43 pm
- Forum: Ren'Py Questions and Announcements
- Topic: [Solved]Problem with new mechanics
- Replies: 4
- Views: 511
Re: Problem with new mechanics
Okey i find a way to solve this, thanks to all
- Thu Jul 12, 2018 2:13 pm
- Forum: Ren'Py Questions and Announcements
- Topic: [Solved]Problem with new mechanics
- Replies: 4
- Views: 511
Re: Problem with new mechanics
I think your proposal is quite similar to the method I was doing. $ phone1 = True And then analyze the options if phone1: imagebutton auto "gui/movil/hideo_%s.png" xpos 750 ypos 330 focus_mask True if phone2: imagebutton auto "gui/movil/sayuri_%s.png" xpos 750 ypos 420 focus_mask True If I'm wrong, ...
- Thu Jul 12, 2018 11:00 am
- Forum: Ren'Py Questions and Announcements
- Topic: [Solved]Problem with new mechanics
- Replies: 4
- Views: 511
[Solved]Problem with new mechanics
Greetings, first should explain the situation, I'm creating the concept of mobile in the visual novel, and I'm stuck in the contact interface. Since as the story progresses, more contacts are added (some before and others after, depending on the decisions of the player). The problem is that I do not...
- Thu Jul 05, 2018 9:24 am
- Forum: Ren'Py Questions and Announcements
- Topic: Screen, Map and Jumps
- Replies: 1
- Views: 347
Screen, Map and Jumps
Hi there. As the title suggests I would like to know if you can combine these elements. I've tried it, but what usually happens is that the Jump is not permanent (returns when you open the screen), also, by using the right click you open the map. Therefore, if someone knows how to create, a screen (...
- Mon Apr 23, 2018 11:35 am
- Forum: Ren'Py Questions and Announcements
- Topic: Doubt about the themes
- Replies: 1
- Views: 368
Doubt about the themes
Is it possible to change the size of the letters of the different themes that renpy has? theme.tv( ## Theme: TV ## Color scheme: Basic Blue ## The color of an idle widget face. widget = "#003c78", ## The color of a focused widget face. widget_hover = "#0050a0", ## The color of the text in a widget. ...
- Mon Apr 16, 2018 11:09 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Doubt about Jumps and screen
- Replies: 8
- Views: 739
Re: Doubt about Jumps and screen
Okey, I ll use Show, then.
- Mon Apr 16, 2018 6:47 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Doubt about Jumps and screen
- Replies: 8
- Views: 739
Re: Doubt about Jumps and screen
Thanks, I think I can get an idea of how to use it, now it only remains to see if even clicking on the right returns to the point where I open the screen or stay in the new place.