3D Girl Custom Evolution: Uncensor

From Hgames Wiki
Jump to: navigation, search

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