17 releases (9 breaking)
| 0.11.0 | Aug 22, 2025 |
|---|---|
| 0.9.1 | Aug 9, 2025 |
| 0.8.0 | Jun 22, 2025 |
| 0.5.1 | Mar 22, 2025 |
#5 in #eldenring
2MB
61K
SLoC
FromSoftware-rs 🔩 From Software runtime rust bindings
Rust bindings to facilitate mod creation for From Software games.
Examples
Check out the examples directory
Project structure (crates)
crates/eldenringContains the definitions for the Elden Ring structures.crates/eldenring-utilProvides helper methods for loading and working with Elden Ring structures.crates/nightreignContains the definitions for the Elden Ring: Nightreign structures.crates/sharedDefines structures and utilities that are shared across multiple From Software games.crates/shared/macrosDefines a derive macro for implementing theFromSingletontrait on types. Do not depend on this directly since the macro is reexported throughfromsoftware-shared.
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).
Dependencies
~144MB
~2M SLoC