riri.modruntime 0.3.0
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
|
2,779,408 |
|
p5rpc.opengfd
Reimplementation of portions of GFD Engine, designed to interoperate with Persona 5 Royal
|
2,632,255 |
|
p5rpc.freecam
Freecam mod for Persona 5 Royal
|
2,566,792 |
|
metaphor.opengfd
Reimplementation of portions of GFD Engine, designed to interoperate with Metaphor: Refantazio
|
1,874,059 |
|
p5rpc.freecam
Freecam mod for Persona 5 Royal
|
60,104 |
Recent Changes
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 (
0.2.7
riri-mod-runtime: Updated build script and added CI support to automatically create and publish Reloaded mod on releaseriri-mod-tools: Added NuGet update support into mod config