Game Hackers...

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Guest

Game Hackers...

Post by Guest »

is there a way to take my ource code and textures to format only the engine can use so people cant get my textures and change or modify the game source? :?:
Andreas
Posts: 166
Joined: Sun Oct 31, 2004 7:15 am
Location: Münster / Germany
Contact:

Post by Andreas »

i think not, because even with encryption the attacker could get the key from your binary...

i guess if you give someone (cheaters for example) a computer programm they can do anything with it. :(
FlyHigh
Posts: 111
Joined: Wed Mar 23, 2005 12:05 am

Post by FlyHigh »

Basically at one point in the application the textures / music / models whatever will be in simple format in memory, but the people with the know-how probably arn't interested in your game (no offense) there more like trying to crack the latest MS products.

If needed just use a slightly different (obscure) model format, or give it a misleading filename (.zip for .mp3, .rar for .bmp). And if you more paranoid I suppose you could give the file a fake header and have you game ignore it when it loads.
etcaptor
Posts: 871
Joined: Fri Apr 09, 2004 10:32 pm
Location: Valhalla
Contact:

Post by etcaptor »

The same peoples, which get money for software protections, will be hired to make cracks for these protections later. This is a strategy of big corporations by me.
ImageImage
Site development -Rock and metal online
--- etcaptor.com ------freenetlife.com
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

Armadillo is supposed to be good, one of the performance testing tools I use is protected by it. The tool's developers are pretty geeky and certainly know their stuff, if they are impressed by it - it must be good!
http://www.downlinx.com/proghtml/105/10544.htm
I don't know how effective it would be for games though
Guest

Post by Guest »

useless efforts, as you have to display the content ,dont you? and the graphics driver does not accept anything encrypted right? So whats the fuss?. Think, before you choose which lever to pull, some are longer.
Megaman
Posts: 7
Joined: Sat Sep 03, 2005 9:56 pm
Location: Brindisi, Italy

Post by Megaman »

etcaptor wrote:The same peoples, which get money for software protections, will be hired to make cracks for these protections later. This is a strategy of big corporations by me.
probable...most of the sharewares in the net are cracked at the same time of the release...so
1)crax0rz now are most skilled and get lamerin' easy
2)software house are coding their cracks for their own apps
It's terrible :lol:
I'd rather have a search engine or a compiler on a deserted island than a game.
John Carmack
Post Reply