Search found 35 matches

by willanik
Thu Jan 25, 2024 8:57 pm
Forum: Ren'Py Questions and Announcements
Topic: Moving Ren’Py game saves between computers
Replies: 2
Views: 579

Re: Moving Ren’Py game saves between computers

Thanks for replying. I looked more closely at what I'd done to try and respond to your suggestions, and found that the file I moved had not merged with the new file. I have merged them and the problem is fixed! Glad you got me to check it again.
by willanik
Wed Jan 24, 2024 10:46 pm
Forum: Ren'Py Questions and Announcements
Topic: Moving Ren’Py game saves between computers
Replies: 2
Views: 579

Moving Ren’Py game saves between computers

After several years I’ve changed the computer I use for playing Ren’Py games. But now, when I go to play any game on my new computer it has none of the game saves that are on my old computer. I read that saves are kept in the “User name”\AppData\Roaming\RenPy file, so I found this file on the old co...
by willanik
Sun Jul 02, 2023 9:55 pm
Forum: Ren'Py Questions and Announcements
Topic: Script.rpy file going “dead” after new material added
Replies: 5
Views: 293

Re: Script.rpy file going “dead” after new material added

A belated update to this matter. I ended up downloading another editing software package – MS Visual Studio Code. Unlike Atom, it accepts my new work and does not crash the script.rpy file. I can still do my drafts in Word (which are perfectly fine) then drop it into VSC and do the final formatting....
by willanik
Wed Jun 07, 2023 11:48 pm
Forum: Ren'Py Questions and Announcements
Topic: Script.rpy file going “dead” after new material added
Replies: 5
Views: 293

Re: Script.rpy file going “dead” after new material added

Many thanks for the ideas. Unfortunately it is not a case of the script going bad from the point where the new text starts. The entire script.rpy file is going dead, from line 1. I have used this approach successfully in the past: work in Word, paste into script.rpy, then add all the “ “, indents et...
by willanik
Tue Jun 06, 2023 9:16 pm
Forum: Ren'Py Questions and Announcements
Topic: Script.rpy file going “dead” after new material added
Replies: 5
Views: 293

Script.rpy file going “dead” after new material added

Hi everyone, I hope you can help me solve a problem with my script.rpy file. I have a project I am working on in Ren’py (version 7.4.11.2266). It has worked fine up until today. But today I hit a problem when I added new material to the script.rpy file. I wrote the new material in MS Word (my normal...
by willanik
Fri Aug 26, 2022 11:25 pm
Forum: Ren'Py Questions and Announcements
Topic: Old saves not transferring when I do a build on a new version of my game
Replies: 2
Views: 388

Old saves not transferring when I do a build on a new version of my game

Hi Ren’Py folk, I just made some very minor changes to a Ren’Py game I’m working on. First I copied my game file and renamed it to become the new version. When I open the new version with “Launch Project” from the Ren’Py launcher I can see all my old saves that copied over, plus the new saves that I...
by willanik
Mon Mar 21, 2022 6:05 pm
Forum: Ren'Py Questions and Announcements
Topic: Help wanted to get latest version of Ren’Py to open old .rpy files
Replies: 3
Views: 316

Re: Help wanted to get latest version of Ren’Py to open old .rpy files

Many thanks for the replies. With my paranoia for software updates, I kept a separate copy (external hard drive) of the old version of Ren’Py “just in case”. I can reload it if I need to. I was using Editra as the text editor, and didn’t realise I had a choice of editors. I find that I cannot update...
by willanik
Mon Mar 21, 2022 1:52 am
Forum: Ren'Py Questions and Announcements
Topic: Help wanted to get latest version of Ren’Py to open old .rpy files
Replies: 3
Views: 316

Help wanted to get latest version of Ren’Py to open old .rpy files

Hi Ren’Py folk, I’ve been developing a game, using an older version of Ren’Py (6.99.12.3). It worked perfectly well until recently. Now, when I add new variables, the game refuses to recognise them, even though I am adding them the same way that has worked in the past. I read that updating to the la...
by willanik
Thu Feb 13, 2020 7:47 pm
Forum: Ren'Py Questions and Announcements
Topic: Making a pop-up screen to show statistics
Replies: 5
Views: 717

Re: Making a pop-up screen to show statistics

quote="Per K Grok" post_id=524796 time=1581529460 user_id=43342] It is always good to use the quote function to make the other person get a message. Otherwise your message might go unnoticed by the intended receiver. Since I passed by and happened to have a piece of code I made for another...
by willanik
Mon Feb 10, 2020 9:04 pm
Forum: Ren'Py Questions and Announcements
Topic: Making a pop-up screen to show statistics
Replies: 5
Views: 717

Re: Making a pop-up screen to show statistics

Thanks for replying gas. Unfortunately I have never used quick menu and I don't know where to start. I thought I could copy from a thread like this - https://lemmasoft.renai.us/forums/viewtopic.php?t=40657 but it all looks strange to me and I think I will just get myself into trouble :( I appreciate...
by willanik
Sun Feb 09, 2020 8:14 pm
Forum: Ren'Py Questions and Announcements
Topic: Making a pop-up screen to show statistics
Replies: 5
Views: 717

Making a pop-up screen to show statistics

Hi, I want to add a pop up screen to my game to show game statistics. Ideally with a button on the main game screen that, when pressed, opens a screen where I can list the player’s variables and show the current value for each variable. Unfortunately I don’t know what to do! I have looked at a few o...
by willanik
Mon Dec 02, 2019 7:35 pm
Forum: Ren'Py Questions and Announcements
Topic: Try to load game but get "uncaught exception"
Replies: 7
Views: 899

Re: [SOLVED] Try to load game but get "uncaught exception"

Thanks for all the good ideas. I reloaded my backup (aren’t they great when you need them!) and then progressively fed in the new lines. That way I found the problem, in some lines I had copied from an earlier part of the game. In the earlier part when I wrote: call mysteryscene the implementation o...
by willanik
Thu Nov 28, 2019 7:30 pm
Forum: Ren'Py Questions and Announcements
Topic: Try to load game but get "uncaught exception"
Replies: 7
Views: 899

Re: Try to load game but get "uncaught exception"

Thanks very much for the suggestions: • I have worked through my text for misplaced indents and label duplications and have not found any yet (although I did find a couple of other errors that I’d previously missed!) • I looked for _menu, but I cannot find it and it is not something I use. • Good id...
by willanik
Tue Nov 26, 2019 8:03 pm
Forum: Ren'Py Questions and Announcements
Topic: Try to load game but get "uncaught exception"
Replies: 7
Views: 899

Try to load game but get "uncaught exception"

Hi people, I have just added content to a game I am working on. The game has behaved well until today when I hit load. Rather than it starting the game, I got the following message: I'm sorry, but an uncaught exception occurred. After initialization, but before game start. File "renpy/common/0...