1. What need for development of plugin in rust? I am developer and would of develop one plugin, someone could my helper?
     
  2. If you are a developer, why do you need to ask then for help on developing a plugin??
     
  3. Friend, I am not rust developer plug-in, I am developer generally do not ask for help to develop asked for help to know where to start or what files to download to start, I'm new at this to develop plugin for rust.
     
  4. If you know C# then it will be easy for you just read up on a few things
     
  5. Thank you, there are some references que I might be looking at? in the case if I need to change some unity of the model, it is possible?
     
  6. Wulf

    Wulf Community Admin

    It's not possible to change models via a plugin, that'd require client changes and isn't something Oxide supports.
     
  7. Lol wait, I am a dev and I'm not 100% sure where to get started making a mod! On top of that I have made a command in game that can teleport players.
     
  8. Pardon??
     
  9. C# basic knowledge,CodeReflect , Notepad++ and you should be good to go.
     
  10. Notepad++? :p
     
  11. I mostly use a text editor instead of an IDE as well and iirc Wulf occasionally uses Notepad++ as well for development, it isn't that irregular.
     
  12. Aye, I used to use NP++ too, I use Atom now though, I prefer it over VS.
     
  13. Well he uses it for "quick edits"
     
  14. And I use sublime text for development in every language I use, not just for quick edits.
    I know a bunch of exceptional devs that only use vim/emacs as well (and maybe the occasional acme user too).