Search found 18 matches

by skybeargames
Sun Nov 14, 2021 2:16 pm
Forum: Ren'Py Questions and Announcements
Topic: How could Achievements be wiped but not the Gallery?
Replies: 15
Views: 2666

Re: [Solved] Re: How could Achievements be wiped but not the Gallery?

You mean, somewhere in the script of the game I should paste define config.steam_appid = 1630630 ? Also, if I put .txt file also, it still will work on Mac? Yes to the first part. I put it in my options.rpy personally. I can't vouch for the last part sorry as I don't have a Mac to test on, but I di...
by skybeargames
Tue Aug 31, 2021 4:58 pm
Forum: General Discussion
Topic: What are some things you hate about romantic Visual Novels??
Replies: 21
Views: 8584

Re: What are some things you hate about romantic Visual Novels??

felix wrote: Tue Aug 31, 2021 1:36 am The resident jerk being a viable romantic option to pursue. That perpetuates a harmful stereotype.
Ugh, yes, I hate that. There's a fine line between someone being aloof, cool, detached, and just straight up being rude, and I feel like it's really hard to get right.
by skybeargames
Tue Aug 31, 2021 1:27 am
Forum: General Discussion
Topic: What are some things you hate about romantic Visual Novels??
Replies: 21
Views: 8584

Re: What are some things you hate about romantic Visual Novels??

Wow Mutive, I just went over your list a couple of times against examples and it fits so many other media too :D like YA and romance in general

(furtively takes notes for her own game)
by skybeargames
Tue Aug 31, 2021 1:20 am
Forum: Creator Discussion
Topic: Alone Ending and Heart Systems
Replies: 7
Views: 4040

Re: Alone Ending and Heart Systems

I agree, big thumbs up on alone endings as being a positive way to end a story. Personally, when I write romances into my games, I actually like to have consent from my players. I can definitely see how it might be artificial, but I would far rather have the player enter the character into the relat...
by skybeargames
Thu Aug 19, 2021 3:49 am
Forum: Works in Progress
Topic: Her Jentle Hi-ness [Life-Simulation] [Medieval Fantasy] [Comedy] [DEMO] [KickStarter]
Replies: 2
Views: 2869

Re: Her Jentle Hi-ness [Life-Simulation] [Medieval Fantasy] [Comedy] [DEMO] [KickStarter]

https://preview.redd.it/tzoy1ms5q9i71.png?width=800&format=png&auto=webp&s=8e00a9a4a6f01a24e1cbc28ec2bda89371e1ae98 Big thanks to the backers! Her Jentle Hi-ness has gone over its goal on KickStarter with one week left! While the top luxury tier of a custom character + storyline + Steam...
by skybeargames
Tue Aug 10, 2021 5:10 pm
Forum: Works in Progress
Topic: Her Jentle Hi-ness [Life-Simulation] [Medieval Fantasy] [Comedy] [DEMO] [KickStarter]
Replies: 2
Views: 2869

Re: Her Jentle Hi-ness [Life-Simulation] [Medieval Fantasy] [Comedy] [DEMO] [KickStarter]

Time for an update! There are only two more weeks left to join the Her Jentle Hi-ness Kickstarter campaign! Pledge now to receive the dark comedy game earlier and cheaper than the rest of the world, with add-ons including physical merch, and even the opportunity to have your face and original charac...
by skybeargames
Mon Jul 19, 2021 9:36 pm
Forum: Works in Progress
Topic: Her Jentle Hi-ness [Life-Simulation] [Medieval Fantasy] [Comedy] [DEMO] [KickStarter]
Replies: 2
Views: 2869

Her Jentle Hi-ness [Life-Simulation] [Medieval Fantasy] [Comedy] [DEMO] [KickStarter]

https://static.wixstatic.com/media/bfb3b2_077b0dc2558a49ed92c205229fc96a3a~mv2.png/v1/fill/w_600,h_336,al_c,q_85,usm_0.66_1.00_0.01/small%20promo%20image.webp Playable demo here!: https://skybeargames.itch.io/her-jentle-hi-ness In Her Jentle Hi-ness, you have to serve a jealous queen who has banned...
by skybeargames
Mon Jun 28, 2021 5:59 pm
Forum: Ren'Py Questions and Announcements
Topic: How could Achievements be wiped but not the Gallery?
Replies: 15
Views: 2666

