Group: Member
Posts: 25
Type: Artist
RM Skill: Intermediate
I read a couple of places saying the XP encryption was "weak" but I will assume it's enough to deter the average person. But I want to encrypt my audio as well. A google search told me to put the audio inside the data folder and call it via Marshall.load before playing them. What does this mean? How do I do this?
Another google search says to use DREAM . Which is better? Which is easier? Is there something else that's better? How do you guys encrypt your games?
Group: +Gold Member
Posts: 1,199
Type: Scripter
RM Skill: Undisclosed
Marshal.load: Fat, slow, and will make your encrypted rgssad file HUGE. This is done only with scripts, and the audio has to be loaded into memory before it can be played. Usage is rather difficult for the non-scripter. Running a decryptor tool will also decrypt the audio.
DREAM: Same thing basically, BUT DREAM on the other hand uses a third-party encryption. Usage is easier to use for the non-scripter, but if you run a decryptor tool on the game, it will still decrypt everything, and then you can access the script which could be used to then export the audio back into .mp3's
Basically, DREAM is marshal.load but with encryption prior to packing into .rgssad, somewhat more deterrent to the potential resource thief, but if someone really wants to get it, they'll find a way.
__________________________
Got 30 minutes? Then you've enough time to play this awesome game: - potentially promising project page - thanks holder
Group: Member
Posts: 25
Type: Artist
RM Skill: Intermediate
Ok, I'm trying Dream right now and I've having trouble. I set the script to true, copied the 2 files needed in the Data folder and included my file names in the script, but I don't understand WHEN and HOW the music files gets transformed into a .dea file. Right now there are no .dea files and I'm getting a "no such file exists" when trying to run the game.
This post has been edited by sapphireluna: Sep 16 2011, 05:26 PM
You should really try the RMSusano'o encryption system. It's really good, it's fast and with great security (you will be 100% safe from noob stealing thing, only a good hacker would be able to break the encryption)
It also encrypt everything: data, audio and graphics.
Group: Member
Posts: 25
Type: Artist
RM Skill: Intermediate
Thanks for that. I tried it and it encrypted correctly, but I can't play the game. The title screen appears fine, but as soon as I press a button I get this :
I just noticed that some specific sound effects cause this, i don't know WHAT cause this exaclty. I've played a full demo with this encryption and nothing happened. But on another test a single sound effect caused that to me.
Group: Member
Posts: 25
Type: Artist
RM Skill: Intermediate
You're right. Using no SE makes it work. But if I replace the SE with others, it still gives the error. I tried with different file type, but it's the same. It's a bit boring with no SE so I guess I won't be able to use this