Fougerite Official

Fougerite Official 1.9.2

No permission to download

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,093
4,784
113
At your house.
github.com
DreTaX updated Fougerite Official with a new update entry:

Additions

  • Fougerite.dll and RustPP.dll were updated.
  • Fougerite now uses the GlobalBanlist and checks if the player is banned on connection
  • Improved the Ban methods in the Server class
  • RustPP got two new config options (Included in the new config file, Join and Leave message values):
INI:
[Settings]
rust++_enabled=true
chatname=Rust++
help_string1=Chat Commands: /help /location /history /pm /r /players /starter /ping /share /unshare
help_string2=/friends /addfriend...
Read the rest of this update entry...
 

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,093
4,784
113
At your house.
github.com
DreTaX updated Fougerite Official with a new update entry:

Fixes/Additions

  • Added an Entity.MaxHealth property
  • Fougerite Ban check/methods are now fixed, and I'm now checking if you are banned OnPlayerApproval event
  • RustPP API got some extras
C#:
        public bool HasPermission(string perm)
        {
            return AdminClass.HasPermission(perm);
        }

        public bool IsAdmin(ulong uid)
        {
            return Administrator.IsAdmin(uid);
        }

        public bool IsAdmin(string name)
        {...
Read the rest of this update entry...
 

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,093
4,784
113
At your house.
github.com
DreTaX updated Fougerite Official with a new update entry:

1.1.2

Lots of additions I have to say, so here we go:

MoonSharp Engine (LUA 5.2) was added.
This means you can develope with LUA now, but the plugins only support Fougerite hooks atm. I'm planning to add some sort of Oxide plugin compatibility.​
Patcher was modified.
You should repatch I did some major patching to stabilize the server​
Engine Updates.
Jint,Magma, IronPython is now having an auto command registration feature, which means It will...​
Read the rest of this update entry...
 

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,093
4,784
113
At your house.
github.com

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,093
4,784
113
At your house.
github.com
DreTaX updated Fougerite Official with a new update entry:

Fixes

  • Some fixes in the engines
  • Plugin.CreateList() - Creating C# lists
  • I patched the uLink.dll and deobfuscated with the best program. I have to say that my server seems to be stable, It's the same thing. Hopefully this will stop the rust flood. I sometimes detect that the server is not flooding but you can't connect. Well in that status, the server is still saveable, and you can restart It. I don't think I'm able to do more for the shitty rust flood errors
  • GlitchFix got updated,...
Read the rest of this update entry...
 

Jakkee

Retired Staff
Retired Staff
Plugin Developer
Jul 28, 2014
1,465
932
113
Australia
are the oxide
You currently can't use Oxide plugins on Fougerite as they are using different hooks, DreTax may add some Oxide plugin support later down the track if he hasn't already started on it