Search found 103 matches

by emz911
Tue Jan 14, 2020 6:09 pm
Forum: Ren'Py Questions and Announcements
Topic: AttributeError: ‘StoreModule’ object has no attribute ‘_history'
Replies: 6
Views: 637

Re: AttributeError: ‘StoreModule’ object has no attribute ‘_history'

Renpy saves are not exactly "freezes": they save "one step back in time", the last content of the rollback cache, and execute from that point onward when you load. One thing that's not saved is the state of variables WHILE interacting with a screen (that's mean in the same "...
by emz911
Tue Jan 14, 2020 3:02 am
Forum: Ren'Py Questions and Announcements
Topic: AttributeError: ‘StoreModule’ object has no attribute ‘_history'
Replies: 6
Views: 637

Re: AttributeError: ‘StoreModule’ object has no attribute ‘_history'

You can retain variables after load... https://www.renpy.org/doc/html/save_load_rollback.html#retaining-data-after-load Hi, I don’t quite understand how this function works... does this work like persistent values where a newly started game saves the value of the last played game? Or does it have t...
by emz911
Mon Jan 13, 2020 8:17 pm
Forum: Ren'Py Questions and Announcements
Topic: AttributeError: ‘StoreModule’ object has no attribute ‘_history'
Replies: 6
Views: 637

Re: AttributeError: ‘StoreModule’ object has no attribute ‘_history”

It's hard to say without the code. First, Check line 2363 of script.rpy (as well as the line above and the line below). Also maybe you have variable with reserved name, for example, "extend"... Line 2365 is a "show screen" statement and 2363 is a "call screen" statemen...
by emz911
Mon Jan 13, 2020 2:36 am
Forum: Ren'Py Questions and Announcements
Topic: AttributeError: ‘StoreModule’ object has no attribute ‘_history'
Replies: 6
Views: 637

AttributeError: ‘StoreModule’ object has no attribute ‘_history'

Hi all, two of my players have encountered this following error when loading (I believe mainly on and after Quick Load, which is activated by pressing the shortcut key “L”): 24B7DE6A-EA91-40F5-8EC1-B05C17037273.jpeg AttributeError: ‘StoreModule’ object has no attribute ‘_history' I traced down to Li...
by emz911
Thu Dec 19, 2019 12:38 am
Forum: Ren'Py Questions and Announcements
Topic: Performance Warning: Update DirectX
Replies: 3
Views: 724

Performance Warning: Update DirectX

Hi, I've recently launched a game on Steam and a lot of people have been playing. 2 players recently got this same warning screen for performance/DirectX on their WIndows at launch of the game: QQ20191218-0.jpg However, one got this message when her DirectX's version was DirectX 12, so I don't belie...
by emz911
Mon Sep 02, 2019 9:55 am
Forum: Ren'Py Questions and Announcements
Topic: Adding a CTC to undefined characters with name (not narrator)
Replies: 1
Views: 465

Adding a CTC to undefined characters with name (not narrator)

Hi, I am giving the Click to Continue animation to all dialogues and characters like this: define narrator = Character(ctc="ctc_blink", ctc_position="nestled") ⬆️This works fine for the narrator and all defined characters, but I can't find out how to give the same CTC to dialogue...
by emz911
Wed Jul 24, 2019 4:50 pm
Forum: Ren'Py Questions and Announcements
Topic: Steam windows .exe missing error?
Replies: 2
Views: 500

Re: Steam windows .exe missing error?

Nevermind I figured it out, thanks. :)
by emz911
Tue Jul 23, 2019 11:55 pm
Forum: Ren'Py Questions and Announcements
Topic: Steam windows .exe missing error?
Replies: 2
Views: 500

Re: Steam windows .exe missing error?

Can anyone with successful Steam windows upload experience talk about their process? :’( Don’t know what I did wrong, why does .app work but not .exe?
by emz911
Tue Jul 23, 2019 8:37 pm
Forum: Ren'Py Questions and Announcements
Topic: Steam windows .exe missing error?
Replies: 2
Views: 500

Steam windows .exe missing error?

The error I am getting when I try to launch the game from Steam on Windows: Could not execute C:\Program Files (x86)\Steam\steamapps\common\xxx\lib\windows-i686\xxx.exe. Is it missing? Notes: - Launch only fails on the Windows system with .exe. I built the Steam game on a Mac and launching the app o...
by emz911
Mon Jul 22, 2019 4:31 pm
Forum: Ren'Py Questions and Announcements
Topic: Anyone with Steam Achievement experience? Please help!
Replies: 1
Views: 468

Re: Anyone with Steam Achievement experience? Please help!

This was a Steam problem, it is now fixed. :)
(P.S. how do I delete a post that nobody replied to? I can't find the delete button anywhere.)
by emz911
Mon Jul 22, 2019 1:34 am
Forum: Ren'Py Questions and Announcements
Topic: Anyone with Steam Achievement experience? Please help!
Replies: 1
Views: 468

Anyone with Steam Achievement experience? Please help!

Hi all, this is my first time building a Renpy game on Steam and I'm failing miserably. Yesterday I succeeded in making the first game build run, but today I tried updating it and I failed. Whenever I press the Really Publish button on Steamworks, I get the error: " Image CDN upload failed: cou...
by emz911
Fri Jun 23, 2017 2:46 pm
Forum: Ren'Py Questions and Announcements
Topic: Help! How do you completely redo the game menu?
Replies: 0
Views: 389

Help! How do you completely redo the game menu?

Hi there, I'm making my first Renpy game and am kind of stuck... Here's the problem: I wanted to absolutely redo the in-game menu. When you press the Menu button, you get Pic #1 (below as a reference). p1.PNG Then when you hit each button, you get a different screen (Pic #2 as Save/Load screen), whe...