How to hide image file from game directory ?

Palanto

Active Member
Game Developer
Oct 4, 2017
964
1,839
You're welcome. If you want to split them into seperate archive files, just create a new archive with "build.archive("archiveName", "all")" and then add whatever you want to have inside that archive with "build.classify("folderStructureFromBaseFolder/**.fileExtension", "archiveName")

btw. ** stands for all files with a .fileExtension in the folder you specified + all subfolders, so if you just want to include the one in the images directory but NOT in the images/update1/ directory, you'd have to write it with a single * instead of a double ** ;)
This way you could create another archive that holds all /images/update1/ images ;)
 
  • Like
Reactions: anne O'nymous
Aug 20, 2018
18
5
Thank you again for this extra information really useful! I have one more question. How do I make a patch for for incest, for example the characters name instead of "mom" becomes "babysitter" with the new patch, so that patreon can accept it.
Thanks again :)
 
  • Like
Reactions: Palanto