Sprayxe / unreal.js

A pak reader for games like VALORANT & Fortnite written in pure JavaScript
https://unreal.js.org
MIT License
59 stars 7 forks source link

Game plugins seem to not load #4

Closed GMatrixGames closed 3 years ago

GMatrixGames commented 3 years ago

Describe the bug Loading a package from a plugin always (from what files I've tested) returns null.

Screenshots image

Additional information

  1. Unreal.JS Version - 1.0.6
  2. Game (+ Version) - Fortnite + 17.10
  3. Path to file (if applicable) - FortniteGame/Plugins/GameFeatures/NPCLibrary/Content/NPCs/Turk/Turk/NPCLibrary_Conversation_Turk

The screenshot shows that CUE4Parse can parse it correctly

Sprayxe commented 3 years ago

Paths to game plugins are being changed by the library. Your path should be: /NPCLibrary/NPCs/Turk/Turk/NPCLibrary_Conversation_Turk Try loading it using this

Sprayxe commented 3 years ago

Fixed the issue, will be included in the next update