Skip to content

Chairloader

By thelivingdiamond & tmp64

Chairloader is a modding framework built for Prey (2017) developed by Arkane. First and foremost chairloader is designed to enable modders to make mods for Prey on a scale never before seen. With realtime mod DLL loading modders are now given the ability to change not just the assets, but the code at the core of the game. There is a GUI built in with several functions to aid in modding (or messing around). Learn more below

Licensed under GNU GPLv3

Installation

Mod Manager

  • Easy installation of Chairloader
  • Control load order and state of mods
  • Automatic merging, packing, and deploying of XML files and assets
  • Modders now only need to include the elements that are new/edited in the mod files
  • Works for all XML assets in the game

Chairloader Editor

  • Free cam
  • Click on entities to inspect
  • Entity editing
  • Pause the game to explore with free cam

Chairloader Tools

Built-in trainer-like functions:

  • Entity Manager
  • Player Manager
  • World Manager
  • Full in-game console reimplemented
  • Performance evaluation
  • Full mod config manager

API Functionality:

  • Automatic loading of mod DLLs (when enabled in mod loader)
  • Full game header decompilation
  • Example mod code
  • Wiki documentation (coming soon)