https://github.com/skyrim-multiplayer/skymp
Multiplayer Mod & TypeScript SDK for Skyrim Special Edition
https://github.com/skyrim-multiplayer/skymp
game mod multiplayer online skymp skyrim
Last synced: 6 months ago
JSON representation
Multiplayer Mod & TypeScript SDK for Skyrim Special Edition
- Host: GitHub
- URL: https://github.com/skyrim-multiplayer/skymp
- Owner: skyrim-multiplayer
- License: other
- Created: 2020-06-14T00:05:19.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T12:23:52.000Z (12 months ago)
- Last Synced: 2024-10-29T13:20:03.012Z (12 months ago)
- Topics: game, mod, multiplayer, online, skymp, skyrim
- Language: C++
- Homepage:
- Size: 37.2 MB
- Stars: 220
- Watchers: 10
- Forks: 75
- Open Issues: 77
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
# SkyMP
[](https://discord.gg/k39uQ9Yudt)
[](CONTRIBUTING.md)
[](https://discord.gg/k39uQ9Yudt)
[](https://discord.gg/k39uQ9Yudt)SkyMP is an open-source multiplayer mod for Skyrim ⚡
SkyMP is built on top of the [SkyrimPlatform](docs/docs_skyrim_platform.md) - a tool to create Skyrim mods with TypeScript and Chromium. 🚀
This repo hosts all sources to ease local setup and contributing. See [CONTRIBUTING](CONTRIBUTING.md) for build instructions.

### What's Synced
- [x] Player movement and animation sync
- [x] Appearance: race, headparts, tints, etc
- [x] PvP sync: melee damage, attributes, death
- [x] Inventory sync: equipment, containers, craft, etc
- [x] Limited scripts sync (WIP) - we have our own Papyrus engine
- [ ] Who knows what comes next? We work on synchronizing all Skyrim game mechanics, see [ROADMAP](ROADMAP.md).### Multiplayer Features
- Mostly server-controlled game state - you can't cheat everything
- Store your world in plain files or MongoDB
- Customize your server with TypeScript or Papyrus scripting
- Use esp/esm mods, just ensure both client and server load order are the same### Terms of Use
See [TERMS.md](TERMS.md). TL;DR disclose the source code of your forks.
Third-party code licenses can be found in [THIRD_PARTY_LICENSES](THIRD_PARTY_LICENSES).
### Development with GitHub Codespaces
[](https://github.com/codespaces/new?repo=skyrim-multiplayer/skymp&ref=main)