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

Version fallbacks to latest ue4 version #14

Closed xNocken closed 2 years ago

xNocken commented 2 years ago

The readme says that if you pass null as version it uses the latest version. But it just uses the latest ue4 version instead of the latest ue5 version. It should be mentioned in the readme if its intentional as it took me way too long to figure that out

Sprayxe commented 2 years ago

UE5 isn't „fully“ released yet so we are sticking with UE4 as default (for now). Though I will mention it in the readme to prevent confusion, thanks for bringing this up!