Update 1.5 for the Easy Options Menu is available from July 11, 2024 and provide several new features alongside many improvements, changes and bugfixes. This version is available for Unreal Engine 5.1, 5.2, 5.3 & 5.4. Check out the complete patch notes just below!
This 1.5 update bring support for the upscaling technologies available from all three major gpu vendors: Nvidia DLSS, AMD FSR and Intel XeSS.
With this implementation, I have made sure that the integration of those technologies is as easy and quick as possible for you: import the three plugins (separate download) and enable a few nodes inside the menu, that’s it!
These three new technologies give the player of your game the choice from all 4 publicly available upscaling methods: Epic built-in TSR / Nvidia DLSS / AMD FSR / Intel XeSS As well as a choice from 6 Anti Aliasing methods: FXAA / TAA / Epic TSR AA / Nvidia DLAA / FSR Native AA / XeSS Native AA
I also added a new setting to control image sharpness, which is often recommended when using upscaling
This update also bring a global rework of many aspects of the pack to support localization. Various systems where previously relying on texts values to work, which is not practical with localization, I have made sure to rework all of those! All systems should now work perfectly with localization.
Aside from that, the options menu now has a new “Language” option that is auto populated with the localized cultures that are compiled inside your project!
And to properly introduce this localization support, the whole UI of the pack is now available with a French translation! I am considering adding more languages in the future, let me know if you'd like to have a specific language available in the pack!
Another major part of this update is the global overhaul that I have done to provide an even easier implementation of the pack!
Any code that was previously inside the player controller has now been moved to a dedicated component that you can add in a few clicks to your own player controller and the setup of the game instance has been made much easier has well! Overall with this new implementation process, there are much less steps to follow and much less chances of doing something wrong as well.