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)
(cleared the page, made the table easier to read and replaced software with easier-to-use one)
 
(4 intermediate revisions by 2 users not shown)
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 HEX value 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 editor.
 +
If you don't have one, you can use either [https://notepad-plus-plus.org/ Notepad++] with the Hex Editor plugin from [https://sourceforge.net/projects/npp-plugins/files/Hex%20Editor/ here], [https://mh-nexus.de/en/hxd/ HxD], a freeware hex editor, or a web based [https://hexed.it/ Hexed.it]
 +
 
 +
Remember to 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 modifying it.
 +
 
 
==<span class="notranslate" style="">How to read the address</span>==
 
==<span class="notranslate" style="">How to read the address</span>==
  
   <span class="notranslate" style=""> 00010DEF 74> EB</span>
+
   <span class="notranslate" style=""> 00010DEF | 74 -> EB</span>
  
  
<span class="notranslate" style="">It means Alter to EB 74 from the value in the 00010DEF.</span>
+
<span class="notranslate" style="">It means: Alter '74' to 'EB' from the value in the line 00010DEF.</span>
<span class="notranslate" style="">Please look at the line of 0F 00010DE0 column in Stirling.</span>  ==<span class="notranslate" style="">censor off table</span>==
+
<span class="notranslate" style="">Please look at the line of 0F 00010DE0 column in Stirling.</span> 
 +
==<span class="notranslate" style="">Table</span>==
  
<span class="notranslate" style="">Refer to the table below, please rewrite the TDGirl.exe.</span>
+
<span class="notranslate" style="">Refer to the table below when modifying TDGirl.exe.</span>
(Although it is all the same for now) address to be rewritten depending on the version you are using will change.
+
Although the value is all the same for now, address to be rewritten depending on the version you are using will be different.
 
{| border="0" cellpadding="1" cellspacing="1" class="article-table" style="width: 500px;"
 
{| border="0" cellpadding="1" cellspacing="1" class="article-table" style="width: 500px;"
 
|- class="atwiki_tr_odd atwiki_tr_1"
 
|- class="atwiki_tr_odd atwiki_tr_1"
! scope="col"|Version
+
! scope="col"|Game Version
! scope="col"|Address
+
! scope="col"|Address and Values
 
|- class="atwiki_tr_even atwiki_tr_2"
 
|- class="atwiki_tr_even atwiki_tr_2"
 +
| style=""|1.20
 +
| style=""|00011E67 | 74 -> EB
 +
|- class="atwiki_tr_odd atwiki_tr_3"
 
| style=""|1.10
 
| style=""|1.10
| style=""|00011B4F 74> EB
+
| style=""|00011B4F | 74 -> EB
|- class="atwiki_tr_even atwiki_tr_2"
 
| style=""|1.08
 
| style=""|00011A2F 74> EB
 
|- class="atwiki_tr_odd atwiki_tr_3"
 
| style=""|1.07
 
| style=""|00011A2F 74> EB
 
 
|- class="atwiki_tr_even atwiki_tr_4"
 
|- class="atwiki_tr_even atwiki_tr_4"
| style=""|1.06
+
| style=""|1.07-1.08 (same exe)
| style=""|00010DEF 74> EB
+
| style=""|00011A2F | 74 -> EB
 
|- class="atwiki_tr_odd atwiki_tr_5"
 
|- class="atwiki_tr_odd atwiki_tr_5"
| style=""|1.05c
+
| style=""|1.04-1.06 (same exe)
| style=""|00010DEF 74> EB
+
| style=""|00010DEF | 74 -> EB
 
|- class="atwiki_tr_even atwiki_tr_6"
 
|- class="atwiki_tr_even atwiki_tr_6"
| style=""|1.05
+
| style=""|1.00
| style=""|00010DEF 74> EB
+
| style=""|00010E0F | 74 -> EB
 
|}
 
|}
 
+
<!-- No idea about ver.1.01, 1.02, 1.03 - can't find the patches -->
==<span style="color: red;">Attention!</span>==
 
 
 
<span class="notranslate" style="">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.</span>
 
<span class="notranslate" style="">When you start the binary editor, let's start by clicking the "Run as administrator" from the right-click menu.</span>
 

Latest revision as of 23:32, 6 January 2025

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 HEX value in the game's executable.
The first thing we need is a hex editor. If you don't have one, you can use either Notepad++ with the Hex Editor plugin from here, HxD, a freeware hex editor, or a web based Hexed.it

Remember to 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 modifying it.

How to read the address

  00010DEF | 74 -> EB


It means: Alter '74' to 'EB' from the value in the line 00010DEF. Please look at the line of 0F 00010DE0 column in Stirling. 

Table

Refer to the table below when modifying TDGirl.exe. Although the value is all the same for now, address to be rewritten depending on the version you are using will be different.

Game Version Address and Values
1.20 00011E67 | 74 -> EB
1.10 00011B4F | 74 -> EB
1.07-1.08 (same exe) 00011A2F | 74 -> EB
1.04-1.06 (same exe) 00010DEF | 74 -> EB
1.00 00010E0F | 74 -> EB