Build the game but don't grab .psd files? *solved*
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.
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.
-
SquittenKitten
- Newbie
- Posts: 16
- Joined: Wed Jul 17, 2019 8:51 am
- Contact:
Build the game but don't grab .psd files? *solved*
Hello,
how do I make it so that when I build a game for distribution, it doesn't put in files with a .psd ending?
I'd like to keep .psd files inside of the game folder, but don't want that they get into the final build.
how do I make it so that when I build a game for distribution, it doesn't put in files with a .psd ending?
I'd like to keep .psd files inside of the game folder, but don't want that they get into the final build.
Last edited by SquittenKitten on Sat Jul 20, 2019 3:44 pm, edited 1 time in total.
Re: Build the game but don't grab .psd files?
Why don't you put it in the folder under game?
-
SquittenKitten
- Newbie
- Posts: 16
- Joined: Wed Jul 17, 2019 8:51 am
- Contact:
Re: Build the game but don't grab .psd files?
Find and edit lines in options.rpy
Code: Select all
build.classify('**~', None)
build.classify('**.bak', None)
build.classify('**/.**', None)
build.classify('**/#**', None)
build.classify('**/thumbs.db', None)
build.classify('**.psd', None)
I may be available for hire, check my thread: viewtopic.php?f=66&t=51350
Who is online
Users browsing this forum: Bing [Bot], Google [Bot], minyan