Search found 10 matches

by needchocolatenow
Sat Oct 21, 2017 2:58 am
Forum: Ren'Py Questions and Announcements
Topic: Patch for game help
Replies: 2
Views: 513

Patch for game help

I'm trying to fix typos in dialogue in a game, but I realize that if I recompile what I have and push it, the players will have to play from a whole new file and their saves will be totally wiped. Is there someway for me to patch the game and have players not start from scratch?
by needchocolatenow
Thu Oct 19, 2017 10:29 pm
Forum: Ren'Py Questions and Announcements
Topic: Show Image with Random Choice? [solved]
Replies: 4
Views: 653

Re: Show Image with Random Choice? Help!

Oooh, I see what you mean! Yes, you're correct. I added:

Code: Select all

$ renpy.pause (2.0)
The image appeared!! Thank you so much, this helped a lot!
by needchocolatenow
Thu Oct 19, 2017 10:16 pm
Forum: Ren'Py Questions and Announcements
Topic: Show Image with Random Choice? [solved]
Replies: 4
Views: 653

Re: Show Image with Random Choice? Help!

I tried your code, but no image of the rock appears. :( I just see a blank spot where I expect an image to appear.
by needchocolatenow
Thu Oct 19, 2017 7:43 pm
Forum: Ren'Py Questions and Announcements
Topic: Show Image with Random Choice? [solved]
Replies: 4
Views: 653

Show Image with Random Choice? [solved]

I'm trying to make a rock-paper-scissors mini game and I'm...kind of stuck. I would like to show an image that is associated with the random choice results, but I can't seem to get it to work? (I took out papers and scissors in my code because I wanted to test if I could get the rock picture to show...
by needchocolatenow
Thu Sep 07, 2017 2:11 pm
Forum: Ren'Py Questions and Announcements
Topic: Can't Pickle error upon trying to save [solved]
Replies: 9
Views: 2091

Re: Can't Pickle error upon trying to save

Thank you, Tom! That's what did it. I'll be sure to keep my variables and functions separate from now on.
by needchocolatenow
Thu Sep 07, 2017 1:23 pm
Forum: Ren'Py Questions and Announcements
Topic: Can't Pickle error upon trying to save [solved]
Replies: 9
Views: 2091

Re: Can't Pickle error upon trying to save

This is how I defined it in the script file.

Code: Select all

init python:
    def pickPencil():
        return pickPencil
    def pickNotebook():
        return pickNotebook

label start:
    default pickPencil = False
    default pickNotebook = False
by needchocolatenow
Wed Sep 06, 2017 11:38 pm
Forum: Ren'Py Questions and Announcements
Topic: Can't Pickle error upon trying to save [solved]
Replies: 9
Views: 2091

Re: Can't Pickle error upon trying to save

I'm on a Mac and I should have permissions for saving. I created a new project and saved as you said to try, and the new project saved and loaded correctly.

[edit] Tried the game file I was working on in Windows; I get the error in the first post when I tried to save.
by needchocolatenow
Wed Sep 06, 2017 10:56 pm
Forum: Ren'Py Questions and Announcements
Topic: Can't Pickle error upon trying to save [solved]
Replies: 9
Views: 2091

Re: Can't Pickle error upon trying to save

Yes, I have seen that thread; I haven't imported anything so I'm not sure if my solution would be the same as the OP of that thread. I used define config.use_cpickle = False to get the above tracelog. I tried define config.save_dump = True and I got the following code, which didn't tell me much. May...
by needchocolatenow
Wed Sep 06, 2017 9:34 pm
Forum: Ren'Py Questions and Announcements
Topic: Can't Pickle error upon trying to save [solved]
Replies: 9
Views: 2091

Can't Pickle error upon trying to save [solved]

Hi, I'm fairly new to coding and I've come across something that's been making me scratch my head. I'm not sure how to fix it or what I've done wrong. The game runs fine, but saving brings up this error. Perhaps someone can explain to me what I've done wrong? I'm sorry, but an uncaught exception occ...
by needchocolatenow
Sun Aug 27, 2017 1:15 pm
Forum: Completed Games
Topic: The Way Home [Short][FREE][Mystery][GHOSTS]
Replies: 1
Views: 1315

The Way Home [Short][FREE][Mystery][GHOSTS]

http://i.imgur.com/34GRpa0.png THE WAY HOME AVAILABLE ON ITCH: https://chocomarimo.itch.io/the-way-home Synopsis: One strange evening, our nameless protagonist finds himself on top of a hill–dead– with little to no memories to go off of. All he knows is that his purpose is to go home. Discover why ...