UESPWiki:Legends Raw Data

The UESPWiki – Your source for The Elder Scrolls since 1995
Jump to: navigation, search
Warning: This data is outdated and new information is impossible to retrieve from the files anymore.

The https://legendsrawdata.uesp.net is a basic service that parses the Legends data files and presents a simple interface to the raw Text Assets (JSON data).

Basic Usage[edit]

  • View All Root Text Assets -- Show a list of all the root text assets. Clicking on one will show you the entire JSON data for that asset (some can be very large).
  • Searching -- Enter text in the upper-right corner and hit the search button to show all data containing that text.
  • Click on the name field on the left-hand side to show all data containing that prefix. For example with '0_Core.Cards.1.HangerImageScale' you can click on the '1' to show all data under that object or 'Cards' to show all data in the that object.
  • Images -- Any recognized image paths in the data will be converted to a clickable link which takes you to the image.


Populating Data[edit]

Basic procedure for adding data to the viewer:

  1. Use AssetStudio to open the base Legends folder and export all assets to some directory.
  2. Upload the TextAssets, Texture2D, and Sprites to content3:/home/uesp/legendsrawdata/data/
  3. Merge the Texture2D into the Sprites folder.
  4. Run parseTextAssets.php to add the test assets/JSON to the database.