Search found 137 matches

by beastcarving
Fri Sep 16, 2022 11:08 pm
Forum: Ren'Py Questions and Announcements
Topic: Cursor disappears on full screen only why [HELP]
Replies: 0
Views: 532

Cursor disappears on full screen only why [HELP]

My custom cursor disappears on full screen only, but appears when it's not. How do I get it to show on full screen tooo?

Code: Select all

init -1 python hide:
    config.mouse = {"default": [("gui/mymouse.png", 0, 0)]}
this is what I've been using.
by beastcarving
Sun Aug 08, 2021 9:08 pm
Forum: We are offering Paid Work
Topic: BGS[not hiring]
Replies: 1
Views: 771

BGS[not hiring]

Hi, I need an artist that can draw a few(15-25) BGs before the end of August. $20 per BG $500 in total 25 BGs.

My email is Beastcarving@yahoo.com
by beastcarving
Thu Apr 08, 2021 12:03 am
Forum: Ren'Py Questions and Announcements
Topic: How do you know your game is ready for Steam?
Replies: 5
Views: 1064

Re: How do you know your game is ready for Steam?

wow! thanks bluebat and zmook! I really needed to hear this. I might just go through with it. Thanks for those encouraging kind words.
by beastcarving
Fri Mar 26, 2021 10:05 pm
Forum: Ren'Py Questions and Announcements
Topic: How do you know your game is ready for Steam?
Replies: 5
Views: 1064

Re: How do you know your game is ready for Steam?

Thanks. I ended up not going through with it though. I'm not sure how others have done with games that look similar to mine, so I wasn't sure if I'd have the same experience you did.
by beastcarving
Tue Mar 23, 2021 9:39 pm
Forum: Ren'Py Questions and Announcements
Topic: How do you know your game is ready for Steam?
Replies: 5
Views: 1064

How do you know your game is ready for Steam?

I'm planning on releasing a paid game on the site,(this is the game: https://beastcarving.itch.io/pulse-cage-the-full-series ) and I'm pending right now. I'm getting cold feet, though. Should I go through with it or cancel? I'd like to hear from those that have put a paid games on Steam. How's that ...
by beastcarving
Thu Jan 07, 2021 9:10 pm
Forum: Ren'Py Questions and Announcements
Topic: How do I lock and unlock Drees Up items in a list? [HELP]
Replies: 4
Views: 684

Re: How do I lock and unlock Drees Up items in a list? [HELP]

:D :D I do understand the code a bit better after reading your examples, and was able to take things a bit further. Thanks! init python: def draw_girl(st, at): return LiveComposite( (0, 0), (0, 0), im.FactorScale('base.png', 1.5, 1.5), (0, 0), im.FactorScale( 'skin{}.png'.format(persistent.dDress['s...
by beastcarving
Sat Jan 02, 2021 6:47 am
Forum: Ren'Py Questions and Announcements
Topic: How do I lock and unlock Drees Up items in a list? [HELP]
Replies: 4
Views: 684

Re: How do I lock and unlock Drees Up items in a list? [HELP]

So there is no way I can add new unlockable items to this code?
by beastcarving
Fri Jan 01, 2021 2:56 am
Forum: Ren'Py Questions and Announcements
Topic: How do I lock and unlock Drees Up items in a list? [HELP]
Replies: 4
Views: 684

How do I lock and unlock Drees Up items in a list? [HELP]

Here's what I've tried. default persistent.dDress = { "skin" : 1, "glasses" : 1, "dress" : 4, "hair" : 2 } init python: def draw_girl(st, at): return LiveComposite( (0, 0), (0, 0), im.FactorScale('base.png', 1.5, 1.5), (0, 0), im.FactorScale( 'skin{}.png'.form...
by beastcarving
Fri Nov 06, 2020 9:04 pm
Forum: Ren'Py Questions and Announcements
Topic: How to show the textbox while scene is dissolving [SOLVED]
Replies: 3
Views: 463

How to show the textbox while scene is dissolving [SOLVED]

I want the story to advance while the scene is dissolving. When the scene dissolves the textbox will either be empty until the scene is done dissolving or not show up at all. How do I make so the text box advances while the transition is happening.

Code: Select all

show lunchroom with superslowdissolve
by beastcarving
Fri Nov 06, 2020 1:11 am
Forum: Ren'Py Questions and Announcements
Topic: Has anyone successfully put ads of any kind in their Ren'py game?
Replies: 0
Views: 427

Has anyone successfully put ads of any kind in their Ren'py game?

I'm asking this because after the recent API Level 29 update the ads aren't working for anyone. Has anyone figured it out yet? this:viewtopic.php?f=51&t=36030 tutorial no longer works since the new update.
by beastcarving
Tue Oct 13, 2020 6:47 pm
Forum: We are offering Paid Work
Topic: [hiring] I'm looking the hire someone for Reward ads |profession coder|
Replies: 0
Views: 332

[hiring] I'm looking the hire someone for Reward ads |profession coder|

Hi, If you know how to put ads in a Renpy game, I'm looking to hire you for the job. I'm not able to get ads in my game at all of any sort, not even after following several tutorials on official and unofficial threads and sites. However, I've played mobile Ren'py games with AD Rewards. How are they...
by beastcarving
Sun Sep 20, 2020 7:39 pm
Forum: Ren'Py Questions and Announcements
Topic: How to make reward ads? [HELP!]
Replies: 3
Views: 1437

Re: How to make reward ads? [HELP!]

I still need help with this please. :shock: :?: Bump BUMP
I've played other renpy games with this feature, and I love to know how it's done, step-by-step.