Difference between revisions of "3D Girl Custom Evolution/Modding/Uncensor"
AgentCichy (talk | contribs) (cleared the page, made the table easier to read and replaced software with easier-to-use one) |
|||
(9 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
− | {{3D Girl Custom Evolution}} | + | {{hgame|game=3D Girl Custom Evolution|company=Bullet|category=Bullet Games}} |
+ | ==Hex Editor== | ||
+ | The software censor that the game uses can be disabled by modifying a HEX value in the game's executable. | ||
+ | <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 | + | <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="">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 | + | <span class="notranslate" style="">Refer to the table below when modifying TDGirl.exe.</span> |
− | + | 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. | + | | style=""|1.20 |
− | | style=""| | + | | style=""|00011E67 | 74 -> EB |
|- class="atwiki_tr_odd atwiki_tr_3" | |- class="atwiki_tr_odd atwiki_tr_3" | ||
− | | style=""|1. | + | | style=""|1.10 |
− | | style=""| | + | | style=""|00011B4F | 74 -> EB |
|- class="atwiki_tr_even atwiki_tr_4" | |- class="atwiki_tr_even atwiki_tr_4" | ||
− | | style=""|1. | + | | style=""|1.07-1.08 (same exe) |
− | | style=""| | + | | style=""|00011A2F | 74 -> EB |
|- class="atwiki_tr_odd atwiki_tr_5" | |- class="atwiki_tr_odd atwiki_tr_5" | ||
− | | style=""|1. | + | | 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. | + | | style=""|1.00 |
− | | style=""| | + | | style=""|00010E0F | 74 -> EB |
|} | |} | ||
− | + | <!-- No idea about ver.1.01, 1.02, 1.03 - can't find the patches --> | |
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 23:32, 6 January 2025
- Recent changes
- All pages
- Wiki tutorial
- Purge (this page)
all characters are at least 18
3D Girl Custom Evolution [edit]
- 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 |