It's really easy with
Code: Select all
Add3DArchive("Data/Packs/Desert.zip", #PB_3DArchive_Zip)
Add3DArchive("Data/BIN", #PB_3DArchive_FileSystem)
But how to restrict the access to the costumers who use the distributed software to access to the raw model data?
It's quite easy to open a zip-file and if you buy models e.g. at turbosquid you are not allowed to redistribute the 3D-files as data...
Is there a possibility to use a password for the PB_3DArchive_Zip?
Or can somebody post me a workaround?
Cheers