UmodelHelper icon indicating copy to clipboard operation
UmodelHelper copied to clipboard

Unreal Engine version issue

Open Liovovo opened this issue 1 year ago • 0 comments

There is an issue with the Unreal Engine version when a custom version is present. The problem is in the following line in Main.cs: args += " -game=ue" + selectedGame.UEVersion; For example, if the version is PUBG (PlayerUnknown's Battlegrounds), the option should be -game=pubg. Removing the "ue" resolves the issue.

I apologize if my explanation is unclear, as English is not my first language.

Liovovo avatar Nov 09 '24 11:11 Liovovo