Search found 22 matches

by Georgel
Sat Jan 14, 2017 2:33 pm
Forum: Ren'Py Questions and Announcements
Topic: Does Ren'Py support Live 2D?
Replies: 143
Views: 45863

Re: Does Ren'Py support Live 2D?

One thing that might come in handy with adding a plugin / module for live2d is voice sync.

Exporting movies is good, but live2d should also have an auto voice sync feature which doesn't appear to be as simply to use without it's native module.
by Georgel
Tue Jan 03, 2017 9:05 pm
Forum: Ren'Py Cookbook
Topic: [Tutorial] Customizing the NVL Textbox
Replies: 38
Views: 35889

Re: [Tutorial] Customizing the NVL Textbox

Is it possible to change the default behavior of window where the window hides during animations if nvl was used in the game?
by Georgel
Wed Oct 19, 2016 10:19 pm
Forum: I am a Musician, Sound Editor, or Video Editor
Topic: Deleted
Replies: 28
Views: 6549

Re: Calypso - Music for your VN's (BGMs, OSTs, EDs) CLOSED

We've been working with Calypso Games for a few songs, and the music is one of the best we've heard! If you need a piece for a sad story or a song to brighten a piece of comedy, or an ethereal piece to accompany a science fiction or fantasy story, Calypso can make you just the right thing! We also l...
by Georgel
Sun Oct 09, 2016 4:50 pm
Forum: Ren'Py Questions and Announcements
Topic: 3D camera motion, Action Editor, Transform and Image Viewer
Replies: 102
Views: 777897

Re: 3D camera motion, Action Editor, Transform and Image Vie

Hello! The code works wonder, but I want to ask: What are those variables defining? What are the units of measure? for example: layer_move("background", 5000) layer_move("background2", 3000) layer_move("middle2", 2100) layer_move("middle", 2800) layer_move(&qu...
by Georgel
Wed Apr 06, 2016 4:54 pm
Forum: We are a Commercial Project looking for Partners
Topic: [Closed] Looking for Artist
Replies: 5
Views: 1610

Re: [Open] Looking for Artist, Writer, Musician

I sent you PM

All the best !
by Georgel
Tue Apr 05, 2016 7:42 am
Forum: We are a Commercial Project looking for Partners
Topic: [Closed] Looking for Artist
Replies: 5
Views: 1610

[Closed] Looking for Artist

Hello! I am working on a few projects. I need help with - Art (this includes BG, CG, Characters, GUI) [ 30% of total revenues, or paid after finishing the task ] Rest of the budget and revenue will be split between Programming, publishing, advertising, and all the other costs. We will be working wit...
by Georgel
Thu Mar 31, 2016 8:25 am
Forum: We are a Free Project looking for Partners
Topic: [Moved] Looking for BG, CG, Character Artists and Writers
Replies: 2
Views: 968

Re: Looking for BG, CG, Characters, and other Artists [BxG,

Corrected that.

I added a few of the peoject ideas that I considered worhty of exploring at this moment. I will continue adding, when I have a better shaping of them!

Looking forward for people interested in working with me!
by Georgel
Wed Mar 30, 2016 5:42 pm
Forum: Ren'Py Questions and Announcements
Topic: How to customize save and load screens?
Replies: 2
Views: 3183

Re: How to customize save and load screens?

Thanks a lot! You have been very helpful! I found how to change date, but I am still unable to show it using "/". I think that all changes reside in this line of text file_text = "% 2s. %s\n%s" % ( But I am unable to see how to make it add "/" between hour and month and...
by Georgel
Wed Mar 30, 2016 4:54 pm
Forum: We are a Free Project looking for Partners
Topic: [Moved] Looking for BG, CG, Character Artists and Writers
Replies: 2
Views: 968

[Moved] Looking for BG, CG, Character Artists and Writers

Hello! I am creating a few visual novels, and I can do programming, writing, GUI and music editing. I need help with - Art [ CG, Characters, Sprites, BG] - Writing [ While I can write, I look forward to help for improving and adopting different ideas/perspective ] - Music [ I can offer help masterin...
by Georgel
Wed Mar 30, 2016 4:14 pm
Forum: We are offering Paid Work
Topic: Looking for bg artist, programmer, proofreader EDITED
Replies: 10
Views: 2624

Re: Looking for bg artist, programmer, proofreader EDITED

Hello!

I can do programming and English checking, if you still need help!
by Georgel
Wed Mar 30, 2016 4:06 pm
Forum: Ren'Py Questions and Announcements
Topic: How to customize save and load screens?
Replies: 2
Views: 3183

How to customize save and load screens?

Hello! I need some help. First thing I am trying to do is trying to modify how save games look like. How do I make a title appear? screen load_save_slot: $ file_text = "% 2s. %s\n%s" % ( FileSlotName(number, 8), FileTime(number, empty=_("Empty Slot")), FileSaveName(number)) add &...
by Georgel
Tue Mar 29, 2016 3:23 pm
Forum: Ren'Py Questions and Announcements
Topic: Does Ren'Py support Live 2D?
Replies: 143
Views: 45863

Re: Does Ren'Py support Live 2D?

I am highly interested in Live2D + Ren'Py, as I want one of my projects to have moving characters. Is there any way to have truly moving characters in ren'py? For example, like hyperdimension neptunia characters are always blinking and breathing, without repetition, is this possible to do in ren'py ...
by Georgel
Tue Mar 29, 2016 4:49 am
Forum: Ren'Py Questions and Announcements
Topic: Changing game_menu (Right Click Action) [Solved]
Replies: 6
Views: 2768

Re: Changing game_menu (Right Click Action)

There's a Ren'Py internal variable named _game_menu_screen. By default it shows the save screen (I believe). If you want it to show, say, the preferences screen, just put this line at the very start of your script.rpy: default _game_menu_screen = "preferences" Of course you can create a n...
by Georgel
Mon Mar 28, 2016 4:39 pm
Forum: Ren'Py Questions and Announcements
Topic: Changing game_menu (Right Click Action) [Solved]
Replies: 6
Views: 2768

Re: Changing game_menu (Right Click Action)

I don't quite understand what you mean.
by Georgel
Mon Mar 28, 2016 3:50 pm
Forum: Ren'Py Questions and Announcements
Topic: Changing game_menu (Right Click Action) [Solved]
Replies: 6
Views: 2768

Re: Changing game_menu (Right Click Action)

You mean there is another place in this forum? I am in screens.rpy I just do not know where to look, or what to reassign. I was able to make mouseup_3 do nothing init: $ config.keymap['game_menu'].remove('mouseup_3') But I am unable to re-assign it, it turns error. $ config.keymap['game_menu_r'].app...