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

Allow to add items while game is running #151

Open
angel-git opened this issue May 10, 2024 · 0 comments · May be fixed by #152
Open

Allow to add items while game is running #151

angel-git opened this issue May 10, 2024 · 0 comments · May be fixed by #152
Labels
enhancement New feature or request

Comments

@angel-git
Copy link
Owner

angel-git commented May 10, 2024

First iteration would be to add items in your stash while NOT in raid

My first idea would be to send a websocket message from the server to the client once an item is added (see WebSocketServer in spt server), then somehow override GClass1910 NotificationManagerClass in tarkov to handle this new message and again somehow refresh the stash grid

some random code:

 private static StashClass _playerStash => ClientAppUtils.GetMainApp().GetClientBackEndSession().Profile.Inventory.Stash;
 public static ISession _session => ClientAppUtils.GetMainApp().GetClientBackEndSession();

Some fancy clients mods:

@angel-git angel-git added the enhancement New feature or request label May 10, 2024
angel-git added a commit that referenced this issue May 10, 2024
@angel-git angel-git linked a pull request May 10, 2024 that will close this issue
6 tasks
angel-git added a commit that referenced this issue May 10, 2024
angel-git added a commit that referenced this issue May 17, 2024
angel-git added a commit that referenced this issue May 19, 2024
angel-git added a commit that referenced this issue May 19, 2024
angel-git added a commit that referenced this issue May 19, 2024
angel-git added a commit that referenced this issue May 19, 2024
angel-git added a commit that referenced this issue May 19, 2024
angel-git added a commit that referenced this issue May 19, 2024
angel-git added a commit that referenced this issue May 19, 2024
angel-git added a commit that referenced this issue May 19, 2024
angel-git added a commit that referenced this issue May 19, 2024
angel-git added a commit that referenced this issue May 19, 2024
angel-git added a commit that referenced this issue May 19, 2024
angel-git added a commit that referenced this issue May 20, 2024
angel-git added a commit that referenced this issue May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant