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.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,13 @@ Steps:
27
27
28
28
Updating data from the GGPK uses the PoB exporter (see CONTRIBUTING.md#exporting-ggpk-data-from-path-of-exile). Run each script in order, then check the differences in data to make sure nothing is missing that is expected.
29
29
30
+
## Trade query and mod weight updates
31
+
32
+
1. Delete `src/Data/QueryMods.lua`, then open the "Trade for these items" pane in PoB to re-generate it.
33
+
2. In `src/Export/Scripts/ScriptResources`, there are several files that contain hardcoded mods. If a new mod is added to the game and we can't automatically get weights for it from the ggpk, we need to check the trade site.
34
+
3. Search the corresponding ModX.lua file for `{ "default" }` to find mods that don't have any spawn weights.
35
+
4. Search for those mods on the trade site to find what bases (if any) the mod needs to be added to in `ScriptResources`
36
+
30
37
## Skill tree updates
31
38
32
39
Skill tree updates require JSON data, usually released by GGG a few days before a new
0 commit comments