Search found 553 matches

by AsHLeX
Fri Feb 18, 2022 7:57 pm
Forum: Ren'Py Questions and Announcements
Topic: Renpy random, but for multiple items/numbers? [SOLVED]
Replies: 2
Views: 423

Renpy random, but for multiple items/numbers? [SOLVED]

Hello! Thanks for taking your time for reading this. I am familiar with the renpy random.randit and random.choice mode, but is there an option where I can get renpy to select multiple answers out of them? # return a random float between 0 and 1 $ randfloat = renpy.random.random() # return a random i...
by AsHLeX
Sat Feb 05, 2022 10:58 am
Forum: Works in Progress
Topic: ★ RockRobin [GxB][Band Management][Demo]
Replies: 25
Views: 10420

Re: ★ RockRobin [GxB][Band Management][Demo]

Leaving a review of the open-beta version because I think more people need to see this hidden gem, even if it's like... so many years later lol. Spoilers ensue. First off, I have to say. I have never hated a main character as much as I hated Robin. She's manipulative, breaks stuff when things don't ...
by AsHLeX
Sat Jan 01, 2022 9:55 pm
Forum: I am an Artist
Topic: [Open] 50$ Background art and CG
Replies: 20
Views: 10193

Re: [Open] 50$ Background art and CG

Dropping by to say that I really like your art :)
by AsHLeX
Thu Dec 30, 2021 1:18 am
Forum: I am an Artist
Topic: Commissions - [OPEN] / Background Art
Replies: 28
Views: 11475

Re: Commissions - [OPEN] / Background Art

Dropping by to say your art is amazing :)
by AsHLeX
Thu Oct 28, 2021 10:58 am
Forum: Completed Games
Topic: Find Love or Die Trying - Date or Die on a Killer Dating Show! [Free][Romance][Comedy][LGBT-Friendly][Steam]
Replies: 4
Views: 2904

Re: Find Love or Die Trying - Date or Die on a Killer Dating Show! [Free][Romance][Comedy][LGBT-Friendly][Steam]

How does this not have more comments on Lemmasoft!? This looks amazing, I'll be sure to check it out when I have time!
by AsHLeX
Tue Sep 21, 2021 2:09 am
Forum: Creative Commons
Topic: [Taking Requests] Sayumi's Free Textboxes :Phase 2!
Replies: 7
Views: 4768

Re: [Taking Requests] Sayumi's Free Textboxes :Phase 2!

I remember your previous textboxes! They were really pretty, (and so are these ones). Thanks for sharing!
by AsHLeX
Fri Jul 23, 2021 5:57 am
Forum: Creator Discussion
Topic: The legality of using movie quotes in a commercial game
Replies: 9
Views: 5459

Re: The legality of using movie quotes in a commercial game

Thanks for the tips everyone! It was very useful reading all of those information, so I appreciate it :)
by AsHLeX
Mon Jul 12, 2021 6:30 am
Forum: I am a Musician, Sound Editor, or Video Editor
Topic: [Closed] Music Production [Affordable, Flexible, Experienced]
Replies: 1
Views: 1114

Re: Music Production [Affordable, Flexible, Experienced]

Heyo! Just dropped by to say that I think your music compositions are amazing. Not looking for anything at the moment, but I wish you all the best in finding something!
by AsHLeX
Sun Jul 11, 2021 4:59 am
Forum: Creator Discussion
Topic: The legality of using movie quotes in a commercial game
Replies: 9
Views: 5459

Re: The legality of using movie quotes in a commercial game

Thanks for the advice fleet and Tremari!! Yeah, that seems to be the gist of what I'm getting. Just double checking on what everyone else seems to think. Thanks again!
by AsHLeX
Fri Jul 09, 2021 7:37 am
Forum: Creator Discussion
Topic: The legality of using movie quotes in a commercial game
Replies: 9
Views: 5459

The legality of using movie quotes in a commercial game

Hi everyone! Thanks for reading. So, my question is... what's the legality of using short quotes as mini references in my visual novel? Say, something like "What is dead may never die" (Game of Thrones) as part of something the character says. There's nothing else that points to a game of ...
by AsHLeX
Sun Jul 04, 2021 7:42 am
Forum: Creative Commons
Topic: Some Free Music [CC-BY] (02/24/24)
Replies: 186
Views: 55802

Re: Some Free Music [CC-BY] (02/17/21)

Hey! Quick question, some of the older music pieces aren't downloadable. Are those not meant to be used, despite the CC-BY lisence attached to it? Thanks!
(I think I've said it before, but I really love your music. Thanks again for sharing!"
by AsHLeX
Sat Jul 03, 2021 9:07 am
Forum: Ren'Py Questions and Announcements
Topic: How to force pause "move" transitions once the player reaches a certain line of dialogue? [SOLVED]
Replies: 3
Views: 923

Re: How to force pause "move" transitions once the player reaches a certain line of dialogue?

Thanks Alex and strayerror! I tried both codes and they both worked :D Thank you so much for your help!
by AsHLeX
Fri Jul 02, 2021 12:31 am
Forum: Ren'Py Questions and Announcements
Topic: How to force pause "move" transitions once the player reaches a certain line of dialogue? [SOLVED]
Replies: 3
Views: 923

How to force pause "move" transitions once the player reaches a certain line of dialogue? [SOLVED]

Hi! Thanks for reading. So, right now I have both the background and the sprite moving while dialogue is playing (to simulate "walking" animation). This is the code I used: scene city_night long with fade: xalign 1.0 ease 30.0 xalign 0.0 show snow noone "Before I realize it, evening t...
by AsHLeX
Wed Jun 30, 2021 10:44 am
Forum: Ren'Py Questions and Announcements
Topic: Changing dialogue in rollback [SOLVED]
Replies: 7
Views: 1783

Re: Changing dialogue in rollback

Ah... It's exactly as you described. It was a problem with _history. Thank you so much for the help and your quick replies!!