xNocken / replay-reader

The only libary that can parse 99% (or more) of fortnite replays.
MIT License
48 stars 7 forks source link

Replay encrypted but not completed #21

Closed bryanthaboi closed 2 months ago

bryanthaboi commented 2 months ago

is there a way to read in progress replays?

xNocken commented 2 months ago

no. i also dont see a single problem with getting realtime memory access

bryanthaboi commented 2 months ago

Point would be to get live kills etc, making a temp copy of an unfinished replay isn’t problematic even a little bit I’m not sure I’m following your comment. I’m assuming it’s sarcastic but I don’t see why you’d respond like that.

On Thu, Aug 15, 2024 at 2:14 PM xNocken @.***> wrote:

no. i also dont see a single problem with getting realtime memory access

— Reply to this email directly, view it on GitHub https://github.com/xNocken/replay-reader/issues/21#issuecomment-2291886467, or unsubscribe https://github.com/notifications/unsubscribe-auth/A335SJ6WTDKBI7N27A3OQY3ZRTVXFAVCNFSM6AAAAABMSTJJBKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJRHA4DMNBWG4 . You are receiving this because you authored the thread.Message ID: @.***>

-- Web Designer, Graphic Designer, Christian Bryan

xNocken commented 2 months ago

replays contain pretty much anything interesting thats in your memory. every player nearby, every item nearby and even lots of infos that arent limited to a specific range. the reason they are encrypted is so that you cannot access all of that in realtime. so no you cannot access it. and if you find a way report it to hackerone and claim your critical report

xNocken commented 2 months ago

if you only care about simple data like the local players position, kills, inventory and stuff then you can check out overwolf which can access realtime gamedata. it broke in the last update but i assume they will fix it soon https://overwolf.github.io/api/live-game-data/supported-games/fortnite

bryanthaboi commented 2 months ago

Yeah... ive tried messing w their shit (and i doubt theyll speedily fix it). the last time i went to mess with their stuff, it broke, and didnt get fixed for months.