Re: Sound decryption in load_from_memory function does not work in bgt

2016-10-12 Thread AudioGames . net Forum — Developers room : Omar Alvarado via Audiogames-reflector
Re: Sound decryption in load_from_memory function does not work in bgt hi,I also just tried this just now after looking this over some more and came to the same conclusion.I dunno, maybe it's some kind of safety feature? Or maybe, it is indeed broken.I would post my code but every time I

Re: Sound decryption in load_from_memory function does not work in bgt

2016-10-12 Thread AudioGames . net Forum — Developers room : lukas via Audiogames-reflector
Re: Sound decryption in load_from_memory function does not work in bgt Yeah, this definitely looks like load_from_memory completely ignores the decryption key set with set_sound_decryption_key, you're right.I'd be curious to know the differences between string and file encryption in BGT

Re: Sound decryption in load_from_memory function does not work in bgt

2016-10-12 Thread AudioGames . net Forum — Developers room : Rastislav Kiss via Audiogames-reflector
Re: Sound decryption in load_from_memory function does not work in bgt hello,so, I tryed both and found this results:If is file encrypted by function string_encrypt, function load_from_memory can not load it. If I used string_decrypt function, all was gód and sound is played, but if I used

Re: Sound decryption in load_from_memory function does not work in bgt

2016-10-10 Thread AudioGames . net Forum — Developers room : lukas via Audiogames-reflector
Re: Sound decryption in load_from_memory function does not work in bgt Yeah, try both and let us know the results. It would certainly be useful to have this tested thoroughly. If none work, or if it only works by manually reading the file and decrypting the data as a string first, then

Re: Sound decryption in load_from_memory function does not work in bgt

2016-10-10 Thread AudioGames . net Forum — Developers room : Rastislav Kiss via Audiogames-reflector
Re: Sound decryption in load_from_memory function does not work in bgt Hello,hmm, important, the sound that I am trying to load is in ogg format, encrypted by file_encrypt function. I thougth, that only difference between file_encrypt and string_encrypt functions is, that file_encrypt

Re: Sound decryption in load_from_memory function does not work in bgt

2016-10-06 Thread AudioGames . net Forum — Developers room : lukas via Audiogames-reflector
Re: Sound decryption in load_from_memory function does not work in bgt [[wow]], Omar, hope you're all right. It takes quite a gut to respond to a post on a forum before leaving the site of a coming huricane. )Basically, you are right but what Rastislav is asking about is how the

Re: Sound decryption in load_from_memory function does not work in bgt

2016-10-06 Thread AudioGames . net Forum — Developers room : Omar Alvarado via Audiogames-reflector
Re: Sound decryption in load_from_memory function does not work in bgt Hello,I don’t know if you can load a sound from a file object, the only reason you would want to do that is to grab it from a pack for something, but not even then do I usually do something like that.What you do is

Re: Sound decryption in load_from_memory function does not work in bgt

2016-10-05 Thread AudioGames . net Forum — Developers room : lukas via Audiogames-reflector
Re: Sound decryption in load_from_memory function does not work in bgt Hey Rasťa! :-)I think the important difference here is that the string and file encryption/decryption functions treat the file differently.In which format do you have the actual sound file saved? Was it encrypted using

Re: Sound decryption in load_from_memory function does not work in bgt

2016-10-05 Thread AudioGames . net Forum — Developers room : Rastislav Kiss via Audiogames-reflector
Re: Sound decryption in load_from_memory function does not work in bgt Hello,citation from bgt's manual, concrete from part about function load_from_memory of object sound:"Remarks:The data must be a valid Ogg Vorbis or Wave stream, with or without encryption. If the data is encrypted, the

Sound decryption in load_from_memory function does not work in bgt

2016-10-04 Thread AudioGames . net Forum — Developers room : Rastislav Kiss via Audiogames-reflector
Sound decryption in load_from_memory function does not work in bgt Hello,I think that this is a mistake in the engine, but writing here because I can possibly do some wrong or if not then autor of engine can repair this mistake.I have the following code:sound zvuk;file reader;string