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
|
11,419,675 |
|
p5rpc.opengfd
Reimplementation of portions of GFD Engine, designed to interoperate with Persona 5 Royal
|
11,013,514 |
|
p5rpc.freecam
Freecam mod for Persona 5 Royal
|
10,945,825 |
|
metaphor.opengfd
Reimplementation of portions of GFD Engine, designed to interoperate with Metaphor: Refantazio
|
8,478,406 |
|
p4rpc.trip2.debug.reloadedconsole
Prints the Reloaded-II console output into the ImGui window
|
265,715 |
|
p4rpc.trip2.debugui
Hosts a debug GUI window using ImGui
|
265,622 |
|
p4rpc.trip2.debug.uobjectviewer
Unreal Object viewer for ImGui Debug UI
|
265,597 |
|
p5rpc.freecam
Freecam mod for Persona 5 Royal
|
60,174 |
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 (