Jump to content

how to hide the ui using 3dmigoto?


Recommended Posts

Posted

Open d3dx.ini in a text editor.

Find this string:

 

[KeyToggleHUD]
Key = 
$hud_visible = 0
type = toggle

 

Change the value after key= to something on your keyboard. I use the letter o because nothing in the game, or any mods I have use that key.

Make sure to leave a space after the = sign.

Posted
1 hour ago, zephusdragon said:

Open d3dx.ini in a text editor.

Find this string:

 

[KeyToggleHUD]
Key = 
$hud_visible = 0
type = toggle

 

Change the value after key= to something on your keyboard. I use the letter o because nothing in the game, or any mods I have use that key.

Make sure to leave a space after the = sign.

I didn't know that such a function existed in "d3dx.ini".
I learned something new.

Posted
31 minutes ago, paripon said:

Mr.5250
It didn't work in my environment.
I'm not the one who asked the question, but I learned something good.
Thank you.

Sorry.

Maybe hash is difference between Steam and DMM in ini file..

 

******************
[TextureOverrideDisp1]
hash = 9ccbfb88
$active = 1
If $var1 == 1
    handling = skip
endif

[TextureOverrideDisp2]
hash = 80c3c592
$active = 1
handling = skip

******************

Posted

You can hide the UI by pressing the mouse back key.

 

If you modify d3dx.ini as shown below, you will be able to turn on/off whether or not to erase the photo frame with the mouse forward key.

You'll see the photo frame appear and disappear each time you press the mouse forward key.

 

Around line 107

Quote

; HUD visible:
global $hud_visible = 1
global $hud_visible2 = 1

 

Around line 135

Quote

; Make sure the HUD is visible, since these shaders are also used for Burst:
$hud_visible = 1
$hud_visible2 = 1

 

Around line 144

Quote

[KeyToggleHUD]
Key = XBUTTON1
$hud_visible = 0
type = toggle

 

[KeyToggleHUD2]
Key = XBUTTON2
$hud_visible2 = 0
type = toggle

 

Around line 156

Quote

[ShaderOverrideHUD2]
hash = e83ec71d900a0ab2
if $hud_visible2
    run = CommandListHUD
    run = CommandListHUDAutoDepth
endif

 

 

Please refer to the d3dx.ini I use.

d3dx.zip

Posted
4 hours ago, mottock said:

You can hide the UI by pressing the mouse back key.

 

If you modify d3dx.ini as shown below, you will be able to turn on/off whether or not to erase the photo frame with the mouse forward key.

You'll see the photo frame appear and disappear each time you press the mouse forward key.

 

Around line 107

 

Around line 135

 

Around line 144

 

Around line 156

 

 

Please refer to the d3dx.ini I use.

d3dx.zip 23.76 kB · 1 download

what's the button for mouse back key? is it the right side?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...