Skip to content

"Untitled" Project X - v 0.4.0

Compare
Choose a tag to compare
@Kaldaien Kaldaien released this 25 May 16:15
· 105 commits to master since this release

REAL Fullscreen Mode

   This feature needs more testing, but is stable enough to be turned on by default (and incompatible with FlipMode).

  • Press Alt+Enter (or the new controller combo) to toggle this feature.


VSYNC is controlled by PresentationInterval in dxgi.ini when using Fullscreen mode.

As I have been saying all along, the game's VSYNC setting is a giant lie.

If you want to turn this on or off, you have to set it up manually.

VSYNC Configuration
Mode Setting (dxgi.ini)
VSYNC PresentationInterval=1
No VSYNC PresentationInterval=0
Game Preference (Placebo) PresentationInterval=-1
Buffer Queue Configuration
Mode Setting (dxgi.ini)
Double-Buffering SwapChainBufferCount=1
Triple-Buffering SwapChainBufferCount=2
Game Preference SwapChainBufferCount=-1

DO NOT make changes to your game's resolution settings while Fullscreen mode is engaged; this will fail spectacularly.

Try not to Alt+Tab too much with this feature enabled, it may cause problems.


Window Centering
- When running in windowed mode, the **Center** option in `UnX.ini` will attempt to center the window rather than place it in a corner.
Fast Exit

  No popup confirmation dialog when pressing Alt+F4.

  • This is controlled by FastExit in UnX.ini
Background Input Fix

  No more scrolling up in menus constantly when a DirectInput controller is plugged-in.

  • Also disables keyboard input while the window is in the background
  • This is controlled by FixBackgroundInput in UnX.ini

Additional Controller Bindings
Name Binding
Escape Menu Select + L2 + R2
Fullscreen Toggle L2 + L3
Four Finger Salute (Exit) L1 + L2 + R1 + R2 + Start + Select

The Four-Finger Salute is dangerous when combined with _Fast Exit_, so the button combo can be disabled.