Search found 296 matches

by ketskari
Sun Sep 17, 2017 4:55 pm
Forum: Ren'Py Questions and Announcements
Topic: Mac Overlay Problem in Steam & No module named _renpysteam
Replies: 0
Views: 357

Mac Overlay Problem in Steam & No module named _renpysteam

The Mac overlay isn't working for some users on Steam, and I get the following with the log.txt:

Code: Select all

Importing _renpysteam: ImportError(\'No module named _renpysteam\',)
The libraries are all there... can anyone who's put a Ren'Py game on Steam tell me if I'm missing something?
by ketskari
Wed Aug 09, 2017 2:01 pm
Forum: Creator Discussion
Topic: Why do some visual novels remove auto scrolling?
Replies: 5
Views: 1808

Re: Why do some visual novels remove auto scrolling?

I can't imagine removing auto-forward mode. I already get complaints from people who can't find it and have been getting tired index fingers from clicking. But I guess it might be fine for a short game. Also, text games have a history of being more accessible, so be cautious about removing any featu...
by ketskari
Fri Aug 04, 2017 1:51 pm
Forum: I am an Artist
Topic: Painterly Background and Character Art
Replies: 0
Views: 689

Painterly Background and Character Art

Hello, I'm a digital painter. I specialize in background art and painterly character and sprite art --aside from this work here, I also have a more cutout style . catacombsL.jpg Portfolio here for more examples. For an example of a sprite with a small to medium range of expressions, I have this refe...
by ketskari
Sat Jul 22, 2017 2:41 pm
Forum: Completed Games
Topic: Tell a Demon | Have you ever wanted to outsmart a demon on a rainy day? | [Urban Fantasy, GxB, GxG]
Replies: 4
Views: 6940

Re: Tell a Demon [1920s, Fantasy][Love, Loss & Vengeance]

@victorita9 - wow, thank you! :) --- Quick update - Tell a Demon is on Steam , and I have fixed some bugs in version 1.23. There was a problem with the endings gallery. Getting the new version should not affect saved games. (Builds through my website and itch.io are now updated). If you already have...
by ketskari
Thu Jul 13, 2017 1:44 pm
Forum: Completed Games
Topic: Tell a Demon | Have you ever wanted to outsmart a demon on a rainy day? | [Urban Fantasy, GxB, GxG]
Replies: 4
Views: 6940

Tell a Demon | Have you ever wanted to outsmart a demon on a rainy day? | [Urban Fantasy, GxB, GxG]

nrJTjhYkii4 Demo Download Purchase (Windows, Mac & Linux) Get it on Steam (Windows, Mac & Linux)[/size] The depth and intrigue of the story coupled with the deeply established universe and multiple routes that change the actions and motivations of the character is something that many have v...
by ketskari
Mon May 29, 2017 8:18 pm
Forum: Development of Ren'Py
Topic: Ren'Py Gripes
Replies: 556
Views: 855951

Re: Ren'Py Gripes

It would be very convenient to be able to extract dialogue, edit and proofread it, then have it somehow automatically update the text in the game.
by ketskari
Tue May 23, 2017 6:18 pm
Forum: Ren'Py Questions and Announcements
Topic: Movie sprites disappearing on rollback
Replies: 2
Views: 607

Movie sprites disappearing on rollback

Maybe it's new to 6.99.12.4 because I've been using movie sprites for months and never had this problem before, but my movie sprites are now disappearing on rollback. Any thoughts as to how this can be prevented?
by ketskari
Wed May 17, 2017 7:25 pm
Forum: Works in Progress
Topic: Tell a Demon [Dark Fantasy][Vampires][commercial] Released!
Replies: 54
Views: 16750

Re: Tell a Demon [Dark Fantasy][Vampires][commercial] Demo!

Lol--well, I am going for an oil-painted look. x) Thanks for your support!!
by ketskari
Mon May 15, 2017 9:35 pm
Forum: Works in Progress
Topic: Tell a Demon [Dark Fantasy][Vampires][commercial] Released!
Replies: 54
Views: 16750

Re: Tell a Demon [Dark Fantasy][Vampires][commercial] Demo!

Image

If you'd like to see Tell a Demon on Steam, please vote! :) (click the banner above).
by ketskari
Sun Apr 16, 2017 12:35 pm
Forum: Works in Progress
Topic: Tell a Demon [Dark Fantasy][Vampires][commercial] Released!
Replies: 54
Views: 16750

Re: Tell a Demon [Dark Fantasy][Vampires][commercial] Demo!

I'm now done with the bulk of the coding and onto the finishing phase~
by ketskari
Wed Mar 29, 2017 2:07 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Graying out a choice in the choice menu?
Replies: 2
Views: 462

Re: Graying out a choice in the choice menu?

Interesting idea--I'll play around with it. Thank you! EDIT: That's more convenient than I thought. For others interested in something like this, I implemented it like so: vbox: style_prefix "choice" for i in items: if i.caption.startswith('@'): if route3 == True: textbutton i.caption.stri...
by ketskari
Wed Mar 29, 2017 1:28 pm
Forum: Works in Progress
Topic: Tell a Demon [Dark Fantasy][Vampires][commercial] Released!
Replies: 54
Views: 16750

Re: Tell a Demon [Dark Fantasy][Vampires][commercial] Demo!

Haven't posted here in a while.

Coding in the last part of Act 3 now... onto coding in the endings soon. After that it's finishing touches. :)
by ketskari
Wed Mar 29, 2017 1:26 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Graying out a choice in the choice menu?
Replies: 2
Views: 462

[Solved] Graying out a choice in the choice menu?

Is there a way to gray out a menu choice option like the insensitive setting for a button in a screen?