Performance first, universal Fortnite private server backend written in Go.
Go to file
2024-01-03 23:36:11 +00:00
aid Add Exchange Code; Add Winterfest Lobby )mcp coming soon!) remove tokens from db and revert to jwt tokens 2023-12-26 03:07:18 +00:00
discord pretty console 2024-01-03 19:56:23 +00:00
fortnite pretty console 2024-01-03 19:56:23 +00:00
handlers add friends 2024-01-03 23:25:17 +00:00
person add basic testing 2024-01-03 23:36:11 +00:00
storage add basic testing 2024-01-03 23:36:11 +00:00
.air.toml Improve Display Asset accuracy 2023-12-10 23:54:31 +00:00
.gitignore Continue to research how fortnite storefront works. 2023-11-26 22:39:05 +00:00
default.config.ini add discord bot! 2023-12-13 22:52:16 +00:00
go.mod Add Exchange Code; Add Winterfest Lobby )mcp coming soon!) remove tokens from db and revert to jwt tokens 2023-12-26 03:07:18 +00:00
go.sum Add Exchange Code; Add Winterfest Lobby )mcp coming soon!) remove tokens from db and revert to jwt tokens 2023-12-26 03:07:18 +00:00
main.go add friends 2024-01-03 23:25:17 +00:00
makefile Hello, World! 2023-10-31 22:40:14 +00:00
readme.md update readme 2024-01-03 23:25:42 +00:00

1

Snow

Performance first, universal Fortnite private server backend written in Go.

Features

  • Blazingly Fast Written in Go and build on Fast HTTP, it is extremely fast and can handle any profile action in milliseconds with its caching system.
  • Profile Changes Automatically keeps track of profile changes exactly so any external changes are displayed in-game on the next action.
  • Universal Database It is possible to add new database types to satisfy your needs. Currently, it only supports postgresql.

What's next?

  • XMPP, Gifting, Matchmaker and Battle Pass support.
  • Interact with external Services like Amazon S3 Buckets to save player data externally.
  • A way to interact with accounts outside of the game. This is mainly for a web app and other services to interact with the backend.

Version Support

Supported

  • Chapter 1 Season 2 Fortnite+Release-2.5-CL-3889387-Windows
  • Chapter 1 Season 5 Fortnite+Release-5.41-CL-4363240-Windows
  • Chapter 1 Season 8 Fortnite+Release-8.51-CL-6165369-Windows
  • Chapter 2 Season 2 Fortnite+Release-12.41-CL-12905909-Windows
  • Chapter 3 Season 1 Fortnite+Release-19.10-CL-Unknown-Windows

Not Supported

  • Chapter 1 Season 4 Fortnite+Release-4.5-CL-4159770-Windows I cannot get JWT Tokens to correcly work. I need to supplt a KID for the JWT Token to work however I cannot find a way to get the KID from the game. If you know how to get the KID from the game please open an issue or pull request.

Support

  • Github Wiki View all of the setup guides and usefull information on how to setup the backend.
  • Discord Server Get help from community members on anything else!

Contributing

Contributions are welcome! Please open an issue or pull request if you would like to contribute. Make sure to follow the same format (2 space indents) and style! Make sure to keep commits concise and readable e.g. do not change formating to mess up code review!