LordHansCapon / cotw-harvest-tracker

8 stars 3 forks source link

Tracker: Stops recording harvests on session change #10

Closed dj-riley closed 3 months ago

dj-riley commented 10 months ago

The tracker will not record any additional harvests after a session change due to a new session score address that is not being utilized. This can occur whenever going from single player onto a multiplayer server, changing multiplayer servers, or changing from multiplayer back to single player. In these instances, the session_score_address changes, but harvest_base_address, fur_type_base_address, and fur_type_base_address_2 do not change.

dj-riley commented 10 months ago

Proposed PR solution to issue: #11

LordHansCapon commented 10 months ago

Probably the cause for #2

dj-riley commented 10 months ago

Probably the cause for #2

I'm blind🤦My apologies, should have read through all other issues before opening a duplicate.