Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Updating Squad, Pilots, and Upgrade Data

David Carver edited this page Dec 17, 2016 · 1 revision

Starting with XStreamer v0.3.0, all xwing squad look up data is stored in the plugins directory, under the directory us.nineworlds.xstreamer.data. This leverages the xwing-data projects data files, and it may be necessary from time to time to manually update these files, given the speed at which new information is provided.

The individual files under this directory have sub folders:

  • ships - contains the ships.json file
  • pilots - contains the pilots.json file
  • upgrades - contains the upgrades.json file

The latest versions of these files can be obtained from here:

https://github.com/guidokessels/xwing-data/tree/master/data

To update the files follow these steps.

  1. Select a file to update from the link above.
  2. Select the RAW button
  3. In your browser select the Save Page as option, and overwrite the appropriate file.

This should give you a text file with the json data.

In order for changes to take affect, you must restart or relaunch XStreamer so it can reload the data files.

Clone this wiki locally