Search found 14 matches

by LegendOri
Mon Sep 06, 2021 12:38 pm
Forum: Ren'Py Questions and Announcements
Topic: Xbox Capture Tool and Camtasia issues
Replies: 0
Views: 411

Xbox Capture Tool and Camtasia issues

Hi there, I hope someone can help me! My game was made using Ren'Py, released a few days ago and I've received feedback that the game isn't compatible with Window's inbuild Xbox Capture Tool - they had a pop-up message saying it was incompatible when they tried to run it with the game. They also tri...
by LegendOri
Wed Sep 01, 2021 5:07 am
Forum: Completed Games
Topic: Blake The Visual Novel [Psychological Thriller][Noir][Graphic Novel][Sci-fi][Steam]
Replies: 0
Views: 1414

Blake The Visual Novel [Psychological Thriller][Noir][Graphic Novel][Sci-fi][Steam]

My game Blake: The Visual Novel is out today on Steam! Blake: The Visual Novel is a choice-based, psychological thriller game which infuses graphic novel and visual novel elements. The game is out on Steam for PC and Mac today, 1st September. Game Link : https://store.steampowered.com/app/1538680/Bl...
by LegendOri
Fri Mar 05, 2021 7:12 am
Forum: Works in Progress
Topic: Blake: The Visual Novel - Graphic Novel X Visual Novel
Replies: 0
Views: 696

Blake: The Visual Novel - Graphic Novel X Visual Novel

Hi there!

Just a little update - my game now has a live Steam page with a new, full trailer! I hope you like it :)

https://store.steampowered.com/app/1538 ... ual_Novel/

LegendOri
by LegendOri
Thu Nov 19, 2020 4:07 pm
Forum: Ren'Py Questions and Announcements
Topic: Character Creator Reaction choice (Solved)
Replies: 3
Views: 569

Re: Character Creator Reaction choice

It's taken me about 4 hours of variations to figure it out but I think I've done it! In the main script:

Code: Select all

    if hair_color == 1:
        "You chose red hair!"
by LegendOri
Thu Nov 19, 2020 10:18 am
Forum: Ren'Py Questions and Announcements
Topic: Character Creator Reaction choice (Solved)
Replies: 3
Views: 569

Re: Character Creator Reaction choice

And the script is just the following label start: call screen dress_keri scene school $ quick_menu = True show keri: pos(800, 120) zoom 0.5 "You've created your look!" I know how to make it trigger to say something after an imagebutton is selected, so for example after you select red hair ...
by LegendOri
Thu Nov 19, 2020 10:02 am
Forum: Ren'Py Questions and Announcements
Topic: Character Creator Reaction choice (Solved)
Replies: 3
Views: 569

Character Creator Reaction choice (Solved)

Hey there, To explain what I'm trying to do I'm using code from an example character creator that's free to use (this is not my own code but applies to what I'm trying to do): What I want to do is, have a character say something in reaction to the final hair colour choice the player chooses in the c...
by LegendOri
Wed Apr 11, 2018 10:15 am
Forum: Works in Progress
Topic: Blake VN [Linear/Episodic/Comic/Vigilante/Sci-Fi/Thriller] [In Development]
Replies: 6
Views: 1880

Re: Blake VN [Linear/Episodic/Comic/Vigilante/Sci-Fi/Thriller] [In Development]

Hello!

I've been a bit slack with progress reports and now that we're at about 80% of characters in final completion stage so I've added some characters to introduce to you!
by LegendOri
Wed Jan 03, 2018 11:26 am
Forum: Works in Progress
Topic: Blake VN [Linear/Episodic/Comic/Vigilante/Sci-Fi/Thriller] [In Development]
Replies: 6
Views: 1880

Re: Blake VN [Linear/Episodic/Comic/Vigilante/Sci-Fi/Thriller] [In Development]

Thank you, I really appreciate your feedback. The character drawings are not finalised images but there will only be minor differences with the completed versions. You raise some very interesting points, I will try my best to be as factual and as unbiased as I can! All I can say is that I hope you w...
by LegendOri
Mon Jan 01, 2018 7:07 am
Forum: Works in Progress
Topic: Blake VN [Linear/Episodic/Comic/Vigilante/Sci-Fi/Thriller] [In Development]
Replies: 6
Views: 1880

Re: Blake VN [Linear/Episodic/Comic/Vigilante/Sci-Fi/Thriller] [In Development]

I have removed the concept art from this post as we are in final character stages now and I will introduce official characters in the near future. We are also on Twitter @BlakeVN3 so we'd love you to show support and follow! Is there anything you'd like me to clarify or something that hasn't been an...
by LegendOri
Sun Dec 31, 2017 9:40 am
Forum: Works in Progress
Topic: Blake VN [Linear/Episodic/Comic/Vigilante/Sci-Fi/Thriller] [In Development]
Replies: 6
Views: 1880

Blake VN [Linear/Episodic/Comic/Vigilante/Sci-Fi/Thriller] [In Development]

Introducing Blake VN - Graphic novel meets visual novel Blake_Comic_Box.png kUjZ9ySdnCA The sci-fi thriller visual novel tells the story of Blake and his transformation into a vigilante. Set in a tech-intelligent world, Blake is framed for a crime he didn't commit which turns his world upside down....
by LegendOri
Tue Jul 04, 2017 4:58 pm
Forum: Ren'Py Questions and Announcements
Topic: How do I create a scene with no sprites or textbox?
Replies: 7
Views: 1039

Re: How do I create a scene with no sprites or textbox?

Thank you DannyGMaster, this works! :D

Also just to add, I used window auto rather than window show so that it still fades out with each scene.
by LegendOri
Tue Jul 04, 2017 3:51 pm
Forum: Ren'Py Questions and Announcements
Topic: How do I create a scene with no sprites or textbox?
Replies: 7
Views: 1039

Re: How do I create a scene with no sprites or textbox?

Hmm..I've tried both variations of scene and show for bg meadow and bg house, but it still only shows bg meadow for just half a second before cutting to bg house. I'm not sure why it's doing this :(
by LegendOri
Tue Jul 04, 2017 9:39 am
Forum: Ren'Py Questions and Announcements
Topic: How do I create a scene with no sprites or textbox?
Replies: 7
Views: 1039

Re: How do I create a scene with no sprites or textbox?

Hi Imperf3kt,

Thanks for the reply. I tried this method but with this example I'm finding the meadow scene blinks onto the screen for half a second and then cuts to house scene which isn't what I want to do.

Could this be to do with my settings?
by LegendOri
Tue Jul 04, 2017 8:50 am
Forum: Ren'Py Questions and Announcements
Topic: How do I create a scene with no sprites or textbox?
Replies: 7
Views: 1039

How do I create a scene with no sprites or textbox?

Hello, This is my first post but I've been following this forum for a while now and I have to say it has been extremely helpful, thank you! I feel a bit embarrassed to ask as I'm certain there's a really simple solution to this but I just can't seem to find the answer. My question is, how do I make ...