Klepto, I did a quick search on gamefaqs for ya. Here's how to remove the bar.
1 > go to download.com and get a HEX EDITOR.
(I chose ULTRAEDIT)
2 > install the HEX EDITOR and OPEN IT
3 > OPEN then file >>> AppInit.jam <<< with the HEX Editor
4 > Click FILE > SAVE AS, and save a copy of this file as >>> AppInit.jam(bak) <<<
5 > Close the back up file you have just made, then re-open the real AppInit.jam
6 > use the HEX editors FIND feature (usually CTRL+F) and type in the keyword >>> NudityMode <<<
7 > You will see >>> "NudityMode" Type Boolean Data 0 <<<
8 > Change the 0 to a 1
Before : "NudityMode" Type Boolean Data 0
After : "NudityMode" Type Boolean Data 1
9 > Save your changes, close the HEX editor, play the game
|