F4MP/codigos originales/tiltedcode
2026-01-06 18:53:59 +01:00
..
.githooks reestructuraicon 2026-01-06 18:53:59 +01:00
.github reestructuraicon 2026-01-06 18:53:59 +01:00
.gitmessage reestructuraicon 2026-01-06 18:53:59 +01:00
branding reestructuraicon 2026-01-06 18:53:59 +01:00
Code reestructuraicon 2026-01-06 18:53:59 +01:00
GameFiles/Skyrim reestructuraicon 2026-01-06 18:53:59 +01:00
Libraries reestructuraicon 2026-01-06 18:53:59 +01:00
modules reestructuraicon 2026-01-06 18:53:59 +01:00
Tools reestructuraicon 2026-01-06 18:53:59 +01:00
.clang-format reestructuraicon 2026-01-06 18:53:59 +01:00
.dockerignore reestructuraicon 2026-01-06 18:53:59 +01:00
.editorconfig reestructuraicon 2026-01-06 18:53:59 +01:00
.gitattributes reestructuraicon 2026-01-06 18:53:59 +01:00
.gitignore reestructuraicon 2026-01-06 18:53:59 +01:00
.gitmodules reestructuraicon 2026-01-06 18:53:59 +01:00
.releaserc reestructuraicon 2026-01-06 18:53:59 +01:00
Build.bat reestructuraicon 2026-01-06 18:53:59 +01:00
CHANGELOG.md reestructuraicon 2026-01-06 18:53:59 +01:00
CODE_GUIDELINES.md reestructuraicon 2026-01-06 18:53:59 +01:00
docker-compose.yml reestructuraicon 2026-01-06 18:53:59 +01:00
docker-multiarch-build.sh reestructuraicon 2026-01-06 18:53:59 +01:00
Dockerfile reestructuraicon 2026-01-06 18:53:59 +01:00
Doxyfile reestructuraicon 2026-01-06 18:53:59 +01:00
flake.lock reestructuraicon 2026-01-06 18:53:59 +01:00
flake.nix reestructuraicon 2026-01-06 18:53:59 +01:00
GETTINGSTARTED.md reestructuraicon 2026-01-06 18:53:59 +01:00
LICENSE reestructuraicon 2026-01-06 18:53:59 +01:00
MakeLinux.cmd reestructuraicon 2026-01-06 18:53:59 +01:00
MakeVSLatestProjects.cmd reestructuraicon 2026-01-06 18:53:59 +01:00
MakeVSXMakeLatestProjects.cmd reestructuraicon 2026-01-06 18:53:59 +01:00
package-lock.json reestructuraicon 2026-01-06 18:53:59 +01:00
package.json reestructuraicon 2026-01-06 18:53:59 +01:00
README-ANIMATION-MODS.md reestructuraicon 2026-01-06 18:53:59 +01:00
README.md reestructuraicon 2026-01-06 18:53:59 +01:00
xmake.lua reestructuraicon 2026-01-06 18:53:59 +01:00

Tilted Online

Build status Build linux Discord

Size Limit logo by Anton Lovchikov

Tilted Online is a framework created to enable multiplayer in Bethesda games, currently supporting Skyrim Special Edition.

Getting started

To play Tilted Online, go to the nexus page.

For general information, go to the Tilted Online Wiki.

Check out the build guide for setup and development info on the project. When writing code, check the CODE_GUIDELINES.md and make sure to run clang-format!

Reporting bugs

If you would like to report a bug please report them in the "Issues" tab on this page. Detailed and reproducible bug reports are of great importance for the development of the project.

Contributing

Have some experience in C++, and want to help advance the project faster? Contribute!

  • Check the issues, it's a good place to start when you don't know what to do.
  • Fork the repository and create pull requests to this repository.
  • Create pull requests to the "dev" branch, not to master or prerel.
  • Try to keep your code clean, following the code guidelines.

Main project source tree

  • client/: Sources for the SkyrimSE and FO4 clients.
  • immersive_launcher/: Game starter/updater.
  • common/: Common code shared between plugin and server.
  • encoding/: Net-message definitions.
  • server/: GameServer implementation.
  • skyrim_ui/: Source code for the ui, written in typescript.
  • tests/: Tests for the encoding and serialization code.
  • tp_process/: Worker for CEF (Chromium Embedded Framework) overlay.

License

GNU GPLv3 Image

Tilted Online is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.