Jump to content

Obfuscation of Game Files


maplesyrupghost
 Share

Recommended Posts

Hey!

 

Had an idea. I noticed after 'publishing' our game to a folder, it creates basically the finished product? The option to encrypt all files is a very nice feature to prevent people from extracting files, but they can still easily browse through the archive still. I don't see any other options for that stage so I could be wrong but to me it looks like they get to see pretty much everything that makes up the game. Models, textures, maps, sounds, etc. Practically game spoilers just be looking in the directory.

 

So wouldn't it be a nice checkbox to have at the publishing stage for total obfuscation of the game filenames.

 

For example, at the time of compiling just rename 'AddOns' folder to 'a', and then wherever in the code is a reference to the AddOns folder just change it to an 'a', so that path would be good for whenever it is needed. Repeat the same for all other directories and files, so it's just a folder full of random letters with retaining proper file extensions for the filetypes.

 

Since we don't need to decompile the binary again later, it doesn't matter what is in that executable file as long as it works. We can still always work with our normal directories for when we are creating our project, but when we give the game to the customer it is not only read protected but also disguised.

 

The only argument I could see for the way that it is done now is for patching later.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...