1. How do I set up a config in C#?
    I took a look into some C# pluginw which have config files, but like everyone had another way of doing it... That confused me.
     
  2. Everyone codes differently so we each have our own styles. Just pick one of the ways you understand and go with that.
     
  3. ok
     
  4. Wulf

    Wulf Community Admin

    It's the same docs.
     
  5. umm okay ^^
    Because they looked different also those githubpage/rust etc didnt work
    [DOUBLEPOST=1433886040][/DOUBLEPOST]So to come back to the subject:
    So the basic config setting is simply:
    Code:
    Config["Var"] = "Value";
     
    Last edited by a moderator: Jun 9, 2015