Re: file packer other than lucia's file packer

2020-08-25 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: file packer other than lucia's file packer @11that's not what we're talking about.  I don't have copies of the language on hand, but typically they use the word synchronized.  The idea is "they better not be able to get our sounds out as originals".

Re: file packer other than lucia's file packer

2020-08-25 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: file packer other than lucia's file packer @10, actually, no, it applies to any assets, packed or not. If I send you a program with a packed set of assets, and the license says that you may not distribute the assets, then distributing the packed assets is still classifi

Re: file packer other than lucia's file packer

2020-08-25 Thread AudioGames . net Forum — Developers room : redfox via Audiogames-reflector
Re: file packer other than lucia's file packer And becides, I haven't yet seen a license that puts a hard floor on your encryption of assets. Sure, they say don't redistribute them or whatever, but that falls under an unencrypted pack, just as long as they aren't entire

Re: file packer other than lucia's file packer

2020-08-24 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: file packer other than lucia's file packer Inaudible watermarking will probably get thrown out by most lossy encoders. URL: https://forum.audiogames.net/post/564264/#p564264 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabah

Re: file packer other than lucia's file packer

2020-08-24 Thread AudioGames . net Forum — Developers room : defender via Audiogames-reflector
Re: file packer other than lucia's file packer IMHO you'd be better off hiding hard to detect audio watermarks in your audio files so that you can at least prove it if they get stolen.But unless your actually buying the sounds or doing allot of custom work on them, I just don

Re: file packer other than lucia's file packer

2020-08-24 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: file packer other than lucia's file packer Except that even if you do the cryptography right this is dead in the water for reasons that have been hashed out tons and tons of times on this forum.I've put thought into this because for better or worse a lot of art EULAs demand i

Re: file packer other than lucia's file packer

2020-08-24 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: file packer other than lucia's file packer ok friends i got the point. to pack files i will do like take all the filenames in to one list and all files's contents in to other list. after that, i convert both of them to a list or tuple again.. and finally i will convert the

Re: file packer other than lucia's file packer

2020-08-24 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: file packer other than lucia's file packer @4, it is difficult. If you don't use the cryptography correctly it can nullify the benefit completely. URL: https://forum.audiogames.net/post/564163/#p564163 -- Audiogames-reflector mailing list Audiogames-reflector@

Re: file packer other than lucia's file packer

2020-08-24 Thread AudioGames . net Forum — Developers room : redfox via Audiogames-reflector
Re: file packer other than lucia's file packer There's lot's of crypto librarys for Python, pycrypttotemx, zip, etc. As 2 said, there's not a lot of point in actually incrypting them, but if you need to pack them for legal reasons or just cause it makes you feel better,

Re: file packer other than lucia's file packer

2020-08-24 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: file packer other than lucia's file packer ok. i forgot to say, i wan't it for python any way. and @2 i need a module which incripts the pack. URL: https://forum.audiogames.net/post/564125/#p564125 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-guc

Re: file packer other than lucia's file packer

2020-08-24 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: file packer other than lucia's file packer ok. i forgot to way, i wan't it for python any way. and @2 i need a module which incripts the pack. URL: https://forum.audiogames.net/post/564125/#p564125 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-guc

Re: file packer other than lucia's file packer

2020-08-24 Thread AudioGames . net Forum — Developers room : philip_bennefall via Audiogames-reflector
Re: file packer other than lucia's file packer Personally I use zip for my current project. It's simple but does the job well enough. There's also 7z, but I haven't spent the time to learn the pros and cons of each. There is a zip module in more or less every mainstrea

file packer other than lucia's file packer

2020-08-24 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
file packer other than lucia's file packer hey all, i wan't some file packing modules other than lucia's file packer. because i can't use it on every where, outside of games due to my personal reasons. so, are there any file packers? i don't mind if they are ve