1. I have some knowledge of C# and that's about it, how would I even go about creating a mod for rust. I have access to the base code of rust. What now, What am I missing?
     
  2. You need to disassemble main dll's and re-assembly with your changes.
     
  3. To resemble it requires manually fixing some 3000 errors that the dissembler makes. Am I getting something wrong here?
     
  4. Wulf

    Wulf Community Admin

    Are you wanting to make a plugin or a standalone mod? The community here is for plugin development, which would never involve re-assembling a DLL from a decompiled one. The only thing you'd do with the decompiled DLL is review it for things you'd need in a plugin.
     
  5. Yeah I'm basically at the stage where i know some C# but I haven't figured out how to work with oxide. Maybe I'll just test around and see what I can do but I'm new to this. EDIT: Yes I would like to create a plugin as fixing some 3000 errors seems bleak.