Skip to content

An open-source reverse-engineered dedicated server for Frostbite games.

License

Notifications You must be signed in to change notification settings

BattleDash/FrostbiteServer

Repository files navigation

Frostbite Logo Frostbite Logo FrostbiteServer

An open-source reverse-engineered dedicated server for games running on the Frostbite engine.

When finished, this will be used to host dedicated servers for Kyber.


This is being built specifically for STAR WARS Battlefront II, but can be somewhat easily adapted to other games running on the engine, the filesystem and protocol in particular would need to be modified for the version of Frostbite the game runs on. You will need knowledge of reverse engineering and the structural layout of the Frostbite engine (the BF3 Server/PDB is a good resource).

What's done:

  • Main loop
  • Frostbite Filesystem (CAS bundles, Superbundles)
  • EBX logic parsing/loading
  • Networking, using Netty (supports StreamManagers, NetworkableMessages, Chat)
  • Level loading and Entity creation
  • Connecting to the server
  • Event/Message system
  • Ghost (Player & Entity replication, network StreamManager unfinished, still being reversed)

What's in-progress:

  • InitFS Lua support for filesystem
  • Frostbite settings system (support for Server.EnableHealthRegen commands, etc)
  • EBX logic execution
  • Remote administration page & RCON
  • Terrain loading
  • Level data & physical Entity networking
  • Plugin system

As this is a work-in-progress, you will commonly notice unused code, which is meant for future systems.

Contributions are welcome, but please adhere to the naming conventions and code standards outlined in the BF3 PDB file, and to the best of your ability reverse engineer and replicate logic from games themselves, instead of creating your own logic for systems. The goal is to have feature and logic parity with real Frostbite servers.

About

An open-source reverse-engineered dedicated server for Frostbite games.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages