Page MenuHomeFeedback Tracker

SCR_NavigationBarUI is not very mod friendly
Closed, ResolvedPublic

Description

Because of how the SCR_NavigationBarUI is coded it is impossible to add any custom translated buttons that comply with the naming conventions.
By default, it will generate this

Because it simply hard codes #AR- + m_sAction. The prefix should not be hard coded. Instead, the button entry class should be extended with an explicit display name field which a localized string can be put into. The handful of existing buttons can just be migrated in a minute or so ...

class NavigationButtonEntry
{
	[Attribute(desc: "Displayname of input action")]
	string m_sDisplayName;
	...
}

Details

Severity
Major
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General

Event Timeline

Arkensor created this task.Sep 15 2022, 1:10 PM
Geez changed the task status from New to Assigned.Sep 20 2022, 12:58 PM
Arkensor added a subscriber: Geez.Dec 6 2022, 2:25 PM

@Geez this issue was resolved as of 0.9.7.

Geez closed this task as Resolved.Dec 6 2022, 3:00 PM
Geez claimed this task.