Search found 4 matches

by sataneku
Wed Feb 01, 2017 12:01 am
Forum: Ren'Py Cookbook
Topic: Infinite, Stackable Inventory/Crafting/Vendor - UPDATED v1.5
Replies: 75
Views: 56907

Re: Infinite, Stackable Inventory/Crafting/Vendor - UPDATED

Is there a way that I can change the background of the inventory, but not the bar in top left corner? I know it uses frame.png, I just want the inventory to use a different background and the top left bar to use frame.png
by sataneku
Tue Jan 24, 2017 4:39 pm
Forum: We are a Commercial Project looking for Partners
Topic: [CLOSED] Artists needed for Selfish
Replies: 10
Views: 2997

Re: Writers and Composers needed for Selfish

How much experience would you like in both the composer and writer? I've done a few remixes, a few original songs and have written a few short stories.
by sataneku
Tue Jan 24, 2017 4:29 pm
Forum: Ren'Py Questions and Announcements
Topic: Help displaying videos on the main menu?
Replies: 4
Views: 859

Re: Help displaying videos on the main menu?

In "gui.rpy" find the following line and change it value accordingly.: Code: define gui.main_menu_background = Movie(channel="main_menu" play="chungus.mp4") I did that, but now I get this error: I'm sorry, but errors were detected in your script. Please correct the err...
by sataneku
Tue Jan 24, 2017 6:59 am
Forum: Ren'Py Questions and Announcements
Topic: Help displaying videos on the main menu?
Replies: 4
Views: 859

Help displaying videos on the main menu?

Hi! All the stuff I could find on google about this was really outdated. I'm on version 6.99.12.1.2012, and I'm trying to get a video to play on the main menu. When I type in this code: screen main_menu: add Movie(size=(800, 600)) on "show" action Play("chungus.mp4") on "hid...