Solved Compiling plugin to .dll?

Discussion in 'Rust Development' started by WelaurS, Feb 6, 2017.

  1. Hello. Can I compile my plugin as dll library? If I can, pls give me guide. Thank you.
     
  2. Wulf

    Wulf Community Admin

    Plugins are not loaded in .dll format. If you'd like to have a .dll, you'd need to write an extension for Oxide. If you are simply wanting it as a .dll for protecting it, that won't protect it as .dll files are easily readable with a decompiler.

    Examples: Oxide/Extensions at develop · OxideMod/Oxide · GitHub
     
  3. Ok, ty very much)