mods / utility

R // UTILITY

red4ext-rs

by jac3km4

0
★ 18 stars

red4ext-rs Rust wrapper around RED4ext.SDK. documentation Read the documentation! usage quickstart Define your Cargo.toml : set up a basic plugin You can now build your project with cargo build and copy the compiled DLL from {project}\target\debug\{project}.dll to {game}\red4ext\plugins\ . It should then be loaded by RED4ext and your function should be callable from REDscript and CET. call global and instance functions interact with in-game scripted and native types using auto-generated bindings See red4ext-rs-bindings for bindings for all types defined in RTTI in the game. define and export your own class type ...and on REDscript side: interact with scripted classes using hand-written bindings interact with native classes using hand-written bindings interact with native game systems

Summary adapted from the project README (MIT licensed). Full docs at the source link above.

Are you the author?

This is a metadata page. We never host files without your consent. Claim it to get full-speed direct hosting for your users, download stats, and complete control: edit, update, delete, it stays yours.

Requires signing in with Discord. Questions first? Message the team from your dashboard.

Comments (0)

Sign in to comment, vote, or submit screenshots.

No comments yet.

More utility mods