skymp icon indicating copy to clipboard operation
skymp copied to clipboard

Multiplayer Mod & TypeScript SDK for Skyrim Special Edition

Results 141 skymp issues
Sort by recently updated
recently updated
newest added

closes https://github.com/skyrim-multiplayer/skymp/issues/2003

https://github.com/skyrim-multiplayer/skymp/blob/e9f965635169e2e57c27ab21506e46ab1d71717a/skymp5-server/cpp/server_guest_lib/AnimationSystem.cpp#L278

**TL;DR: SkyrimPlatform calls `DispatchMethodCall2`/`DispatchStaticCall` for latent functions like `Utility.wait` which creates a new stack each time leading to garbaging savegames.** repro: 1. Use this javascript plugin (should be in Data/Platform/Plugins,...

area:skyrim-platform
help wanted

follow up https://github.com/skyrim-multiplayer/skymp/pull/1805