OldUnreal / UnrealTournamentPatches

Other
998 stars 29 forks source link

[469c] Unnecessary renderers tabs in advanced options #1219

Open Sergiut99 opened 1 year ago

Sergiut99 commented 1 year ago

In advanced options there are unnecessary mentions of the same renderer. For example: Direct3D 9 и Direct3D9 Support This can confuse players... Players may not understand which tab to make changes in... the original game had one tab for one renderer...

Please do the same as in the original game... For DirectX9 renderer leave only the Direct3D9 Support tab. Same for other renderers

ao1 ao2

SeriousBuggie commented 1 year ago

It comes from duplicate .int files. .int files appear in two folders, which make duplicate tree items.

You can edit any of it. It is same value, just show in two places.

I think this is related to #1021

stijn-volckaert commented 1 year ago

We usually filter out duplicates in the list of renderers. In this case, that fails because the renderers have different names in the two .int files.