Search found 115 matches

by dragondatingsim
Tue Apr 04, 2017 7:42 am
Forum: Ren'Py Questions and Announcements
Topic: Editra failed to launch (but then launched anyway)A
Replies: 2
Views: 509

Re: Editra failed to launch (but then launched anyway)A

This used to happen all the time on my older PC which was slow to start Editra. I imagine it just displays this message if starting it takes longer than X seconds.
by dragondatingsim
Sun Apr 02, 2017 10:27 am
Forum: Creator Discussion
Topic: Annotated game script for translators?
Replies: 2
Views: 776

Annotated game script for translators?

I'm currently looking into making translations for my game and am interested in supplying a script to translators that includes annotations for references and other things that may be missed by translators. If I add an annotation with # to a character's say statement in the game script, the game's t...
by dragondatingsim
Wed Feb 15, 2017 12:48 am
Forum: We are offering Paid Work
Topic: Programmer wanted.
Replies: 0
Views: 577

Programmer wanted.

We are looking for a programmer with Steam experience who can help us with a particular problem we've been having with Steam achievements: https://lemmasoft.renai.us/forums/viewtopic.php?f=8&t=42309 As multiple people could not find a definitive cause for this, we're looking for someone to a) Lo...
by dragondatingsim
Mon Feb 13, 2017 7:33 am
Forum: Ren'Py Questions and Announcements
Topic: Steam achievements not unlocking?
Replies: 21
Views: 3682

Re: Steam achievements not unlocking?

Well, it seems like other people are still having troubles, as can be seen in the comments here: http://steamcommunity.com/games/angelswithscalywings/announcements/detail/521692157701105070 I'm not sure how that is possible and how it could work for me, but then still not work for others who have be...
by dragondatingsim
Sat Feb 11, 2017 8:25 am
Forum: Ren'Py Questions and Announcements
Topic: Steam achievements not unlocking?
Replies: 21
Views: 3682

Re: Steam achievements not unlocking?

Um... at this point - can you grant them unconditionally? If you can't, then the problem is probably with your steam configuration. If you can, maybe we can work back somehow. (Also, did you clear persistent before trying to grant them? You have to sync them once they've first been granted.) I just...
by dragondatingsim
Thu Feb 09, 2017 9:34 pm
Forum: Ren'Py Questions and Announcements
Topic: Steam achievements not unlocking?
Replies: 21
Views: 3682

Re: Steam achievements not unlocking?

PyTom wrote:Well, Steam did initialize there. Is it going wrong for you?
Yes, I'm not getting the achievements either from when they should sync.
by dragondatingsim
Wed Feb 08, 2017 11:53 pm
Forum: Ren'Py Questions and Announcements
Topic: Steam achievements not unlocking?
Replies: 21
Views: 3682

Re: Steam achievements not unlocking?

This is the log after trying it myself just now: Thu Feb 09 04:47:25 2017 Windows-7-6.1.7601-SP1 Ren'Py 6.99.12.2.2029 Bootstrap to the start of init.init took 0.23s Early init took 0.31s Loader init took 0.81s Loading error handling took 0.17s Loading script took 4.16s Loading persistent took 0.74s...
by dragondatingsim
Tue Feb 07, 2017 9:14 pm
Forum: Ren'Py Questions and Announcements
Topic: Steam achievements not unlocking?
Replies: 21
Views: 3682

Re: Steam achievements not unlocking?

Hm... maybe add print statements before the grants, and run Ren'Py under the console, so you can make sure the grants are even being run. I've tried the first part before. Statements that are inside one of the "if" statements and before or after the grants do get run and work, but the gra...
by dragondatingsim
Mon Feb 06, 2017 8:11 pm
Forum: Ren'Py Questions and Announcements
Topic: Steam achievements not unlocking?
Replies: 21
Views: 3682

Re: Steam achievements not unlocking?

Asked someone else to look at the code in case it's just me doing a stupid error. After removing the "== True" parts from the if lines as suggested, the result is still the same though. So even though there doesn't seem to be anything wrong with the code, it still just doesn't work for som...
by dragondatingsim
Sat Feb 04, 2017 6:06 pm
Forum: Ren'Py Questions and Announcements
Topic: Steam achievements not unlocking?
Replies: 21
Views: 3682

Re: Steam achievements not unlocking?

Update: Put everything into an init block to run when the game starts. Still no luck. It makes no sense, we use the same variables and commands for when activating them during the course of playing the game (it's basically copy pasted), but they just don't activate on Steam for whichever reason.
by dragondatingsim
Fri Feb 03, 2017 2:13 pm
Forum: Ren'Py Questions and Announcements
Topic: Steam achievements not unlocking?
Replies: 21
Views: 3682

Re: Steam achievements not unlocking?

When it's not working, can you have them check log.txt to see if steam is loading properly, or giving an error? The strangest thing is that getting an achievement that hasn't previously unlocked does unlock on Steam as well, so the issue must be only with this section where I'm trying to sync them....
by dragondatingsim
Thu Feb 02, 2017 9:16 pm
Forum: Ren'Py Questions and Announcements
Topic: Steam achievements not unlocking?
Replies: 21
Views: 3682

Re: Steam achievements not unlocking?

Would your players always be starting a new game? Or could the ones having the problem be the ones that just keep loading older games. I told people to start a new playthrough to sync the achievements. The code does get run (I tested it by inserting a text line into one of the if clauses), but for ...
by dragondatingsim
Thu Feb 02, 2017 10:40 am
Forum: Ren'Py Questions and Announcements
Topic: Steam achievements not unlocking?
Replies: 21
Views: 3682

Re: Steam achievements not unlocking?

PyTom wrote:Hm... Well, where is it, then? Since if it's not in an init block, it may never run.
It gets run shortly after starting a new game/playthrough.
by dragondatingsim
Wed Feb 01, 2017 9:10 pm
Forum: Ren'Py Questions and Announcements
Topic: Steam achievements not unlocking?
Replies: 21
Views: 3682

Re: Steam achievements not unlocking?

PyTom wrote:How is this being run? If it's not in an init block, that's your problem right there.
It's not in an init block. Not sure why that would matter, though.