Search found 373 matches

by sheetcakeghost
Tue Mar 08, 2016 7:43 pm
Forum: Works in Progress
Topic: ★ RockRobin [GxB][Band Management][Demo]
Replies: 25
Views: 10442

Re: ★ RockRobin [GxB][Band Management][Demo]

It really has been. I've popped into production a little less often than Star, but I'm still more than happy to write for this game. I was so excited when I saw on Aleema's twitter she was finally going to release it! I just hope I don't cringe too much playing it since it's really old writing for me.
by sheetcakeghost
Wed Mar 02, 2016 1:38 pm
Forum: WiP: NaNoRenO
Topic: Caramel Mokaccino Demo [Late NaNo2016] ALPHA RELEASE! :D
Replies: 32
Views: 12042

Re: Caramel Mokaccino Demo [NaNoRenO 2016][Commercial]

Good luck on the nano! I'm gonna be doing a jam (you guys would probably qualify for it too with this, Sugar Sweets and Jam!) with a small group and I hope ours looks as fun as yours does!
by sheetcakeghost
Sat Feb 27, 2016 11:16 pm
Forum: Ren'Py Questions and Announcements
Topic: ATL - Character Walks Past You While Dissolving (solved)
Replies: 2
Views: 459

Re: ATL - Character Walks Past You While Dissolving (help)

Yep, that would probably be it! I feel like a dummy forgetting that "alpha" exists and trying to compose the zoom into a transition so I can use dissolve.

Thanks loads!
by sheetcakeghost
Sat Feb 27, 2016 9:11 pm
Forum: Ren'Py Questions and Announcements
Topic: ATL - Character Walks Past You While Dissolving (solved)
Replies: 2
Views: 459

ATL - Character Walks Past You While Dissolving (solved)

So I was playing Duel Love (don't judge me) and they have an effect in the game where the sprite moves towards you and to your left while dissolving giving the illusion of walking past you. The second I saw that I thought "man, I bet I could do that with ATL". So I tried. And I've failed m...
by sheetcakeghost
Sat Feb 27, 2016 4:58 pm
Forum: Works in Progress
Topic: ★ RockRobin [GxB][Band Management][Demo]
Replies: 25
Views: 10442

Re: ★ RockRobin [GxB][Band Management][Demo]

Holy shit! It's a ghost!
by sheetcakeghost
Sun Feb 07, 2016 11:50 pm
Forum: Completed Games
Topic: Queen At Arms: Deluxe - **NOW ON STEAM** [GxB/G][Fantasy]
Replies: 63
Views: 41854

Re: Queen At Arms: Deluxe - **NOW ON STEAM** [GxB/G][Fantasy

I'm glad you enjoyed the game, pyopyon. As to a couple of your questions. Why did Callista keep dying her hair red in all the endings? Mostly because she likes it that way. That hair color reminds her of her home and her family. It's also why she kept it cut short instead of growing a long queenly m...
by sheetcakeghost
Sun Feb 07, 2016 12:49 pm
Forum: Ren'Py Questions and Announcements
Topic: Using function to play sfx during ImageDissolve transitions?
Replies: 6
Views: 1203

Re: Auto play sfx during custom transitions?

Okay, so I really just have no idea what I'm doing here. I tried to adapt the example code to this. image teleport1 = "img/fx/teleportalt11.png" init python: def portin(teleport1, ImageDissolve): renpy.music.play("snd/sfx/pw-hit.mp3", channel='sound') renpy.show(teleport1) renpy....
by sheetcakeghost
Sat Feb 06, 2016 2:49 pm
Forum: Ren'Py Questions and Announcements
Topic: Using function to play sfx during ImageDissolve transitions?
Replies: 6
Views: 1203

Re: Auto play sfx during custom transitions?

So I tried writing the function thing, and ended up with this. init python: def teleport(): telein = ImageDissolve("img/fx/teleportalt11.png", 1.0, 8) teleout = ImageDissolve("img/fx/teleportalt11.png", 1.0, 8, reverse=True) renpy.sound.play('snd/sfx/pw-hit.mp3') Though when I tr...
by sheetcakeghost
Sat Feb 06, 2016 11:55 am
Forum: Ren'Py Questions and Announcements
Topic: Using function to play sfx during ImageDissolve transitions?
Replies: 6
Views: 1203

Re: Auto play sfx during custom transitions?

I have no idea how to do that, but I'll look into writing functions. Thanks!
by sheetcakeghost
Fri Feb 05, 2016 4:47 pm
Forum: Ren'Py Questions and Announcements
Topic: Using function to play sfx during ImageDissolve transitions?
Replies: 6
Views: 1203

Using function to play sfx during ImageDissolve transitions?

EDIT: Reading lower posts gets us to the idea of using functions to do this. So I'm trying to get my teleport transitions to automatically play a sound effect when used (so that I don't have to manually play the sound effect each time I use it.) I adapted the voice beep code into this. init python: ...
by sheetcakeghost
Wed Feb 03, 2016 11:29 pm
Forum: Ren'Py Cookbook
Topic: Dating Sim Engine (DSE) 4.1! Day Planner and Event Manager
Replies: 193
Views: 99408

Re: Dating Sim Engine (DSE) 3.0! Day Planner and Event Manag

It certainly is! Thanks for the prompt response!
by sheetcakeghost
Wed Feb 03, 2016 9:42 pm
Forum: Ren'Py Cookbook
Topic: Dating Sim Engine (DSE) 4.1! Day Planner and Event Manager
Replies: 193
Views: 99408

Re: Dating Sim Engine (DSE) 3.0! Day Planner and Event Manag

Okay, so everything works fine with the DSE dayplanner accept. https://i.gyazo.com/f4ab9858bd159d0c56a9aca2e60ea64f.png https://i.gyazo.com/14087e008e484b75da7344b91851bb5e.png That is the dialog box (I tested to be sure it wasn't some other similar looking GUI) and it's covering the whole screen. N...
by sheetcakeghost
Wed Jan 27, 2016 2:33 pm
Forum: Creative Commons
Topic: RenPy HotSpot Tool
Replies: 45
Views: 28599

Re: RenPy HotSpot Tool

@doodlemancy Weird numbers dyslexia is called dyscalculia, and it's a real thing. You should look it up. d: I have it too and it really makes coding a nightmare. @DangKem Holy SHIT thank you SO MUCH FOR THIS! My life is going to be SO MUCH easier now that this exists. I hope that py'tom can figure o...
by sheetcakeghost
Thu Jan 21, 2016 1:29 pm
Forum: Ren'Py Questions and Announcements
Topic: Narration and dialog text not lining up correctly. [SOLVED]
Replies: 3
Views: 410

Re: Narration text and dialog text not lining up correctly.

Thanks for the replies so far! I know my post is frustrating, I was very frustrated when I posted it. I'd lost an entire day's work and was ripping my hair out trying to figure this problem out. I could have been way less rude in it, so I apologize. @philat I'm glad to know it's not in the options.r...
by sheetcakeghost
Wed Jan 20, 2016 11:15 pm
Forum: Ren'Py Questions and Announcements
Topic: Narration and dialog text not lining up correctly. [SOLVED]
Replies: 3
Views: 410

Narration and dialog text not lining up correctly. [SOLVED]

So here's my trouble. https://i.gyazo.com/6e657b9f4fe1130029ed862882bdf80c.png https://i.gyazo.com/e3be8a91137e427a2a9fb0790e365d7a.png SOLUTION: Turns out it was due to my recent addition of the DSE framework. In the events.rpy it defined this character "$ narrator = Character(' ')". Remo...