SDK Hack         Changing the logo of the Ogre SDK configuration dialogue (Windows)
Print

Modifying The Pre-built SDK

WARNING: This tutorial involves the editing of a DLL, so I suggest you backup the DLL beforehand just to be safe.

This tutorial covers modifying the prebuilt Ogre SDK. To do so, you need a resource hacker. I use XN Resource Editor which can be found here(external link).

Once you have a resource hacker, you should look for the file OgrePlatform (or OgreMain) in your bin/release directory. Once found, open it using XN Resource Editor and then you sould see this:

Res.PNG

Modifying The Image

The image should have a name of bitmap/106, like this:

Res2.PNG

The image should be the default Ogre logo. You can export this to change it using the Resource menu. Then you can import the image back into the DLL using the same menu. Remember to backup the original OgrePlatform_d.dll.

Note: I suggest you don't go poking around changing the DLL, just the bitmap.


Alias: Sdkhack


Contributors to this page: jacmoe111451 points  and Spacegaier3733 points  .
Page last modified on Sunday 31 of July, 2011 23:42:38 GMT by jacmoe111451 points .


The content on this page is licensed under the terms of the Creative Commons Attribution-ShareAlike License.
As an exception, any source code contributed within the content is released into the Public Domain.