Search found 19 matches

by CrystalD
Fri Feb 02, 2018 2:56 pm
Forum: Ren'Py Questions and Announcements
Topic: Making a Points Variable having problems
Replies: 7
Views: 909

Re: Making a Points Variable having problems

That does clear things up, thanks! Yeah I wound up figuring out that was part of the problem too, but glad to see the logive behind it haha.
by CrystalD
Thu Feb 01, 2018 11:37 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Certain Events Aren't Triggering with my points in the Script
Replies: 5
Views: 842

Re: [Solved] Certain Events Aren't Triggering with my points in the Script

After tinkering with stuff I realized my problem was not adding a jump statement to jump to point tallies haha, so going to mark this as solved :)
by CrystalD
Thu Feb 01, 2018 3:18 am
Forum: Completed Games
Topic: LAST CALL • [Drama] [Short] [Free]
Replies: 12
Views: 6053

Re: LAST CALL • [Drama] [Short] [Free]

Played this a while ago and really enjoyed it, had no idea there was a bartender route so just did it and loved it! I want to go and replay all the other orutes and see what happens by picking different stuff, because I really enjoyed the realistic dialogue and the music was great!
by CrystalD
Mon Jan 29, 2018 2:58 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Certain Events Aren't Triggering with my points in the Script
Replies: 5
Views: 842

Re: Certain Events Aren't Triggering with my points in the Script

OK, I'll mess around with it! A lot of my points throughout the script aren't indented and I wasn't getting any run errors from it, so I'll see if indenting them helps fix the problem. Thank you :D
by CrystalD
Mon Jan 29, 2018 11:23 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Certain Events Aren't Triggering with my points in the Script
Replies: 5
Views: 842

Re: Certain Events Aren't Triggering with my points in the Script

Edit: It half worked! For some reason, my middle option isn't jumping to the 3rd jump statement/scene I've set though? I feel like this is something so obvious I just am not getting. Do you have to structure the points in a certain order to make the logic work? Code I have right now is this: label c...
by CrystalD
Mon Jan 29, 2018 1:00 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Certain Events Aren't Triggering with my points in the Script
Replies: 5
Views: 842

[Solved] Certain Events Aren't Triggering with my points in the Script

I'm coding a small game just to get used to renpy, and I'm using 3 sets of points. It's a slice of life short story surrounding a baker starting a new business, and a cat that pesters her and I want certain things to trigger depending on how many points they have. Like I have if you give the cat cer...
by CrystalD
Sun Jan 28, 2018 5:38 am
Forum: Ren'Py Questions and Announcements
Topic: Making a Points Variable having problems
Replies: 7
Views: 909

Re: Making a Points Variable having problems

Not exactly sure what you mean, like have one variable before the and and two after it? Would you mind writing out a code example?
by CrystalD
Sat Jan 27, 2018 5:27 pm
Forum: General Discussion
Topic: What was the first visual novel you played?
Replies: 168
Views: 26041

Re: What was the first visual novel you played?

Took me a while to remember but my first VN was actually a CN - it was Simple as Snow and I was so confused as to why I wasn't able to do very much until I googled what a CN was and then downloaded something labeled as a VN XD After that I downloaded this really funny one called Soon, and have been ...
by CrystalD
Sat Jan 27, 2018 3:44 pm
Forum: Ren'Py Questions and Announcements
Topic: Making a Points Variable having problems
Replies: 7
Views: 909

Re: Making a Points Variable having problems

Might as well ask this here too because I feel like it will come up for me later. If I wanted to weigh one set of points against another without a number attached, would it be the same sort of setup? So like this: if baking_buffup <= and >= prepared_points: jump bad_day The tutorial I read didn't ha...
by CrystalD
Sat Jan 27, 2018 2:38 am
Forum: General Discussion
Topic: What Makes a Visual Novel Inaccessible with a screen reader exactly?
Replies: 9
Views: 2382

Re: What Makes a Visual Novel Inaccessible with a screen reader exactly?

I find it depends on the person with word shortening: I'm fine with it because I know all the net lingo, but I've seen some other blind people ask what some things mean like idk or something like that so when I talk to other blind people I spell them out just in case they aren't comfortable with it....
by CrystalD
Sat Jan 27, 2018 2:31 am
Forum: Ren'Py Questions and Announcements
Topic: Making a Points Variable having problems
Replies: 7
Views: 909

Re: Making a Points Variable having problems

Ah, that was it! I feel like such a derp for not realizing that XD Now I know you always should do <= or >= for things haha. Thanks!
by CrystalD
Sat Jan 27, 2018 1:46 am
Forum: Ren'Py Questions and Announcements
Topic: Making a Points Variable having problems
Replies: 7
Views: 909

Making a Points Variable having problems

I'm fine when I do a basic points statement, but whenever I try and do a different kind it never works and I keep on getting an acception. What I'm trying to do is have a greater than or less than structure, like this: if baking_buffup > 2 and baking_buffup < 6: jump day_2_good_day Anytime I try tha...
by CrystalD
Fri Jan 26, 2018 5:35 am
Forum: General Discussion
Topic: What Makes a Visual Novel Inaccessible with a screen reader exactly?
Replies: 9
Views: 2382

Re: What Makes a Visual Novel Inaccessible with a screen reader exactly?

Awesome, thanks for the info! Can't wait to check out this link :) happy it's easy to implement lol.
by CrystalD
Fri Jan 26, 2018 3:10 am
Forum: General Discussion
Topic: What Makes a Visual Novel Inaccessible with a screen reader exactly?
Replies: 9
Views: 2382

Re: What Makes a Visual Novel Inaccessible with a screen reader exactly?

I bet that's what it is! I've ran across an inventory system that seemed like it would be fine but it was just a ton of empty spaces with some text here and there. So, is making the alt text easy to do with coding? I'm guessing it would just be a python string or something like that?
by CrystalD
Fri Jan 26, 2018 2:23 am
Forum: General Discussion
Topic: What Makes a Visual Novel Inaccessible with a screen reader exactly?
Replies: 9
Views: 2382

What Makes a Visual Novel Inaccessible with a screen reader exactly?

I'm a blind visual novel player and I'm starting to branch off into making them, but there are certain problems accessibility-wise I see in a lot of visual novels and I'm curious to know if anyone has an inkling as to why - because I don't want to accidentally run into these while developing my own ...