Search found 106 matches

by lovebby
Thu Jan 09, 2014 7:54 pm
Forum: Ren'Py Questions and Announcements
Topic: Live Compostite Question [done]
Replies: 4
Views: 469

Re: Live Compostite Question

Hrm, I was thinking I might have to do that too. Since the outfits would be changing continuously, would there be an easier way to change both at the same time? And missing? Nothing missing...? I wouldn't doubt my animation is off, but besides the bad lag, the game runs smoothly without any errors.
by lovebby
Thu Jan 09, 2014 4:26 pm
Forum: Ren'Py Questions and Announcements
Topic: Live Compostite Question [done]
Replies: 4
Views: 469

Live Compostite Question [done]

So I was just wondering if there was a way to speed up the live composite I'm using in my game? http://fc05.deviantart.net/fs70/f/2014/009/2/4/example_by_lovebby-d71io60.png The squared part is the sprite, and the rest will be on the character page, so I'm sure the fact I use the whole image for the...
by lovebby
Sun Dec 22, 2013 1:39 pm
Forum: Ren'Py Questions and Announcements
Topic: How many times can you chnage an if?
Replies: 2
Views: 510

How many times can you chnage an if?

It seems my "if" statements aren't changing like they should. It goes something like this: "Hey Bobio." if saminfo == "name": you"Hey Bobio!" Bob"I see you've met Sam." Bob"Well, it is a lot nicer than some of the other names I had been given wh...
by lovebby
Sun Dec 22, 2013 10:59 am
Forum: Ren'Py Questions and Announcements
Topic: Help with input and ifs? SOLVED
Replies: 4
Views: 591

Re: Help with input and ifs?

Oh that seems helpful too! o:
Maybe easier when it comes to multiple options too, thank you!
by lovebby
Wed Dec 18, 2013 9:52 pm
Forum: Ren'Py Questions and Announcements
Topic: Help with input and ifs? SOLVED
Replies: 4
Views: 591

Re: Help with input and ifs?

Oh geeze, I knew it was going to something like that.
Works like a charm thank you so much!
by lovebby
Wed Dec 18, 2013 4:52 pm
Forum: Ren'Py Questions and Announcements
Topic: Help with input and ifs? SOLVED
Replies: 4
Views: 591

Help with input and ifs? SOLVED

So I've trying to get if the character had a certain name, they would see certain text here and there throughout the game, but whenever I do try it automatically chooses the first option it see, whether or not the name is what it should be. Here's the code: $ you = renpy.input("What is your nam...
by lovebby
Tue Dec 17, 2013 12:57 am
Forum: Ren'Py Questions and Announcements
Topic: Menu Buttons and Scrolling
Replies: 4
Views: 710

Re: Menu Buttons and Scrolling

How funny, I was JUST about to post a topic about menu scrolling as well when I saw this thread. I'm looking for it to stay text and not images or anything. Right now I have it as menu 1: "Something?": "Answer" jump menu1 "Next": jump menu2 menu 2: "Something?"...
by lovebby
Thu Dec 12, 2013 4:15 pm
Forum: Ren'Py Questions and Announcements
Topic: Another difficulty with Live Composite
Replies: 10
Views: 2337

Re: Another difficulty with Live Composite

It's still acting up, but it works fine in another game I coded? D:
by lovebby
Thu Dec 05, 2013 10:43 pm
Forum: Ren'Py Questions and Announcements
Topic: Another difficulty with Live Composite
Replies: 10
Views: 2337

Re: Another difficulty with Live Composite

Yeah, still no luck though. D:
by lovebby
Wed Dec 04, 2013 9:44 pm
Forum: Ren'Py Questions and Announcements
Topic: Another difficulty with Live Composite
Replies: 10
Views: 2337

Re: Another difficulty with Live Composite

I get the same error when I define it however. And there's a little odd switchback when the sprite leaves the screen where it leaves with its default so I left it out and it played just fine before.
by lovebby
Wed Dec 04, 2013 6:25 pm
Forum: Ren'Py Questions and Announcements
Topic: Another difficulty with Live Composite
Replies: 10
Views: 2337

Re: Another difficulty with Live Composite

Came across another difficulty!
by lovebby
Tue Nov 19, 2013 4:58 pm
Forum: Ren'Py Questions and Announcements
Topic: Another difficulty with Live Composite
Replies: 10
Views: 2337

Re: Some difficulty with uh Live Composite

Wah, that did it! Thank you so much!
AH this makes things a lot more easier, aha.
by lovebby
Tue Nov 19, 2013 5:50 am
Forum: Ren'Py Questions and Announcements
Topic: Another difficulty with Live Composite
Replies: 10
Views: 2337

Another difficulty with Live Composite

Never mind, it wants to work now! Alright so I've been able to use it alright and everything works as it should, until I get to return, and I get this error: I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/_layout/screen_main_menu.rpym", line 11,...
by lovebby
Wed Oct 16, 2013 10:44 pm
Forum: Ren'Py Questions and Announcements
Topic: Info Screen trouble
Replies: 7
Views: 609

Re: Info Screen trouble

AH yeah, I forgot the parenthesis aha. I tried that and it didn't help at all, there was nothing extra redefining the character. I took him a out completely to see if that would've done anything and the game ran perfectly, before and after he's scenes and after characters ran smoothly as well. I'm t...