Grammar fix in CONTRIBUTING

This commit is contained in:
Dan Bjorge
2020-09-26 02:07:13 -04:00
parent fbe428eea8
commit 30ce412bed

View File

@@ -131,7 +131,7 @@ is a good starting point.
The `/Data` folder contains generated files which are created using the scripts in the `/Export/Scripts` folder based on Path of Exile game data.
If you change any logic/configuration in `/Export`, you will need to regenerate the appropriate `/Data` files. You can do so by running the `/Export` scripts using the `.dat` viewer at `/Export/Launch.lua`:
1. Obtain a copy of an OOZ extractor copy it into `/Export/ggpk/`.
1. Obtain a copy of an OOZ extractor and copy it into `/Export/ggpk/`.
2. Create a shortcut to `Path of Building.exe` with the path to `./Export/Launch.lua` as first argument. You should end up with something like: `"C:\%APPDATA%\Path of Building Community\Path of Building.exe" "C:\PathOfBuilding\Export\Launch.lua"`.
3. Run the shortcut, and the GGPK data viewer UI will appear. If you get an error, be sure you're using the latest release of Path of Building Community.
4. Paste the path to `Content.ggpk` (or, for Steam users, `C:\Program Files (x86)\Steam\steamapps\common\Path of Exile`) into the text box in the top left, and hit `Enter` to read the GGPK. If successful, you will see a list of the data tables in the GGPK file. Note: This will not work on the GGPK from the torrent file released before league launches, as it contains no `./Data` section.