Search found 9 matches

by belphe
Sun Dec 27, 2020 3:30 am
Forum: Ren'Py Questions and Announcements
Topic: Unable to Build Distributions
Replies: 0
Views: 317

Unable to Build Distributions

Hi all, I went to make a new distribution for my beta testers this morning and am met with the following error: "Launching the project failed Please ensure that your project starts normally before running this command" I checked my project, and it launches fine. I figured it must be an err...
by belphe
Mon Dec 23, 2019 6:55 am
Forum: I am a Musician, Sound Editor, or Video Editor
Topic: [$30] Music Composition for your Project (OPEN)
Replies: 30
Views: 10178

Re: [$30 or below] Music Composition to your Project (OPEN)

This review is really overdue and I apologize, but I must say Cryset is a joy to work with. He was very responsive to my project's needs, always provided timely updates via discord, was friendly and professional, and did amazing things with the base concepts I gave him for each track. I will definit...
by belphe
Mon Jul 08, 2019 2:29 pm
Forum: Ren'Py Questions and Announcements
Topic: Save/Load screen FilePagePrevious goes beyond 1
Replies: 2
Views: 461

Re: Save/Load screen FilePagePrevious goes beyond 1

The qN and aN saves are quick saves and auto saves... If you are not using them you might want to make sure they are turned off in the config settings... Anyway, as far as I know, just add , auto=False, quick=False) to your previous/next calls... FilePagePrevious(max=18, wrap=True, auto=False, quic...
by belphe
Mon Jul 08, 2019 12:18 pm
Forum: Ren'Py Questions and Announcements
Topic: Save/Load screen FilePagePrevious goes beyond 1
Replies: 2
Views: 461

Save/Load screen FilePagePrevious goes beyond 1

Hi all, I've replaced my default menu with a custom imagemap GUI, and worked all of the kinks out of it except this one that isn't really game-breaking, but it's annoying. While I've used FilePageNext(max=18, wrap=False) to stop my save/load menu from scrolling into oblivion, I now seem to have an i...
by belphe
Fri Dec 21, 2018 11:21 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Input character limit not working
Replies: 2
Views: 428

Re: Input character limit not working

Per K Grok wrote: Fri Dec 21, 2018 2:23 am try putting the length restriction in the line for the input instead
That worked! Thanks so much. I'd tried it before and gotten an error, but didn't think to take the "=" out. I appreciate you taking the time to help a novice :3
by belphe
Thu Dec 20, 2018 11:22 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Input character limit not working
Replies: 2
Views: 428

[SOLVED] Input character limit not working

Hi all, Hope I can get some advice on this. I'm a newcomer to python coding, and I recently implemented being able to give their saves names in my current project. It works fine with one exception - for some reason, the character limit I set is not being acknowledged, which will allow people to writ...
by belphe
Thu Dec 21, 2017 9:10 pm
Forum: Ren'Py Questions and Announcements
Topic: Animated Number Displayable?
Replies: 3
Views: 802

Re: Animated Number Displayable?

bar with AnimatedValue... default hp = 4000 screen ani_bar(): fixed: bar value AnimatedValue(value=hp, range=4000, delay=1.0, old_value=None) label start: show screen ani_bar "start" $ hp-=100 "owww" $ hp += 100 "yay" $ hp-=3800 "ouchies, almost dead." Ah, th...
by belphe
Thu Dec 21, 2017 12:01 pm
Forum: Ren'Py Questions and Announcements
Topic: Animated Number Displayable?
Replies: 3
Views: 802

Animated Number Displayable?

Hi all, I apologize in advance if there's a solution posted for this somewhere. I've tried fooling with Ren'py's timer displayable from the tutorial, searched the forum, and checked the cookbook directory and couldn't find exactly what I'm looking for. There is a scene in the project I'm currently w...
by belphe
Fri Sep 30, 2016 8:47 pm
Forum: We are offering Paid Work
Topic: In search of a couple of scenery objects
Replies: 1
Views: 604

In search of a couple of scenery objects

Hi all! I am in search of a couple of scenery elements needed for a non-profit fan project I'm working on. 1 - This is hard to describe but I need a POV shot of a frontview windshield/upper hood of a 1963 pink Cadillac El Dorado Convertible (top down). I plan to use this as a foreground element in a...