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 #88

Merged
merged 5 commits into from
Dec 10, 2023
Merged

Loot management improvement #88

merged 5 commits into from
Dec 10, 2023

Commits on Dec 9, 2023

  1. loot management improvement

    Added a patch on LoadLocationLoot in order to redirect the request to /coop/location/getLoot instead of /client/location/getLocalloot when connecting to a coop raid. This way, we can pass the Server Id to the server so it can provide the coop raid loot data to EFT.
    
    Single player sessions will continue to use the default route which is /client/location/getLocalloot.
    
    This requires the StayInTarkov.SIT.Aki-Server-Mod PR "fix-loot" to work properly.
    
    A lot of testing was done to ensure it is working properly, but I recommend more testing to be safe.
    trippyone committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    b71ead5 View commit details
    Browse the repository at this point in the history
  2. refactoring

    trippyone committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    24c0a6c View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Configuration menu
    Copy the full SHA
    e176f72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e12423d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a707b99 View commit details
    Browse the repository at this point in the history