Thanks to visit codestin.com
Credit goes to github.com

Skip to content

a fork of Razer's Voltronite backend with my own stuff

Notifications You must be signed in to change notification settings

Ducki67/Voltronite-fork1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voltronite

Voltronite is an OGFN backend used to simulate or emulate Fortnite services, allowing connections on older versions of the game.

Personal changes made by Me

Details Admin/Settings pannel (under the works)
- Config changing
- Login system
- Backend controllers: Restart, Shutdown

MatchMaking / Matchmaker

  • not done fully

🚀 Features

  • Simulates Fortnite services for older clients
  • Simple setup and lightweight
  • Runs on Bun for speed and efficiency

📦 Installation

  1. Install Bun
    Download and install Bun from https://bun.sh.

  2. Setup .env
    Rename .env.example to .env and fill it up to your liking.

  3. Install dependencies

    bun install
  4. Run the backend

    bun run src/app.ts

How to set up matchmaking

Details
  1. Load up a OG build
    Get any builds from here
  2. Use Erbium GameServer
    Make sure to use Erbium ot Other GS that supports your version(s)
  3. Launch A Fortnite build
    The MM only works on 2.5 - 28.30. MM Support for <2.5 will be added in the future.

Yay! you made it now you should get into your match :)


🛠️ Support & Compatibility

Voltronite currently provides multi-chapter Fortnite support with varying levels of stability and feature completeness:

✔️ Support for Chapters

  • Chapter 1 --- Fully working
    Tested on:

    • 2.5
    • 3.1.1
    • 4.5
    • 6.31
    • 7.40
    • 8.51
    • 9.10
    • 9.21
    • 9.41
    • 10.40
  • Chapter 2 --- Working but limited testing.
    Tested on:

    • 14.40
    • 17.30
    • 11.31
    • 12.61
    • 16.40
  • Chapter 3 --- Fully working
    Tested on:

    • 19.10
    • 21.00
    • 22.40
  • Chapter 4 --- Fully working, except some matchmaking limitations on some version.
    Tested on:

    • 23.50
    • 27.11
    • 24.20
    • 25.11
    • 26.30 (Both known CLs)
  • Chapter 5 --- Fully working
    Tested on:

    • 28.30
    • 28.00
    • 29.00

Recomended to use Erbium as GameServer for chapters 3+ and for to matchmake to.

📜 License

This project is licensed for free personal and educational use only.

  • ✅ You may use, modify, and run this backend for your own personal or educational purposes.
  • ❌ Commercial use, resale, or redistribution of this project is not permitted without explicit permission from the author.

By using this software, you agree to the above terms.


About

a fork of Razer's Voltronite backend with my own stuff

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.4%
  • HTML 1.5%
  • Batchfile 0.1%