Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
-
cedes
- Regular
- Posts: 42
- Joined: Fri Aug 04, 2017 3:33 pm
- itch: cedes
-
Contact:
#1
Post
by cedes » Mon Apr 20, 2020 7:25 am
So i just made a build of a demo, but it still has all the files that I don't what out. I was looking up on the doc and I found here:
https://www.renpy.org/doc/html/build.ht ... ring-files
I was trying in the options.rpy
build.classify("**.png", None)
along with some other files but I keep getting
Code: Select all
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.
File "game/options.rpy", line 7: expected statement.
build.classify("**.png", None)
^
Ren'Py Version: Ren'Py 7.3.5.606
Mon Apr 20 04:24:17 2020
Last edited by
cedes on Mon Apr 20, 2020 11:28 am, edited 1 time in total.
-
hell_oh_world
- Miko-Class Veteran
- Posts: 777
- Joined: Fri Jul 12, 2019 5:21 am
- Projects: The Button Man
- Organization: NILA
- Github: hell-oh-world
- Location: Philippines
-
Contact:
#2
Post
by hell_oh_world » Mon Apr 20, 2020 7:43 am
cedes wrote: ↑Mon Apr 20, 2020 7:25 am
So i just made a build of a demo, but it still has all the files that I don't what out. I was looking up on the doc and I found here:
https://www.renpy.org/doc/html/build.ht ... ring-files
I was trying in the options.rpy
build.classify("**.png", None)
along with some other files but I keep getting
Code: Select all
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.
File "game/options.rpy", line 7: expected statement.
build.classify("**.png", None)
^
Ren'Py Version: Ren'Py 7.3.5.606
Mon Apr 20 04:24:17 2020
can you show your build configurations in options.rpy instead? the error's kinda vague, it may have come from the other parts of it.
-
cedes
- Regular
- Posts: 42
- Joined: Fri Aug 04, 2017 3:33 pm
- itch: cedes
-
Contact:
#3
Post
by cedes » Mon Apr 20, 2020 11:28 am
oh nevermind I fixed it, thank you though!