Misguided/Entity
Member
- May 17, 2019
- 113
- 116
- 258
I'm not quite sure if it still works in new version DX3 as I haven't played this game for a long time, and I don't have the game in the my PC at the moment.how did it work,I will be glad if you help me
But in the simplest way,
- You go to the H-Scene in the game where you start having sex with the girl.
- Press F12 to open Debug menu, scroll down until you see "UI"
- Expand the list UI -> MotionList -> Scroll View -> Viewport -> Content -> Toggle(Clone)
- Find and open TXT file named "H-Scene Resizer" file in the Translation folder.
- Add line something like this:
/UI/MotionList/Scroll View/Viewport/Content/Toggle(Clone)=ChangeFontSizeByPercentage(*)
However, it could be any of these as well, so you have to save the text and restart the game a lot to test them out, and the path line is case-sensitive as well, so you have to experiment on the name like "ScrollView" vs. "Scroll View", or "MotionList" vs. "Motion List" vs. "Motionlist" and so on.
/UI/MotionList/Scroll View/Viewport/Content/Toggle(Clone)/Label=ChangeFontSizeByPercentage(*)/UI/MotionList/Scroll View/Viewport/Content/Toggle(Clone)/Label/Text=ChangeFontSizeByPercentage(*)There are some examples of parameter/ functions in other Resizer text files you could try such as UGUI_VerticalOverflow, UGUI_HorizontalOverflow, UGUI_ChangeLineSpacing, etc.