Skip to content

Releases: Kaldaien/UnX

Untitled Project X - v 0.0.4

14 May 23:04
Compare
Choose a tag to compare
Improved Asian Language Support, FlipMode and Compatibility Fixes
  • Adds Flip Mode performance enhancement to reduce stuttering in windowed mode
    • All display modes that the game offers are technically a form of windowed mode
    • A later release will actually add support for proper fullscreen exclusive mode
  • Uses a threaded initialization routine to prevent NvAPI and ADL from deadlocking during intiialization
    • Should help some systems that were hanging at application start
  • When using Korean or Simplified Chinese text, FMVs can be replaced with English audio now.

Uncompressed_5897ED49.dds is the Gamepad Texture that FFX uses

I have included it here so that button modders can get to work figuring out the dimensions and requisite vertical flipping to modify this texture. _v 0.1.0_ will add support for dumping and replacing textures, and then button and UI mods will be possible.


Testing PS3 button mod

  • unx-ps3.zip includes an experimental set of resources that should replace the Xbox button icons with PS3
    • If all goes well, this system will be polished and worked into _v 0.1.0_

Untitled Project X - v 0.0.3

14 May 07:45
Compare
Choose a tag to compare
FFX -Will- and jp->us Audio Support
  • Adds FFX -Will- support
  • Selecting us for audio language will now change Japanese to English

unx-flipmode.zip

Contains experimental performance enhancements that should benefit Windows 8.1 or newer systems that have problems with minor stuttering.

This contains a separate copy of dxgi.dll and dxgi.ini, if it does not help you or makes things worse, revert back to the files in unx.zip.

UnX - v 0.0.2

13 May 18:08
Compare
Choose a tag to compare
Compatibility Fixes, FMV and FFX-2 Language Support
  • Adds FMV audio language selection
    • This is Video=... under [UnX.Language] in UnX.ini
    • Change from jp to us to use English voices
  • Adds FFX-2 audio language selection
  • No longer fails to run on Windows 7 or older systems that do not support DPI scaling

dxgi.dll is an updated version of the core DLL that may improve compatibility with NvAPI.

Add the following lines to dxgi.ini if (logs/dxgi.log) is hanging at "Initializing NvAPI...":

[NVIDIA.API]
Disable=true

UnX v 0.0.1

13 May 00:16
Compare
Choose a tag to compare

Initial Release

This project will (hopefully) be a small set of fixes and enhancements for Final Fantasy X | X-2 Remastered.

Square Enix did a decent job with most of the port's technical stuff and I do not anticipate having to mess around with much of its graphics engine for a change. Minor issues like DPI scaling do exist, however, and will be addressed in a future version.

  • Adds cursor management
  • Adds Japanese audio selection
    • Enabled by default, turn this off by changing the lines in [UnX.Language] to read us instead of jp
    • Only works in Final Fantasy X at the moment; X-2 support will be added later