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

From Hgames Wiki
Jump to: navigation, search
m (MaintenanceBot moved page 3D Girl Custom Evolution How to uncensor the game to 3D Girl Custom Evolution/Modding/Uncensor: Moving to new article structure)
m (Hex Editor)
Line 1: Line 1:
 
{{hgame|game=3D Girl Custom Evolution|company=Bullet|category=Bullet Games}}
 
{{hgame|game=3D Girl Custom Evolution|company=Bullet|category=Bullet Games}}
==<span class="notranslate" style="">Binary editor</span>==
+
==Hex Editor==
<span class="notranslate" style="">I realize by rewriting the executable file in binary editor "censor off".</span><br /><span class="notranslate" style="">First thing is Let's get a binary editor such as.</span>[http://www.forest.impress.co.jp/library/software/binaryeditbz/download_10025.html Bzeditior]
+
The software censor that the game uses can be disabled by modifying a line in the game's executable.
Since there are cases where after rewriting the executable file, it will not be able to start with an error,<br />Please keep backup beforehand  of the originalexecutable file. 
+
<br />
 +
The first thing we need is a hex text editor.
 +
If you don't have one, you can use [http://notepad-plus-plus.org/ Notepad++] with the Hex Editor plugin from [http://sourceforge.net/projects/npp-plugins/files/Hex%20Editor/ here]
 +
or [http://www.forest.impress.co.jp/library/software/binaryeditbz/download_10025.html Bzeditior]
 +
 
 +
Please make a backup of the original game executable beforehand since it's possible to make a mistake and cause the game to not run properly after rewriting it.
 +
 
 
==<span class="notranslate" style="">How to read the address</span>==
 
==<span class="notranslate" style="">How to read the address</span>==
  

Revision as of 13:10, 16 September 2014

Bullet

all characters are at least 18


3D Girl Custom Evolution [edit]

Gameplay

FAQ & Technical Help

Modding

  • Uncensoring


Hex Editor

The software censor that the game uses can be disabled by modifying a line in the game's executable.
The first thing we need is a hex text editor. If you don't have one, you can use Notepad++ with the Hex Editor plugin from here or Bzeditior

Please make a backup of the original game executable beforehand since it's possible to make a mistake and cause the game to not run properly after rewriting it.

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.10 00011B4F 74> EB
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.