From 30ce412bed03b60c46dfd0caac97da6056fbca0d Mon Sep 17 00:00:00 2001 From: Dan Bjorge Date: Sat, 26 Sep 2020 02:07:13 -0400 Subject: [PATCH] Grammar fix in CONTRIBUTING --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dbc39520..201b4ec7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.