Page 1 of 1

[solved]build exclusions?

Posted: Mon Apr 20, 2020 7:25 am
by cedes
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

Re: build exclusions?

Posted: Mon Apr 20, 2020 7:43 am
by hell_oh_world
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.

Re: [solved]build exclusions?

Posted: Mon Apr 20, 2020 11:28 am
by cedes
oh nevermind I fixed it, thank you though!