thefool wrote:Go search?
I already did but I'm confused with the mass of information. I mean I searched Wikipedia and got the link to the AES homepage but it's completely outdated. I searched with Google but only found sourcecode and dll's wich were badly documented. Then I searched the forum but there too many posts to veryify them all and the userlibs I found are either incomplete or I just don't feel save about the fact that the lib is done by some unknown PB user.
Well, I try to examine my last findings later on.
thefool wrote:Well there are only one person that can answer on that. YOU.
But I'm just a clueless n00b that depends on your incredible awesomeness! :roll:
I maybe got a concept though...
What if I put commands in the script/project (<--- same!) that only the "compiler" would understand but not the human eye. I mean instead of putting a command into string form like:
Code: Select all
[main]
resolution=640x480
depth=32
....
[sound]
freq=44100
bits=16
stero=yes
[resources]
images/sprite1.bmp
images/sprite2.bmp
......
you could just use values of the type BYTE, WORD and LONG and write these to the file. When you just see a bunch of numbers you couldn't interpret them because you don't know what they do. So it would look something like this:
Code: Select all
34c4v§89j4fj30images/sprite1.bmp4r245t6images/sprite2.bmp
Just a load of smybols and numbers wich don't make sense. So the proccess of encrypting the script/project would be redundant.
You can use the command line to run the script, not for the end of itself but from some file (the project).
So, when then engine runs if it receives some command line (lets say "/RUN c:/path" it should run from the file... also, its suppoused that in this very case the file will not be encrypted. You can also make sure that the one that are calling engine its the IDE by checking the MD5 of the program that call your engine.
To be honest, I didn't understand a word.
ricardo wrote:Why dont you post some "anticracking for idiots" post (by that i mean for newbies in those area, just like me)!! I will be the first interested on this
I would second that.