Search found 61 matches

by warmsundae
Fri Jan 06, 2017 2:52 am
Forum: WiP: Short Noncommercial Games
Topic: Mink [GxB][1960's historical][romance/drama]
Replies: 3
Views: 3124

Re: Mink [GxB][1960's historical][romance/drama]

Really Iove the way it Iooks. I'm excited for this game. Good luck!
by warmsundae
Fri Dec 16, 2016 8:32 am
Forum: Ren'Py Questions and Announcements
Topic: Defining Transitions/Multile Transitions on a Sprite (Solved
Replies: 4
Views: 1274

Re: Defining Transitions/ Multile Transitions on a Sprite

I tested the code I wrote and it doesn't make the movement smooth. It just looks like the first image disappears and the second appears a little more to the left. So I tried something different. transform left_to_right: yalign 1.0 linear 1.0 xalign 0.4 repeat define spritechange = MultipleTransition...
by warmsundae
Fri Dec 16, 2016 8:00 am
Forum: Ren'Py Questions and Announcements
Topic: Defining Transitions/Multile Transitions on a Sprite (Solved
Replies: 4
Views: 1274

Re: Defining Transitions/ Multile Transitions on a Sprite

You could try googling your problems, links to the Ren'Py guide and help topics on this forum could pop up. Fading to a new sprite, which appears a couple pixels to the left: define spritechange = MultipleTransition([ False, Dissolve(0.5), True]) transform midleft = xpos 230 label start: show a_sad ...
by warmsundae
Sun Dec 04, 2016 12:06 am
Forum: We are offering Paid Work
Topic: Logo Artist *CLOSED*
Replies: 1
Views: 567

Re: Logo Artist

Have you tried viyuzu? She's pretty good.
by warmsundae
Tue Nov 01, 2016 7:02 am
Forum: Personal Art Threads
Topic: Trying to learn how to draw [Feedback&Requests]
Replies: 32
Views: 5586

Re: Trying to learn how to draw [Feedback&Requests]

God, your drawings are gorgeous. The colors are nice and something about your style is really comfortable to look at. The white hair seems like a more vector-style drawing, and I kinda like how it clashes with the face. Your character designs look inspired, do you have any artists that you admire in...
by warmsundae
Sat Oct 29, 2016 9:19 am
Forum: Creator Discussion
Topic: A Massive, Collaborative Visual Novel-- with a twist!
Replies: 49
Views: 6108

Re: A Massive, Collaborative Visual Novel-- with a twist!

I haven't heard anything regarding the Skype/Discord chat, I'm assuming that once we have the new batch of people who will work on the next part confirmed and communicating in here then the Discord will be set up for them and future collaborators. Makes sense. writers in the future can choose to ad...
by warmsundae
Sat Oct 29, 2016 6:54 am
Forum: Creator Discussion
Topic: A Massive, Collaborative Visual Novel-- with a twist!
Replies: 49
Views: 6108

Re: A Massive, Collaborative Visual Novel-- with a twist!

Looks like this thread hasn't been locked yet, so I guess the game is still in development and you guys are busy. Is there an update about the discord/skype group? I can also make music and would love to help out a bit. I've read the script and the writing is really pretty. It's good enough to publi...
by warmsundae
Tue Sep 27, 2016 10:33 am
Forum: I am an Artist
Topic: Pixel Artist Looking For Long-Term Project
Replies: 13
Views: 2676

Re: Pixel Artist Looking For Long-Term Project

Oh, your art is really impressive. I'd fall in love with a vn as beautiful as this - especially paired with a story that fits the color scheme.
by warmsundae
Mon Sep 26, 2016 8:32 am
Forum: We are a Free Project looking for Partners
Topic: Looking for Composer + GUI Artist for a small Yuri Jam game!
Replies: 6
Views: 1165

Re: Looking for Composer + GUI Artist for a small Yuri Jam g

You've already got me excited for this game. Sent you a pm!
by warmsundae
Sat Sep 24, 2016 10:21 pm
Forum: Ren'Py Questions and Announcements
Topic: Not a seamless music loop. [solved]
Replies: 13
Views: 2204

Re: Not a seamless music loop.

Oh wow! Okay, I'll try that.

Yeah, it works. That was an easy fix, thanks so much.
by warmsundae
Sat Sep 24, 2016 6:21 am
Forum: Ren'Py Questions and Announcements
Topic: Not a seamless music loop. [solved]
Replies: 13
Views: 2204

Re: Not a seamless music loop.

I put the demo song into my game and it worked perfectly. I hadn't looped mp3 form of the song in anything other than logic pro, which was what I created them with, and I don't know any other looping media players. But I tried iTunes. If iTunes doesn't have a break between songs, then it means that ...
by warmsundae
Fri Sep 23, 2016 9:14 pm
Forum: Ren'Py Questions and Announcements
Topic: Not a seamless music loop. [solved]
Replies: 13
Views: 2204

Re: Not a seamless music loop.

Actually, it seems fine on "the Question". I don't use any code beyond the script to play the song, so here:

Code: Select all

play music "droplets.mp3" fadein 2.0 fadeout 1.0
by warmsundae
Fri Sep 23, 2016 10:11 am
Forum: Ren'Py Questions and Announcements
Topic: Not a seamless music loop. [solved]
Replies: 13
Views: 2204

Re: Not a seamless music loop.

Just tested it again, and yeah, I'm pretty sure it's smooth. I also made sure there isn't too much release at the end so the loop isn't jarring. This happens in all my games. Is it just me?
by warmsundae
Fri Sep 23, 2016 10:06 am
Forum: Ren'Py Questions and Announcements
Topic: use screen as scene background
Replies: 9
Views: 1031

Re: use screen as scene background

Hey, nice. Hope it works well.
by warmsundae
Fri Sep 23, 2016 8:46 am
Forum: Ren'Py Questions and Announcements
Topic: Not a seamless music loop. [solved]
Replies: 13
Views: 2204

Not a seamless music loop. [solved]

When a song loops in my game, there's always a split second break between the loops. Is it because it's getting ready for the next repeat or something? Could someone explain why that happens, and maybe even how I could fix it?