Hi, I have successfully created a test plugin within VS19.. well kind of.
I've added the reference to the .dll files inside the 'RustDedicated_Data\Managed' folder and I can build a blank Hello World plugin.
But when I try to build a test plugin using the OnWeaponFired method, VS complains about:
- The type or namespace name 'ProjectileShoot' does not exist in the namespace 'ProtoBuf' (are you missing an assembly reference?)
If I just ignore the error and copy the file into a running Rust server it will work.
I'd like to know what reference am I missing so I can compile the plugin before testing it with a running rust server.
Thanks.
I've added the reference to the .dll files inside the 'RustDedicated_Data\Managed' folder and I can build a blank Hello World plugin.
But when I try to build a test plugin using the OnWeaponFired method, VS complains about:
- The type or namespace name 'ProjectileShoot' does not exist in the namespace 'ProtoBuf' (are you missing an assembly reference?)
If I just ignore the error and copy the file into a running Rust server it will work.
I'd like to know what reference am I missing so I can compile the plugin before testing it with a running rust server.
Thanks.




