Using patcher for old Rust?Not An Issue
Are there any tutorials on how to use Oxide Patcher?
And which one should i use for old rust?
Self patching is usually not supported, and "old" rust is not supported as well. You'd have to either find old DLLs either manually change all hooks that have changed.
5f5631c33fa20.png misticos
Self patching is usually not supported, and "old" rust is not supported as well. You'd have to either find old DLLs either manually change all hooks that have changed.

I have both server and client files from 2016. How can I change all the hooks manually? I get that it's not supported but at least give me some tips on how to start

Download patcher and do it, change hook locations etc.
Started making my own oxide version for Rust 2016. Added a hook. Now how can I compile it and add it to my rust server?
Sorry, we do not support self-patching. If you want an older Oxide build, you can get it via building the soruce on GitHub. We don't really support it beyond that. https://github.com/OxideMod/Oxide.RustLegacy
Locked automatically