Search found 11 matches

by decocloud
Wed May 01, 2024 9:59 am
Forum: Ren'Py Questions and Announcements
Topic: Trouble Iterating Loop
Replies: 4
Views: 204

Re: Trouble Iterating Loop

AH that would make sense, thanks for the clarification. Back to the drawing board lol
by decocloud
Tue Apr 30, 2024 5:50 pm
Forum: Ren'Py Questions and Announcements
Topic: Trouble Iterating Loop
Replies: 4
Views: 204

Re: Trouble Iterating Loop

Oh good eye! Unfortunately I'm still getting the exact same error. My chief suspicion now is that my code editor is highlighting my injected statement as red so I'm wondering if its something syntax related?

https://imgur.com/lhIuvtN
by decocloud
Tue Apr 30, 2024 5:04 pm
Forum: Ren'Py Questions and Announcements
Topic: Trouble Iterating Loop
Replies: 4
Views: 204

Trouble Iterating Loop

Hey there, I've got this loop for randomly picking out/displaying images in a folder but I can't get it to iterate without coming back with a "expected comma or end of line not found" on the $ i+= 1 https://imgur.com/a/hfg9dm7 My codeblock looks like: image mainmenumv = Movie(play = "...
by decocloud
Mon Apr 29, 2024 9:34 am
Forum: Ren'Py Questions and Announcements
Topic: Can't Save // Attribute Error: 'NoneType object has no attribute 'encode'
Replies: 3
Views: 154

Re: Can't Save // Attribute Error: 'NoneType object has no attribute 'encode'

ACTUALLY i just realized this was changed, I got rid of the whole vbox containing

Code: Select all

$ store.save_name = persistent.name
and reverted to default, saves seem to be working again. Now to figure out how to reapply styling without stupidly breaking a core function.
by decocloud
Mon Apr 29, 2024 9:29 am
Forum: Ren'Py Questions and Announcements
Topic: Can't Save // Attribute Error: 'NoneType object has no attribute 'encode'
Replies: 3
Views: 154

Re: Can't Save // Attribute Error: 'NoneType object has no attribute 'encode'

So seaching all my rpy scripts, save_name only comes up once on the screens script as part of the save/load screen as $ store.save_name = persistent.name I edited stuff around this to make alpha masks + custom buttons but I don't think I edited it directly. Here's the full chunk: screen file_slots(t...
by decocloud
Mon Apr 29, 2024 2:56 am
Forum: Ren'Py Questions and Announcements
Topic: Can't Save // Attribute Error: 'NoneType object has no attribute 'encode'
Replies: 3
Views: 154

Can't Save // Attribute Error: 'NoneType object has no attribute 'encode'

Hey there I am completely beyond stumped with this traceback error I'm getting every time I try to save my game. While running game code: File "renpy/common/00gamemenu.rpy", line 174, in script $ ui.interact() File "renpy/common/00gamemenu.rpy", line 174, in <module> $ ui.interac...
by decocloud
Wed May 31, 2023 5:51 pm
Forum: Works in Progress
Topic: Tri City Monsters [Romance][Occult][Kickstarter]
Replies: 0
Views: 3201

Tri City Monsters [Romance][Occult][Kickstarter]

My vn about humans being turned into demons via desperate Faustian deals is finally at a critical junction as it goes from beta to alpha development and I start working on the full prologue and character routes. iX6hcdgzoB4 I have been prepping for months and i'm so excited to finally launch the TCM...
by decocloud
Fri May 20, 2022 6:38 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Assigning One-off Alternate Color Highligh to Menu Choice
Replies: 2
Views: 312

[Solved] Assigning One-off Alternate Color Highligh to Menu Choice

Hey there, advance apologies as I have zero idea how to code and I'm kinda struggling with this. My game has some situations where after a set amount of time, a menu choice will "change" into an alternate option. I was able to code the countdown and alternate choice myself, as well as carr...
by decocloud
Fri May 13, 2022 7:32 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Sudden Common files error, Play() got unexpected argument 'Dissolve'
Replies: 1
Views: 277

Re: Sudden Common files error, Play() got unexpected argument 'Dissolve'

Solved: I had added a dissolve=True argument to the movie playing in my main menu and I guess it just randomly didn't freak out immediately so I simply kept pushing on with the project.
by decocloud
Fri May 13, 2022 7:22 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Sudden Common files error, Play() got unexpected argument 'Dissolve'
Replies: 1
Views: 277

[SOLVED] Sudden Common files error, Play() got unexpected argument 'Dissolve'

Been fiddling with defining characters + testing for a few hours and I'm suddenly getting this error re: common files. I definitely didn't edit this first hand and after undoing much of what I've been working on, I'm still getting it. Has anyone seen this before? ``` I'm sorry, but an uncaught excep...