Search found 10 matches

by Bishima
Fri Aug 12, 2022 9:14 pm
Forum: Ren'Py Questions and Announcements
Topic: What am I doing wrong when trying to organize 'asset' folders? Will 'config.searchpath' help?
Replies: 3
Views: 354

Re: What am I doing wrong when trying to organize 'asset' folders? Will 'config.searchpath' help?

Another thing I've tried and failed at is to define file routes separately to make it easier: define hhenum = "fonts/Hhenum-Regular.otf" define white_rabbit = "fonts/whitrabt.ttf" define long_cang = "fonts/LongCang-Regular.ttf" This has kind of worked for music so far ...
by Bishima
Fri Aug 12, 2022 9:10 pm
Forum: Ren'Py Questions and Announcements
Topic: What am I doing wrong when trying to organize 'asset' folders? Will 'config.searchpath' help?
Replies: 3
Views: 354

Re: What am I doing wrong when trying to organize 'asset' folders? Will 'config.searchpath' help?

... This particular bg is attached to an animation so I wondered if that was why? But then I don't understand why Renpy can't find the file as normal since it's called in the same way either way. ... Ren'Py automaticaly declare images in 'images' folder/subfolders, but if you declaring an ATL anima...
by Bishima
Fri Aug 12, 2022 8:41 am
Forum: Ren'Py Questions and Announcements
Topic: What am I doing wrong when trying to organize 'asset' folders? Will 'config.searchpath' help?
Replies: 3
Views: 354

What am I doing wrong when trying to organize 'asset' folders? Will 'config.searchpath' help?

Hello, This has been driving me a bit mad and I'm not sure what the issue is. I wanted to clean up my 'game' folder by organizing all my assets into sub-folders (images/sprites, audio/music, fonts, ect). My game was working fine before but I thought this would be easier to manage and look nicer as t...
by Bishima
Fri Jul 16, 2021 8:09 am
Forum: Ren'Py Questions and Announcements
Topic: Is there a way to add multiple audio files to the Main Menu?
Replies: 1
Views: 685

Is there a way to add multiple audio files to the Main Menu?

I have a sound effect that I want to loop on top of a song on the main menu. I could do this manually by just editing the files together but I'd much rather do it through Renpy itself. Is there a way? (I tried looking this up but couldn't find anything, sorry if it's been answered before) Right now ...
by Bishima
Sun Jan 10, 2021 5:59 am
Forum: Asset Creation: Art
Topic: When to start coding / commissioning a GUI?
Replies: 4
Views: 6187

Re: When to start coding / commissioning a GUI?

I would say that you should've spent more time figuring out the art direction before you commissioned any art at all. But since you already have lineart, you can use that as a point of reference in your document (unless you decide to commission new ones). Ideally, you would first make a document wi...
by Bishima
Thu Dec 31, 2020 1:58 pm
Forum: Asset Creation: Art
Topic: When to start coding / commissioning a GUI?
Replies: 4
Views: 6187

When to start coding / commissioning a GUI?

Hello Lemmasoft! And happy holidays! Basically what the subject says- I'm wondering where in a project it is best to start considering the GUI. I should add that I will most likely commission mine since that could change things. I see some creators with complex or beautiful GUI will do it first, may...
by Bishima
Wed Dec 30, 2020 12:31 pm
Forum: We are a Free Project looking for Partners
Topic: Request Filled
Replies: 0
Views: 328

Request Filled

Request Filled
by Bishima
Sun Jul 26, 2020 3:42 pm
Forum: Ren'Py Questions and Announcements
Topic: Error When Adding New Audio Channel
Replies: 4
Views: 430

Re: Error When Adding New Audio Channel

init python: renpy.music.register_channel("nature", "sfx", loop=True) Oh! It worked when I put it into options. Do you mind explaining it? I thought init was something innate when you start running the code. If not that's okay, too, I'll just try and look it up for myself. I app...
by Bishima
Sun Jul 26, 2020 10:11 am
Forum: Ren'Py Questions and Announcements
Topic: Error When Adding New Audio Channel
Replies: 4
Views: 430

Error When Adding New Audio Channel

Hello LSF! This is my first time posting here so I hope I'm doing it right. I want to create a new audio channel so that I can have multiple sound effects looping, but every time I do I get an error message. I've tried everything I can think of and tried to look up if I'm getting the syntax wrong bu...