Search found 58 matches

by Dizzydude
Thu May 21, 2015 8:23 pm
Forum: General Discussion
Topic: Get that thing off your chest... Now...
Replies: 5264
Views: 558470

Re: Get that thing off your chest... Now...

It's almost my cake day for lemmasoft and I have achieved nothing. So, there's that.
by Dizzydude
Thu May 21, 2015 8:10 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Textbuttons and Choices.
Replies: 3
Views: 710

Re: [Solved] Textbuttons and Choices.

Er.. new what now? I just use this one because I know about it. What's the new one? The hbox & vbox stuff? I'm just not sure how to use that. I also wanted the gender choice to show up in the same place that the name choice showed up, and the UI stuff is in the textbox. Unless there's a way I ca...
by Dizzydude
Wed May 20, 2015 2:46 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Textbuttons and Choices.
Replies: 3
Views: 710

[Solved] Textbuttons and Choices.

Hi, I'm trying to make a gender choice in my game using UI textbuttons, but it keeps returning as female. This is the code: $ ui.window() $ ui.hbox() $ ui.text ("What is your gender?") $ ui.textbutton("Male", clicked=ui.returns("1")) $ ui.textbutton("Female", ...
by Dizzydude
Sat Feb 14, 2015 6:48 pm
Forum: General Discussion
Topic: Get that thing off your chest... Now...
Replies: 5264
Views: 558470

Re: Get that thing off your chest... Now...

My computer is broken and I lost a lot of project files/work because I've only backed up so much. Without the money to get it repaired, I'm probably going to be coding from my tablet for a whiiiile. Also, there's the issue with feeling like I'm complaining over nothing by posting this amongst all th...
by Dizzydude
Sat Feb 14, 2015 6:45 pm
Forum: Works in Progress
Topic: (dropped)
Replies: 46
Views: 9302

Re: Fatal Crescendo [Comedy/Modern Fantasy]

Jesus, this made a ton of progress very quickly. I wonder how long it'll take for the finished product to come out, haha.
by Dizzydude
Wed Jan 21, 2015 9:17 pm
Forum: Ren'Py Questions and Announcements
Topic: Force deleting saved games? [SOLVED]
Replies: 13
Views: 1296

Re: Force deleting saved games?

So will/would it be like a "One Chance" type of game?
Just out of curiosity here.
by Dizzydude
Sun Jan 18, 2015 1:42 am
Forum: Creative Commons
Topic: ██ Konett's Resources (bgs, sprites, items) [update: 6 NOV]
Replies: 60
Views: 69071

Re: ██ Konett's Resources (backgrounds, sprites, items) [2 j

The sprite creator looks like it'll be cute and easy to use.
Can't wait until it's released! :D
by Dizzydude
Thu Jan 08, 2015 9:43 pm
Forum: Creative Commons
Topic: ██ Konett's Resources (bgs, sprites, items) [update: 6 NOV]
Replies: 60
Views: 69071

Re: ██ Konett's Resources (backgrounds, sprites, items) [2 j

Love the new sprite!

Also, this is a bit late, but I was wondering if you could post the generic images of the darker-skinned Keri? As in all the smile, sad, etc. pics. Whenever I try to export them the pictures come out in a completely different quality for some reason.
by Dizzydude
Thu Jan 08, 2015 8:14 am
Forum: Ren'Py Questions and Announcements
Topic: Spaces in dynamic characters?
Replies: 3
Views: 756

Re: Spaces in dynamic characters?

Ah. Thank you both!
by Dizzydude
Wed Jan 07, 2015 10:13 pm
Forum: Ren'Py Questions and Announcements
Topic: Spaces in dynamic characters?
Replies: 3
Views: 756

Spaces in dynamic characters?

If I wanted to have a dynamic character name with two words in it, how would it work? I'm getting an error as I try what is basically this: define t = DynamicCharacter('Ms. Teacher', color="#4DB8DB") label start: $ Ms. Teacher = "???" It seems like ren'py is registering it as &qu...
by Dizzydude
Wed Jan 07, 2015 9:10 pm
Forum: Ren'Py Questions and Announcements
Topic: Music playing from splash to mainmenu?
Replies: 5
Views: 1263

Re: Music playing from splash to mainmenu?

Ah, thanks. Already completed the game gift-wise, but this is useful info ^^
by Dizzydude
Thu Jan 01, 2015 6:30 pm
Forum: Works in Progress
Topic: (dropped)
Replies: 46
Views: 9302

Re: Fatal Crescendo [KN] [Comedy/Modern Fantasy]

Looks cool, and has a nice concept, I'll be following this.
by Dizzydude
Thu Jan 01, 2015 5:35 pm
Forum: Ren'Py Questions and Announcements
Topic: Music playing from splash to mainmenu?
Replies: 5
Views: 1263

Music playing from splash to mainmenu?

How would I set it up so that the music plays from the splashscreen to the main menu without pausing or stopping? The way I have it now, it plays during the splashscreen, and then stops at the main menu. label splashscreen: play music "shosholoza.mp3" fadein 1.0 scene bg black with Pause(1...
by Dizzydude
Wed Dec 31, 2014 1:27 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] RAPT creating an empty file?
Replies: 2
Views: 426

Re: RAPT creating an empty file?

Turns out I just couldn't use a colon in the name. :oops:
Thanks though, and sorry for the bother!