Search found 177 matches

by meiri
Mon Dec 22, 2014 2:45 pm
Forum: Works in Progress
Topic: Movement [GxG] [Drama] [Friendship] [Romance] [KN]
Replies: 38
Views: 9016

Re: Movement [GxG] [Drama] [Friendship] [Romance] [KN]

Update #11! We are now to our 11th update! Like I said, the 22nd was not a demo release date, I'm actually hoping to get it out after this date. As for progress on the VN, everything is going well, and while I may not have any samples to show you, I DO have a character highlight! -- Character Highl...
by meiri
Sun Dec 14, 2014 1:19 pm
Forum: Works in Progress
Topic: Movement [GxG] [Drama] [Friendship] [Romance] [KN]
Replies: 38
Views: 9016

Re: Movement [GxG] [Drama] [Friendship] [Romance] [KN]

Oh, so if I'm understanding this correctly, there would be one or two choices to diverge from the common route into either Deja or Bevelyn routes, and then it's linear from there onwards? I think if this makes it easier for you, development-wise, then it's great! I was just worried that we'd not ge...
by meiri
Sun Dec 14, 2014 1:17 pm
Forum: Works in Progress
Topic: Movement [GxG] [Drama] [Friendship] [Romance] [KN]
Replies: 38
Views: 9016

Re: Movement [GxG] [Drama] [Friendship] [Romance] [KN]

Update #10!!! [/size] Yay! We've reached our 10th update! Yes, I am aware I skipped last week, but I felt that update wouldn't have much in it, but this one does so that's good! I have officially rewritten everything that was lost + finishing Bevelyn's portion that will be in the demo. All that's l...
by meiri
Sat Dec 06, 2014 9:30 pm
Forum: General Discussion
Topic: Get that thing off your chest... Now...
Replies: 5264
Views: 548300

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

My hearing just keeps getting worse. I've had one specialist to admit I need a hearing aid while all others say: - You might need it, but we're not prescribing it to you because you're just too young. - We don't want to put you through that whole process because you may just decide you don't need it...
by meiri
Thu Dec 04, 2014 11:31 pm
Forum: Ren'Py Questions and Announcements
Topic: Changing cps speed per character
Replies: 2
Views: 536

Re: Changing cps speed per character

philat wrote:You're looking for what_slow_speed = 90

Thanks, thats exactly what I had in mind!
by meiri
Tue Dec 02, 2014 11:28 pm
Forum: Ren'Py Questions and Announcements
Topic: Changing cps speed per character
Replies: 2
Views: 536

Changing cps speed per character

Is it possible to specify different cps speeds (the rolling text speed, characters per second) through a parameter in Character()? (Or any other method, really)!

I tried doing something like

Code: Select all

define girl = Character("Girl", cps_speed=90)
but that didn't seem to work.
by meiri
Mon Dec 01, 2014 10:21 pm
Forum: Works in Progress
Topic: Movement [GxG] [Drama] [Friendship] [Romance] [KN]
Replies: 38
Views: 9016

Re: Movement [GxG] [Drama] [Friendship] [Romance]

Update #9! [/size] Wow, I cannot believe I am on the ninth update! That means it's been 9+ weeks since the announcement of Movement! Now, on the actual update... I have officially made the decision for Movement to become a Kinetic Visual Novel. I understand that this a major change in development, ...
by meiri
Mon Dec 01, 2014 10:08 pm
Forum: Works in Progress
Topic: Movement [GxG] [Drama] [Friendship] [Romance] [KN]
Replies: 38
Views: 9016

Re: Movement [GxG] [Drama] [Friendship] [Romance]

That's really unfortunate. While I'd definitely prefer multiple choices for romanceable characters, it's really up to you regarding whether a kinetic novel would be more feasible. If you do need any help, feel free to ask :) Thanks! I do appreciate the offer. Hey there! Tiny bit of feedback - you m...
by meiri
Tue Nov 25, 2014 6:48 pm
Forum: Ren'Py Questions and Announcements
Topic: Conditionals & Lists? (solved)
Replies: 5
Views: 1199

Re: Conditionals & Lists?

Alex wrote:Try
[ ... ]
This worked, thank you! Also learned something new (never knew ui.interact() could be used in that way)!
Saltome wrote:If that doesn't work, could you provide a demo of the problem? I should be able to trace the problem if I can actually run it.
It did work. I appreciate the offer, though!
by meiri
Mon Nov 24, 2014 6:56 pm
Forum: Works in Progress
Topic: Movement [GxG] [Drama] [Friendship] [Romance] [KN]
Replies: 38
Views: 9016

Re: Movement [GxG] [Drama] [Friendship] [Romance]

Update #8... [/size] Bad news! My USB, the method with which I stored all the files for Movement, is broken and corrupted. I have unfortunately lost quite a bit of writing, as well as programming and planning. The effects this will have? Well, I have ZERO plans to drop Movement! Although it will ta...
by meiri
Mon Nov 24, 2014 6:47 pm
Forum: Ren'Py Questions and Announcements
Topic: Conditionals & Lists? (solved)
Replies: 5
Views: 1199

Re: Conditionals & Lists?

You're not supposed to change variables in screens unless it's with SetVariable. I don't think the variables even change if you try to do it that way. Yeah, the only reason why I put that in the screen was because I thought it'd help. I originally had it inside the label, but I still came up with t...
by meiri
Sun Nov 23, 2014 3:07 pm
Forum: Ren'Py Questions and Announcements
Topic: Conditionals & Lists? (solved)
Replies: 5
Views: 1199

Conditionals & Lists? (solved)

There's a small explanation through comments in the code below, but I'll still try to explain it. BTW, I'm building a rhythm game, which should hopefully explain some of the code? screen r: add "#FFBCD6" text "Rhythm Game" xalign 0.5 yalign 0.05 color "#921F4B" text &qu...
by meiri
Sun Nov 23, 2014 2:18 pm
Forum: General Discussion
Topic: Get that thing off your chest... Now...
Replies: 5264
Views: 548300

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

Ugh, that sucks. Is there a way you can recover the files? No idea, honestly. I'm going to try formatting the USB and putting the files back on there (as the issue could just be the drive), but first I'll check Word to see if it autosaved anything. I could always just rewrite it all from scratch, b...
by meiri
Sat Nov 22, 2014 9:32 pm
Forum: Ren'Py Questions and Announcements
Topic: ValueError (solved)
Replies: 0
Views: 516

ValueError (solved)

I'm trying to make a screen with a couple of buttons that simply play a sound when you press them. screen r: add "#FFBCD6" text "Rhythm Game" xalign 0.5 yalign 0.05 color "#921F4B" text "Level: [level]" xalign 0.3 yalign 0.05 color" #921F4B" textbut...
by meiri
Sat Nov 22, 2014 8:52 pm
Forum: General Discussion
Topic: Get that thing off your chest... Now...
Replies: 5264
Views: 548300

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

So, someone happened to step on my USB. Now, whenever I try to save a file on it, the program freezes. So I try to copy and paste the raw files onto my computer and open them that way and the computer whines that they are corrupted. So THEN I try to open the ones still on the USB, and they don't ope...