Skip to content

vswarte/fromsoftware-rs

Repository files navigation

FromSoftware-rs 🔩 From Software runtime rust bindings

Rust bindings to facilitate mod creation for From Software games.

Build Status Crates.io License

Examples

Check out the examples directory

Project structure (crates)

  • crates/eldenring Contains the definitions for the Elden Ring structures. Crates.io Documentation
  • crates/nightreign Contains the definitions for the Elden Ring: Nightreign structures. Crates.io Documentation
  • crates/shared Defines structures and utilities that are shared across multiple From Software games. Crates.io Documentation
  • crates/shared/macros Defines a derive macro for implementing the FromSingleton trait on types. Do not depend on this directly since the macro is reexported through fromsoftware-shared. Crates.io Documentation

Credits (aside listed contributors to this repository)

  • Tremwil (for the arxan code restoration disabler, vtable-rs and a few other boilerplate-y things as well as implementing the initial FD4 singleton finder for TGA that I appropriated).
  • Dasaav (for libER as well as from-singleton and heaps of engine-related structures).
  • Sfix (for coming up with the FD4 singleton finder approach at all).
  • Yui (for the arxan code restoration disabler as well as some structures and AOBs).
  • Vawser (and probably many more) (for hosting the param defs used with the param struct generator).

(Have you contributed to TGA in some manner and does this repository have your work in it? Reach out to @chainfailure on Discord for proper credit disclosure).

About

WIP bindings to Elden Ring and Nightreign

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-ASL2
MIT
LICENSE-MIT

Stars

Watchers

Forks

Languages