Difference between revisions of "3D Girl Custom Evolution/Modding/Uncensor"

From Hgames Wiki
Jump to: navigation, search
m (Edwardthefma moved page How to uncensor the game to 3D Girl Custom Evolution How to uncensor the game: page name that follows the game)
m (3 revisions)
(No difference)

Revision as of 20:07, 4 January 2014

Bullet

all characters are at least 18


3D Girl Custom Evolution [edit]

Gameplay

FAQ & Technical Help

Modding

  • Uncensoring


Binary editor

I realize by rewriting the executable file in binary editor "censor off".
First thing is Let's get a binary editor such as.Bzeditior Since there are cases where after rewriting the executable file, it will not be able to start with an error,
Please keep backup beforehand  of the originalexecutable file. 

How to read the address

  00010DEF 74> EB


It means Alter to EB 74 from the value in the 00010DEF. Please look at the line of 0F 00010DE0 column in Stirling.  ==censor off table==

Refer to the table below, please rewrite the TDGirl.exe. (Although it is all the same for now) address to be rewritten depending on the version you are using will change.

Version Address
1.08 00011A2F 74> EB
1.07 00011A2F 74> EB
1.06 00010DEF 74> EB
1.05c 00010DEF 74> EB
1.05 00010DEF 74> EB


Attention!

If you are in the Program Files folder where to install the OS of Windows Vista or later, you may remodeling from being disabled by the function of the OS. When you start the binary editor, let's start by clicking the "Run as administrator" from the right-click menu.