Search found 115 matches

by dragondatingsim
Wed Feb 01, 2017 7:23 pm
Forum: Ren'Py Questions and Announcements
Topic: Steam achievements not unlocking?
Replies: 21
Views: 3767

Steam achievements not unlocking?

We recently added Steam achievements to our game, and they seem to work fine when they're unlocked during the course of playing the game. However, for players who migrate from the DRM-free version (or unlocked in-game achievements before we added them on Steam), we also wanted to have a way to unloc...
by dragondatingsim
Tue Jan 31, 2017 4:06 pm
Forum: Ren'Py Questions and Announcements
Topic: 'ascii' codec can't decode byte 0xe9 in position 12: ordinal
Replies: 4
Views: 1072

Re: 'ascii' codec can't decode byte 0xe9 in position 12: ord

These are lines 390 and 391 in the script:

Code: Select all

init python:
    mp = MultiPersistent("awsw")
by dragondatingsim
Tue Jan 31, 2017 3:59 pm
Forum: Completed Games
Topic: Angels with Scaly Wings [Sci-fi/Dragons][Commercial]
Replies: 1
Views: 2057

Angels with Scaly Wings [Sci-fi/Dragons][Commercial]

Angels with Scaly Wings is a unique sci-fi visual novel with slice of life and dating sim elements for Windows, Mac OS and Linux set in a world populated by dragons. FwCG3lqcb7o Steam link: http://store.steampowered.com/app/571880/ http://fs5.directupload.net/images/151025/2vezvqbm.png After the dis...
by dragondatingsim
Tue Jan 31, 2017 3:54 pm
Forum: Ren'Py Questions and Announcements
Topic: 'ascii' codec can't decode byte 0xe9 in position 12: ordinal
Replies: 4
Views: 1072

'ascii' codec can't decode byte 0xe9 in position 12: ordinal

A player has reported this strange error: Error message: I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 390, in script File "game/script.rpy", line 391, in <module> UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 in p...
by dragondatingsim
Wed Jan 25, 2017 9:21 am
Forum: Ren'Py Questions and Announcements
Topic: Steam achievements bug
Replies: 7
Views: 1091

Re: Steam achievements bug

Also, you're not allowed to put code with side-effects - like granting an achievement - in a screen. Code in a screen may be run multiple times during image prediction, even if it's in something like an if statement. So that could be what's causing the spurious activations. That would explain it. W...
by dragondatingsim
Mon Jan 23, 2017 7:05 pm
Forum: Ren'Py Questions and Announcements
Topic: Steam achievements bug
Replies: 7
Views: 1091

Re: Steam achievements bug

The problem, as I see it, is that your persistent has no default. It is neither true, nor false. Upon it being made false, you make it true. Why? I assume you are checking the achievement has not already been earned? I suggest changing that so the order is reversed. Define a default state for achie...
by dragondatingsim
Mon Jan 23, 2017 6:47 pm
Forum: Ren'Py Questions and Announcements
Topic: Steam achievements bug
Replies: 7
Views: 1091

Re: Steam achievements bug

Here is an example for granting an achievement: if persistent.c1blood == False: $ persistent.c1blood = True $ achievement.grant("Blood Donation") $ persistent.achievements += 1 play sound "fx/system.wav" I think the most likely culprit is our in-game achievements screen. It's sup...
by dragondatingsim
Mon Jan 23, 2017 4:49 pm
Forum: Ren'Py Questions and Announcements
Topic: Steam achievements bug
Replies: 7
Views: 1091

Steam achievements bug

Apparently, there is a bug in our game that triggers a ton of steam achievements to be unlocked when someone quits the game from the menu. However, there is nothing in the code that suggests how/why this would happen. We use our own in-game achievement system that works properly. It's just that Stea...
by dragondatingsim
Mon Dec 12, 2016 2:17 pm
Forum: Ren'Py Questions and Announcements
Topic: Initialize save data with an in-game button.
Replies: 1
Views: 383

Initialize save data with an in-game button.

I'm currently looking for a way to initialize save data with an in-game button - an action that would be equivalent to deleting the folder that contains all save files and persistent data. I've messed around a bit with some commands like persistent._clear(progress=True) (and without the progress=Tru...
by dragondatingsim
Tue Dec 06, 2016 7:53 am
Forum: Creator Discussion
Topic: What tool to use for fulfillment/sending review copies?
Replies: 2
Views: 519

Re: What tool to use for fulfillment/sending review copies?

Thank you! I think that's exactly what I was looking for. I even found humble's page for Kickstarter fulfillment when looking around for this, but that made it sound as that was the only thing they could do.
by dragondatingsim
Sun Dec 04, 2016 9:47 am
Forum: Creator Discussion
Topic: What tool to use for fulfillment/sending review copies?
Replies: 2
Views: 519

What tool to use for fulfillment/sending review copies?

As we're preparing for launch, I'm starting to think about fulfillment and sending out review copies. We ran a crowdfunding campaign and that means sending out game keys to all our backers. I'm sure there must be a tool that makes things easier than having to paste a steam key individually into an e...
by dragondatingsim
Sun Dec 04, 2016 4:25 am
Forum: We are offering Paid Work
Topic: Angels with Scaly Wings is looking for a graphic designer.
Replies: 1
Views: 684

Angels with Scaly Wings is looking for a graphic designer.

http://66.media.tumblr.com/7f71828a901b7e61f4aa1e4c3fb9c6af/tumblr_inline_nvkjttbEvL1t5q3tc_500.jpg About our project Setting: A mysterious portal is discovered and you, the player, are selected as one of the few humans to travel to the world of dragons. While you serve as an ambassador, you learn ...
by dragondatingsim
Mon Nov 21, 2016 5:35 pm
Forum: We are offering Paid Work
Topic: [CLOSED]Angels with Scaly Wings is looking for editors.
Replies: 3
Views: 930

[CLOSED]Angels with Scaly Wings is looking for editors.

http://66.media.tumblr.com/7f71828a901b7e61f4aa1e4c3fb9c6af/tumblr_inline_nvkjttbEvL1t5q3tc_500.jpg About our project Setting: A mysterious portal is discovered and you, the player, are selected as one of the few humans to travel to the world of dragons. While you serve as an ambassador, you learn ...