You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The calls of umodel.exe in the section "Updating icons" of the README.md use a parameter -game=ue4.22. When these commands are executed in a Windows Powershell they will stop with an error 'ERROR: unknown game tag "ue4".' The parameter value needs to be quoted.
Additionally, the game uses UE version 4.25 since update 5. So this parameter needs to be changed to -game="ue4.25". When called with the old version number it will be aborted with an "assertion failed" error.
The text was updated successfully, but these errors were encountered:
The calls of umodel.exe in the section "Updating icons" of the README.md use a parameter
-game=ue4.22
. When these commands are executed in a Windows Powershell they will stop with an error 'ERROR: unknown game tag "ue4".' The parameter value needs to be quoted.Additionally, the game uses UE version 4.25 since update 5. So this parameter needs to be changed to
-game="ue4.25"
. When called with the old version number it will be aborted with an "assertion failed" error.The text was updated successfully, but these errors were encountered: