Roms1383 / red4ext-rs-example

red4ext-rs example project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

red4ext-rs example project

This is a template RED4ext plugin written in Rust. It contains a CI job that produces a ZIP archive with your code nicely packaged as a Cyberpunk2077 mod.

requirements

  • RED4ext (for deployment in the game)
  • redscript (for deployment in the game)
    • Only required for the native function definition.

build

cargo build --release

This will produce a DLL file in target/release/red4ext_rs_example.dll. It needs to be placed in Cyberpunk 2077/red4ext/plugins for RED4ext.

About

red4ext-rs example project

License:MIT License


Languages

Language:Rust 82.8%Language:Red 17.2%