riri.modruntime 0.3.1
Common utilities for Reloaded-II Rust mods
Showing the top 20 packages that depend on riri.modruntime.
| Packages | Downloads |
|---|---|
|
riri.criadx
Wrapper functions for calling methods in Criware ADX Library
|
3,439,034 |
|
p5rpc.opengfd
Reimplementation of portions of GFD Engine, designed to interoperate with Persona 5 Royal
|
3,275,855 |
|
p5rpc.freecam
Freecam mod for Persona 5 Royal
|
3,210,336 |
|
metaphor.opengfd
Reimplementation of portions of GFD Engine, designed to interoperate with Metaphor: Refantazio
|
2,365,960 |
|
p5rpc.freecam
Freecam mod for Persona 5 Royal
|
60,110 |
Recent Changes
0.3.1
riri-mod-tools:- Added the
riri_mod_loading_fnattribute which can be attached onto a function with anIModConfigparameter to get called when Reloaded-II loads another mod.
- Added the
riri-mod-tools-rt:- Added the
Array<T>system object to interop with C# arrays. - Added most of the missing methods from
IModConfigin C# interop.
- Added the
0.3.0
riri-mod-tools:- Add automatic bindgen between C# classes and Rust structs, designed to call Reloaded API interfaces from Rust.
- Pointer and reference types in function parameters are treated as nint in C# to prevent unknown type errors
- Write a README describing the crate's usage
riri-mod-tools-rt:- Implement ProcessInfo for Linux and OS-agnostic page protection function (
PageProtection::change_protection) - Add callback for Reloaded Logger API's OnWrite/OnWriteLine events
- Implement ProcessInfo for Linux and OS-agnostic page protection function (