Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loot management improvement #11

Merged
merged 2 commits into from
Dec 10, 2023
Merged

Loot management improvement #11

merged 2 commits into from
Dec 10, 2023

Conversation

trippyone
Copy link
Contributor

  • Loot is now generated per CoopMatch instance. This means that loot will no longer be static for all raids and will no longer require a restart of the server to re-generate. Loot is generated every new raid.
  • A new route was created: /coop/location/getLoot. It's purpose is to provide the loot data of a given CoopMatch server Id to EFT. Single player sessions will continue to use the normal route: /client/location/getLocalloot.
  • Removed now pointless LocationCallback and LocationController overrides.

Note: this requires the StayInTarkov.Client PR "loot-fix" in order to work properly.

A lot of testing was done to ensure everything works properly, but I recommend more testing just to be safe.

trippyone and others added 2 commits December 9, 2023 14:22
- Loot is now generated per CoopMatch instance. This means that loot will no longer be static for all raids and will no longer require a restart of the server to re-generate. Loot is generated every new raid.
- A new route was created: /coop/location/getLoot. It's purpose is to provide the loot data of a given CoopMatch server Id to EFT. Single player sessions will continue to use the normal route: /client/location/getLocalloot.
- Removed now pointless LocationCallback and LocationController overrides.

Note: this requires the StayInTarkov.Client PR "loot-fix" in order to work properly.

A lot of testing was done to ensure everything works properly, but I recommend more testing just to be safe.
@paulov-t paulov-t merged commit b53918c into master Dec 10, 2023
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants