Search found 63 matches

by Dollarluigi
Thu Nov 25, 2021 8:06 pm
Forum: Ren'Py Questions and Announcements
Topic: Updating A Steam Release Broke Achievements
Replies: 8
Views: 733

Re: Updating A Steam Release Broke Achievements

Dollarluigi wrote: Wed Nov 24, 2021 5:28 pm Well, I made sure to do that but readers are still having the same problem.
I think the visual novel was thinking they had already earned the achievements. Deleting the game's files seems to get them to work.
by Dollarluigi
Wed Nov 24, 2021 5:28 pm
Forum: Ren'Py Questions and Announcements
Topic: Updating A Steam Release Broke Achievements
Replies: 8
Views: 733

Re: Updating A Steam Release Broke Achievements

Well, I made sure to do that but readers are still having the same problem.
by Dollarluigi
Tue Nov 23, 2021 9:28 pm
Forum: Ren'Py Questions and Announcements
Topic: Updating A Steam Release Broke Achievements
Replies: 8
Views: 733

Re: Updating A Steam Release Broke Achievements

Syrale wrote: Tue Nov 23, 2021 7:31 am Just to make sure, did you check under preferences / actions / install libraries if the Steam library is installed?
I once forgot to reinstall it after updating Ren'Py and had the same issue as you.
That is most likely what happened now that I think about it...
by Dollarluigi
Mon Nov 22, 2021 9:12 pm
Forum: Ren'Py Questions and Announcements
Topic: Updating A Steam Release Broke Achievements
Replies: 8
Views: 733

Re: Updating A Steam Release Broke Achievements

It's really irritating me since I can't figure out what the heck even broke the achievements in the first place.
by Dollarluigi
Mon Nov 22, 2021 9:09 pm
Forum: Ren'Py Questions and Announcements
Topic: Escape Character Messing Up Backlog
Replies: 8
Views: 515

Re: Escape Character Messing Up Backlog

When you modified history screen you have deleted line substitute False from text definition. Part of code displaying dialogue text should look like: text what: substitute False I'm not quite sure I understand what you're getting at. I don't remember deleting anything. Here's what I found in the co...
by Dollarluigi
Sun Nov 21, 2021 8:47 pm
Forum: Ren'Py Questions and Announcements
Topic: Updating A Steam Release Broke Achievements
Replies: 8
Views: 733

Updating A Steam Release Broke Achievements

I put out an update for a visual novel I have up on Steam and some readers are saying they're not earning any of the achievements. When I made the update I made no changes to the achievement code. All I did was lower point values required for each route (since it was a bit too difficult previously),...
by Dollarluigi
Thu Nov 18, 2021 3:13 pm
Forum: Ren'Py Questions and Announcements
Topic: Escape Character Messing Up Backlog
Replies: 8
Views: 515

Re: Escape Character Messing Up Backlog

Okay, I went back and set "REDACTED" as a variable and I set it to "[REDACTED]" and now it's working.

Code: Select all

default REDACTED = "[REDACTED]"
by Dollarluigi
Thu Nov 18, 2021 2:55 pm
Forum: Ren'Py Questions and Announcements
Topic: Escape Character Messing Up Backlog
Replies: 8
Views: 515

Re: Escape Character Messing Up Backlog

What changes did you make to the dialogue box and history screen? Error message is incomplete. We will need whole message. There is a Copy BBCode button for posting it on forums. Also, at this moment Vivian's line is not yet added to history screen. This comes up right after Vivian's line: I'm sorr...
by Dollarluigi
Thu Nov 18, 2021 2:39 pm
Forum: Ren'Py Questions and Announcements
Topic: Escape Character Messing Up Backlog
Replies: 8
Views: 515

Re: Escape Character Messing Up Backlog

scene bg cafeteria with fade stop music fadeout 1.0 play music restaurant h "Vivian, what are you doing?" show censoredplate with dissolve show vivian dirty with dissolve v "Making [[REDACTED]. What's it look like?" h "..." https://i.imgur.com/FF6jOtq.png https://i.img...
by Dollarluigi
Thu Nov 18, 2021 4:13 am
Forum: Ren'Py Questions and Announcements
Topic: Escape Character Messing Up Backlog
Replies: 8
Views: 515

Escape Character Messing Up Backlog

In one of my projects, I wanted to have a brackets show up and was able to pull that off. In game, I have the word "[REDACTED]" show up and this is done by just adding an extra bracket to the beginning: [[REDACTED] The visual novel runs fine, but the backlog ends up having an error message...
by Dollarluigi
Thu Sep 09, 2021 7:18 pm
Forum: Ren'Py Questions and Announcements
Topic: How To Do Steam Achievements With Ren'py?
Replies: 17
Views: 1376

Re: How To Do Steam Achievements With Ren'py?

I've been looking at all kinds of guides, but I find going through all of those folders and having to modify scripts to be too tedious. Every time I try using the Steam SDK, I just get stuck and give up on it. At the same time, I've been trying to figure out how uploading builds directly works and I...
by Dollarluigi
Sat Sep 04, 2021 7:41 pm
Forum: Ren'Py Questions and Announcements
Topic: How To Do Steam Achievements With Ren'py?
Replies: 17
Views: 1376

Re: How To Do Steam Achievements With Ren'py?

So how do I make it so the store page will actually download these files? Because all it's doing now is creating an empty folder.