Fougerite Official

Fougerite Official 1.9.2

No permission to download

tarynkelley

Retired Staff
Retired Staff
Trusted Member
Nov 14, 2015
575
178
28
Parts Unknown
How do I compile the files?

I'm getting a lot of:

warning MSB3245: Could not resolve this reference. Could not locate the assembly

errors.

I figured out I have to place some DLLs from Rust Server into the Fougerite-master\References folder.

But I still get some message like:

Code:
Fougerite-master\Fougerite\Fougerite\ChatString.cs(69,32,69,40): warning CS0809: Obsolete member 'Fougerite.ChatString.ToString()' overrides non-obsolete member 'object.ToString()'
1>Fougerite-master\Fougerite\Fougerite\Events\CraftingEvent.cs(55,23,55,37): error CS0122: 'CraftingInventory.CancelCrafting()' is inaccessible due to its protection level
1>Fougerite-master\Fougerite\Fougerite\Events\InventoryModEvent.cs(23,65,23,78): error CS1061: 'Inventory' does not contain a definition for '_netListeners' and no extension method '_netListeners' accepting a first argument of type 'Inventory' could be found (are you missing a using directive or an assembly reference?)
 
Last edited:

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,093
4,784
113
At your house.
github.com
How do I compile the files?

I'm getting a lot of:

warning MSB3245: Could not resolve this reference. Could not locate the assembly

errors.

I figured out I have to place some DLLs from Rust Server into the Fougerite-master\References folder.

But I still get some message like:

Code:
Fougerite-master\Fougerite\Fougerite\ChatString.cs(69,32,69,40): warning CS0809: Obsolete member 'Fougerite.ChatString.ToString()' overrides non-obsolete member 'object.ToString()'
1>Fougerite-master\Fougerite\Fougerite\Events\CraftingEvent.cs(55,23,55,37): error CS0122: 'CraftingInventory.CancelCrafting()' is inaccessible due to its protection level
1>Fougerite-master\Fougerite\Fougerite\Events\InventoryModEvent.cs(23,65,23,78): error CS1061: 'Inventory' does not contain a definition for '_netListeners' and no extension method '_netListeners' accepting a first argument of type 'Inventory' could be found (are you missing a using directive or an assembly reference?)
It's because you are not using the patched DLLs.
 

tarynkelley

Retired Staff
Retired Staff
Trusted Member
Nov 14, 2015
575
178
28
Parts Unknown
I was able to compile RustPP (without editing anything of the sourcecode), but the DLL doesn't have the same size as the latest Rust++.dll in the Fougerite download. Why this?
 

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.3.6

  • Little fixes in Fougerite
  • Rust++'s config was updated with a new shutdown setting, and the command can be enabled from the config. I also added a new permission which is in the admins.xml

Shutdown commands:

/shutdown Starts the timer and does a save at the end
/shutdown safeurgent Save and then shutdown
/shutdown urgent Shutdown immediately
Read the rest of this update entry...
 

tarynkelley

Retired Staff
Retired Staff
Trusted Member
Nov 14, 2015
575
178
28
Parts Unknown
Please also updated the github sources, since I made a small modification which allows me to log if a mod/admin activated or deactivated godmode.
 

Martin

New Member
Member
Sep 7, 2014
23
2
3
I have Fougerite installed on my srv and when i update what i need to do?
Copy/paste some files or install downloaded updated fougerite with install file?
I think that only need to paste Modules folder :D