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.
At times, resource names may not be what one wants to display in end-user contexts (GameInput menu, server public resource listing, etc.). Adding a ui_label field to the manifest with a configurable name should be helpful for this.
Document (fivem-docs)
Use for GameInput UI
Use for server resource list (requires info.json schema tweaks + fallback behavior?)
Requirements:
Minimum display length (no '' or weird space chars)
Duplicate checking (eg so authors can't name all their resources 'WewRP')
The text was updated successfully, but these errors were encountered:
Since this would require info.json tweaks, would adding hyperlinks to the resource entries in the server listings be feasible?
A potential use case for that would be a link back to the resource download page, or forum thread etc.
Allowing resource creators to better utilize that space, and also aiding people in finding the sources for servers public resources (very few servers provide that info beyond resource "name")
At times, resource names may not be what one wants to display in end-user contexts (GameInput menu, server public resource listing, etc.). Adding a
ui_labelfield to the manifest with a configurable name should be helpful for this.Requirements:
The text was updated successfully, but these errors were encountered: