Sprayxe / unreal.js

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

Issue With Paths #8

Closed Tectors closed 3 years ago

Tectors commented 3 years ago

You seem to replace each path with the end name (/path/path/name.uasset => name), which makes it hard to just find the path.

I am also not a fan of everything being undercased.

Sprayxe commented 3 years ago

Unfortunately these path conversions are needed and cannot be left out. Sorry