Search results

  1. balu92

    Get the lastest Rust Server dlls

    something is not quiet right here: Fallback handler could not load library /home/balu/Downloads/rust_leg_server/rust_server_Data/Mono/x86_64/.//home/balu/Downloads/rust_leg_server/rust_server_Data/Plugins/x86/liblibrust.so Fallback handler could not load library...
  2. balu92

    Get the lastest Rust Server dlls

    thanks, I was trying with -log and -output and some others, maybe I should have just search for available server arguments :D
  3. balu92

    Get the lastest Rust Server dlls

    legacy
  4. balu92

    Get the lastest Rust Server dlls

    how do you run it? it doesn't give me any log file :S
  5. balu92

    Get the lastest Rust Server dlls

    let me dl it, and see what I come up with :)
  6. balu92

    Get the lastest Rust Server dlls

    librust should be in: /rust_server_Data/Plugins
  7. balu92

    Solved Need plugin help

    I mispelled it: if(!Plugin.InitExists("Config")){ IniExists and NOT InitExists :D change that and it will work ;)
  8. balu92

    Solved Need plugin help

    Yeah, i meant fougerite.reload, bad habits.... nvm, what version of fougerite do you use?
  9. balu92

    Solved Need plugin help

    You don't have a config.ini file after a magma reload?
  10. balu92

    Solved Need plugin help

    okay, so here is the code, hilited: // this is a javascript object: var GatherRate = { // this line creates the "GatherRate" object's "Enabled" property // return true or false as boolean and not as string get Enabled () { return DataStore.Get("GatherRate", "Enabled");}, get Rate...
  11. balu92

    Solved Need plugin help

    yeah, I just tried in internet exploder...
  12. balu92

    Solved Need plugin help

    there were only php and html for me (and "general code") http://i.imgur.com/eflMWTf.png
  13. balu92

    Solved Need plugin help

    omg, I forgot about the bbcode :O :DD
  14. balu92

    Solved Need plugin help

    I would do it like this: // this is a javascript object: var GatherRate = { // this line creates the "GatherRate" object's "Enabled" property // return true or false as boolean and not as string get Enabled () { return DataStore.Get("GatherRate", "Enabled");}, get Rate () {return...
  15. balu92

    Solved Need plugin help

    you mean like here: var mult = parseInt(Data.GetConfigValue("GatherRate", "Config", "GatherRate")); I guess you are right :D
  16. balu92

    Solved Need plugin help

    Well, Plugin.CreateIni will create an ini file, but to tell you a secret: ini files are way better then cfg files ;)
  17. balu92

    C# and rust experimental

    cuz all the _unity dlls_ (assembley-csharp, unityengine, mscorlib, system, etc...) are mono dlls, maybe?
  18. balu92

    C# and rust experimental

    and I mentioned xamarin, cuz unity uses mono, and you better compile your dlls for mono as well
  19. balu92

    C# and rust experimental

    I know there is a way, and you don't need VS 2013, xamarin studio (formerly known as: monodevelop) is good for the task as well ( but free and open source ) https://github.com/balu92/IronPythonModule/tree/master/IronPythonModule
  20. balu92

    C# and rust experimental

    The c# plugin part is not complete yet