[Solved] Re: How could Achievements be wiped but not the Gallery?

Heya I just wanted to update you guys who were helping me. I got another bug report from a different user, this time someone who was a brand-new user who wasn't getting the achievements to unlock on Steam. So I knew it had to be something with the connection to Steam itself that was messed up. Did s...
by skybeargames
Fri Jun 11, 2021 10:47 pm
Forum: Ren'Py Questions and Announcements
Topic: How could Achievements be wiped but not the Gallery?
Replies: 15
Views: 2666

Re: How could Achievements be wiped but not the Gallery?

Thanks emz911, I'll give it a go when I get a chance and post up here how it goes. I'm not sure it will happen for me because it was just that one user experiencing it. But QA life continues :D
by skybeargames
Wed Jun 09, 2021 11:07 pm
Forum: Ren'Py Questions and Announcements
Topic: How could Achievements be wiped but not the Gallery?
Replies: 15
Views: 2666

Re: How could Achievements be wiped but not the Gallery?

Yep, my achievements do unlock as expected if I clear persistence and re-unlock them. Good idea, here is what I have in options.rpy: The original release: define config.name = _("Prince of Cats") define build.name = "PrinceOfCats" The latest release: define config.name = _("...
by skybeargames
Wed Jun 09, 2021 6:03 pm
Forum: Ren'Py Questions and Announcements
Topic: How could Achievements be wiped but not the Gallery?
Replies: 15
Views: 2666

Re: How could Achievements be wiped but not the Gallery?

No problem, here we go: Here is how I grant achievements: $ achievement.grant("My spirits, as in a dream") $ achievement.register("My spirits, as in a dream") $ achievement.sync() Here is how I have coded my achievements screen: if achievement.has("Fortune's Cat"): text...
by skybeargames
Tue Jun 08, 2021 11:19 pm
Forum: Ren'Py Questions and Announcements
Topic: How could Achievements be wiped but not the Gallery?
Replies: 15
Views: 2666

Re: How could Achievements be wiped but not the Gallery?

Nope, no clear_all, but that's a fair call :lol: That is interesting to hear that it's not connecting properly with just achievement.has on the achievements screen. And also, achievement.has is how I grant certain new game plus features. So... the problem is with achievement.has? Do you think? Is th...
by skybeargames
Tue Jun 08, 2021 3:30 am
Forum: Ren'Py Questions and Announcements
Topic: How could Achievements be wiped but not the Gallery?
Replies: 15
Views: 2666

Re: How could Achievements be wiped but not the Gallery?

Hey, I appreciate the difficulty with not showing my code, I'll do so if I can think of where it's going to be important because it's a lot of code we're talking about here. But I'll show relevant samples below, thanks. So I don't have any Achievement persistent values. I was relying solely on the A...
by skybeargames
Mon Jun 07, 2021 7:35 pm
Forum: Ren'Py Questions and Announcements
Topic: How could Achievements be wiped but not the Gallery?
Replies: 15
Views: 2666

How could Achievements be wiped but not the Gallery?

Hi all, first time question poster, long time lurker. I've got a friend I've made on Twitter who has an unusual conundrum with one of my games, and I just cannot figure out what is up with her problem. The game is The Nine Lives of Nim: Fortune's Fool. This person has played it, unlocked all the ach...
by skybeargames
Tue May 25, 2021 6:28 pm
Forum: Completed Games
Topic: Re-release of The Nine Lives of Nim: Fortune's Fool with fully voiced dialogue
Replies: 0
Views: 2145

Re-release of The Nine Lives of Nim: Fortune's Fool with fully voiced dialogue

Announced here almost two years ago for its initial release, The Nine Lives of Nim: Fortune's Fool (formerly Prince of Cats ) is back with another announcement... The Nine Lives of Nim: Fortune's Fool has now reached further heights with the addition of fully-voiced dialogue. Enjoy the voice acting ...