Search found 122 matches

by Yukari
Mon Jan 28, 2013 11:18 am
Forum: Old Threads (– September 2014)
Topic: Looking for a background artist (paid) closed
Replies: 3
Views: 839

Looking for a background artist (paid) closed

I'm looking for a background artist for a commercial german Visual Novel. The quality should be something like that: http://k-after.at.webry.info/ but 3D is also okay. The resolution is 1024x576. Since I don't have much money I can only pay 1 - 2 backgrounds a month, so it will last for a while... I...
by Yukari
Fri Jun 08, 2012 8:04 am
Forum: Ren'Py Questions and Announcements
Topic: Little Busters Battlesystem?
Replies: 1
Views: 710

Little Busters Battlesystem?

How can I make a battlesystem like in Little Buster?

http://www.youtube.com/watch?v=dtnI7Vr0a98
by Yukari
Wed Aug 24, 2011 9:11 am
Forum: Ren'Py Questions and Announcements
Topic: Add something to the preferences
Replies: 2
Views: 510

Re: Add something to the preferences

Oh, okay.
And how can I do it, with screen language?
by Yukari
Tue Aug 23, 2011 4:46 am
Forum: Ren'Py Questions and Announcements
Topic: Add something to the preferences
Replies: 2
Views: 510

Add something to the preferences

I use an imagemap afor a custom preference menu.
http://www.renpy.org/wiki/renpy/doc/ref ... references
And the resolution of my game is 1280x720, I want to add an option to let the player change the resolution to 1024x768
How can I do that?
by Yukari
Mon Jun 27, 2011 4:48 am
Forum: Ren'Py Questions and Announcements
Topic: Achievements and limited save files
Replies: 1
Views: 567

Achievements and limited save files

2 questions

How can I make achievements similar to the achievements for xbox 360?

And I use a custom save/ load menu. Is it possible to set limited save files?
I have 10 pages with 4 save slots per page.
by Yukari
Thu Apr 28, 2011 8:33 am
Forum: Creator Discussion
Topic: Commercial Visual Novels A few Questions
Replies: 1
Views: 421

Commercial Visual Novels A few Questions

I plan do make a commercial Visual Novel with Ren'py.
But I don't know, what I need to consider.
And where can I find good artists and composer for paid work?
by Yukari
Fri Mar 18, 2011 11:03 am
Forum: Ren'Py Questions and Announcements
Topic: Show icons on imagemap
Replies: 2
Views: 633

Show icons on imagemap

Is there a way to show pictures on an imagemap?
I want to show charactericons and for each time the imagemap appears the icons should be on a diffrent place.
by Yukari
Sun Mar 06, 2011 11:27 am
Forum: Ren'Py Questions and Announcements
Topic: Custom Menu Screen without Savescreen
Replies: 5
Views: 623

Re: Custom Menu Screen without Savescreen

I tried some things and now I use an imagemap label custom_screen: #def toggle_skipping(): #config.skipping = not config.skipping $ menue = renpy.imagemap("Menuidle.png", "Menuhover.png", [ (343, 189, 449, 216, "zurueck"), (362, 226, 425, 263, "skippen"), (329...
by Yukari
Tue Mar 01, 2011 1:17 pm
Forum: Creator Discussion
Topic: NaNoRenO for 2011!!!!
Replies: 154
Views: 15024

Re: NaNoRenO for 2011?

I will try to make something too
by Yukari
Mon Feb 28, 2011 2:55 pm
Forum: Ren'Py Questions and Announcements
Topic: Custom Menu Screen without Savescreen
Replies: 5
Views: 623

Re: Custom Menu Screen without Savescreen

Thanks. Now I have this code: $_game_menu_screen ="custom_screen" label custom_screen: $ ui.image("Menuground.png") $ ui.hbox(xpos=50, ypos=100) $ ui.imagebutton('Menu Returnidle.png', 'Menu Returnhover.png', clicked="Return") $ ui.close() If I right click with the mous...
by Yukari
Tue Feb 22, 2011 3:37 pm
Forum: Ren'Py Questions and Announcements
Topic: Custom Menu Screen without Savescreen
Replies: 5
Views: 623

Custom Menu Screen without Savescreen

I use this code for a custom menu init -2 python: layout.imagemap_navigation( "Menuground.png", "Menuidle.png", "Menuselecthover.png", "Menuselectidle.png", "Menuselecthover.png", [ (26, 485, 168, 535, "Return"), (245, 485, 410, 535, "...
by Yukari
Mon Feb 14, 2011 10:30 am
Forum: Ren'Py Questions and Announcements
Topic: Question about buttons (Mousearea)
Replies: 2
Views: 1783

Re: Question about buttons (Mousearea)

I found this in the documentation:
http://renpy.org/doc/html/screens.html? ... =mousearea
How can I use it with imagebuttons and with a background for the buttons?
by Yukari
Sun Feb 13, 2011 12:01 pm
Forum: Creator Discussion
Topic: What is your favorite fantasy creature?
Replies: 39
Views: 3930

Re: What is your favorite fantasy creature?

Werewolves!
I loooove Wolves and Werewolves are so cool und mystical.
I also like vampires, but only the evil ones.
by Yukari
Fri Feb 11, 2011 5:06 pm
Forum: Ren'Py Questions and Announcements
Topic: Question about buttons (Mousearea)
Replies: 2
Views: 1783

Question about buttons (Mousearea)

Is it possible that buttons only appear if the cursor is on the top of the screen?
How can I do it?