Search found 16 matches
- Sat Jun 02, 2018 5:47 am
- Forum: Ren'Py Questions and Announcements
- Topic: Object of type 'NoneType' has no len()
- Replies: 3
- Views: 796
Re: Object of type 'NoneType' has no len()
Yeah that work ! Thank tou so much Alex !
- Fri Jun 01, 2018 6:10 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Object of type 'NoneType' has no len()
- Replies: 3
- Views: 796
Object of type 'NoneType' has no len()
Hi ! I recently got this error when i delete my persistent and now when i click to the start button i got this error message: I'm sorry, but an uncaught exception occurred. While running game code: TypeError: object of type 'NoneType' has no len() -- Full Traceback ----------------------------------...
- Tue May 08, 2018 5:29 am
- Forum: Ren'Py Questions and Announcements
- Topic: No image tag associated to the speaking character
- Replies: 4
- Views: 558
Re: No image tag associated to the speaking character
Ok I found the answer ! I accidentaly define the character twice in the script and the second time I don't add the image='Sabrina'
- Tue May 08, 2018 5:23 am
- Forum: Ren'Py Questions and Announcements
- Topic: No image tag associated to the speaking character
- Replies: 4
- Views: 558
Re: No image tag associated to the speaking character
No that's don't work... The problem persist
- Tue May 08, 2018 4:56 am
- Forum: Ren'Py Questions and Announcements
- Topic: No image tag associated to the speaking character
- Replies: 4
- Views: 558
Re: No image tag associated to the speaking character
Ok but... That work with the others characters... I'm gonna try exchange the numbers and the letters and I give you the result.
- Mon May 07, 2018 5:16 pm
- Forum: Ren'Py Questions and Announcements
- Topic: No image tag associated to the speaking character
- Replies: 4
- Views: 558
No image tag associated to the speaking character
Hey! Sometimes in my games renpy will tell me that: I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 77, in script call call ch0_main File "game/chpt-0.rpy", line 234, in script s 2b"I had no idea you were so good at baking, Character without name ...
- Fri Apr 20, 2018 3:42 pm
- Forum: Ren'Py Questions and Announcements
- Topic: My Splashscreen does not appear
- Replies: 12
- Views: 640
Re: My Splashscreen does not appear
Is there a command to make the splash screen appear once?
- Fri Apr 20, 2018 12:12 pm
- Forum: Ren'Py Questions and Announcements
- Topic: My Splashscreen does not appear
- Replies: 12
- Views: 640
Re: My Splashscreen does not appear
ok i finnaly found a solution: scene white with Pause(1) show logo_hell with fade $ renpy.pause(1.5, hard='True') hide logo_hell with dissolve show splash with dissolve $ renpy.pause (1.5, hard='True') hide splash with fade show text "Ce jeux convient aux enfants et aux personnes sensibles" with dis...
- Fri Apr 20, 2018 12:06 pm
- Forum: Ren'Py Questions and Announcements
- Topic: My Splashscreen does not appear
- Replies: 12
- Views: 640
Re: My Splashscreen does not appear
Okay ! I think I can correct it.
I tried to delete all the backups, the common files, create another project and add a splashscreen (but it did not work either)!
But if I add a splashscreen in my before_main_menu label, it starts! (but it starts in a loop ...)
Can I start it only one time?
I tried to delete all the backups, the common files, create another project and add a splashscreen (but it did not work either)!
But if I add a splashscreen in my before_main_menu label, it starts! (but it starts in a loop ...)
Can I start it only one time?
- Wed Apr 18, 2018 2:49 pm
- Forum: Ren'Py Questions and Announcements
- Topic: My Splashscreen does not appear
- Replies: 12
- Views: 640
Re: My Splashscreen does not appear
I don't delete the splashscreen label, I delete the splash.rpy file. The splashscreen label is actually in the script file
- Wed Apr 18, 2018 12:56 pm
- Forum: Ren'Py Questions and Announcements
- Topic: My Splashscreen does not appear
- Replies: 12
- Views: 640
Re: My Splashscreen does not appear
I tried to make a mod of DDLC so I add this files in my game
- Wed Apr 18, 2018 11:37 am
- Forum: Ren'Py Questions and Announcements
- Topic: My Splashscreen does not appear
- Replies: 12
- Views: 640
Re: My Splashscreen does not appear
Yes, I deleted the game files of the other game but nothing changed.
I corrected the indentations fault but nothing changed
I corrected the indentations fault but nothing changed
- Wed Apr 18, 2018 11:19 am
- Forum: Ren'Py Questions and Announcements
- Topic: My Splashscreen does not appear
- Replies: 12
- Views: 640
Re: My Splashscreen does not appear
label splashscreen: scene warning with fade "Ce jeu convient aux enfants et aux personnes sensibles." "Les personnes souffrant d'angoisse ou de dépression se sentiront plus en sécurité devant ce jeu que l'original" "Cepandant il est conseillé d'y avoir avant de jouer a celui-ci" menu: "Je le reconn...
- Wed Apr 18, 2018 11:13 am
- Forum: Ren'Py Questions and Announcements
- Topic: My Splashscreen does not appear
- Replies: 12
- Views: 640
My Splashscreen does not appear
Hello ! I have a problem with my splashscreen label, it does not start when I start the project ... No error message, nothing, it just goes to the main menu I recently added other game files in my current game file (with another splashscreen label, which created conflict) but I deleted them and from...
- Wed Apr 11, 2018 3:20 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Error dissolve is not callable
- Replies: 4
- Views: 395
Re: Error dissolve is not callable
I found the problem.
I don't now why but the dissolve doesn't work with config.intra_transition. Well i just change the dissolve on None and that work.
I don't now why but the dissolve doesn't work with config.intra_transition. Well i just change the dissolve on None and that work.