Fougerite Official

Fougerite Official 1.9.2

No permission to download

Komrad

Member
Member
May 14, 2017
89
4
6
30
I have university exams which are really important, but I will put some work to that this week. I promise a Fougerite update.
Successful studies at the university;) - what can I suggest to add to the update - adding custom items to the list of items - let's add the code to the M4 sight - and to make it a separate item to directly add to the drop ++, you can also adapt the Resource manager from the oxide here
 
  • Friendly
Reactions: DreTaX

salva

Friendly self-taught developer
Administrator
Jan 31, 2016
577
612
63
Oxide is a trash stink to dead !!!

http://fougerite.com/resources/gatherplus.24/

Code:
[GatherRate]
Wood=2
Sulfur Ore=2
Metal Ore=2
Stones=2
Leather=2
Cloth=2
RawChickenBreast=2
AnimalFat=2
Blood=2

[TotalResources]
MutantBear=25
MutantWolf=15
Bear=25
Wolf=15
Chicken=3
Rabbit=3
Boar=20
Stag=20
WoodPile=100
SulfurOre=100
MetalOre=100
StoneOre=100
 

Komrad

Member
Member
May 14, 2017
89
4
6
30
Oxide is a trash stink to dead !!!

http://fougerite.com/resources/gatherplus.24/

Code:
[GatherRate]
Wood=2
Sulfur Ore=2
Metal Ore=2
Stones=2
Leather=2
Cloth=2
RawChickenBreast=2
AnimalFat=2
Blood=2

[TotalResources]
MutantBear=25
MutantWolf=15
Bear=25
Wolf=15
Chicken=3
Rabbit=3
Boar=20
Stag=20
WoodPile=100
SulfurOre=100
MetalOre=100
StoneOre=100
I do not need to be given more res - I need to be able to set new spawn resources in the config file
 

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

  • Fougerite.dll Updated
  • NewtonSoft dlls added, please don't forget to upload them
  • Patcher modified, please repatch or use the prepatched dlls.
  • Rust++ Updated
  • IronPython Updated
  • Jint Updated
  • Magma Updated
  • MoonSharp Updated
  • Json Support added, you may use them in py, js, lua by refering class "JSON" or in C# by importing the dll or simpy using JsonAPI from Fougerite
  • uLink Debug messages are now added, you...
Read the rest of this update entry...
 
Last edited:

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.5.6V2

  • Added missing System.Data and Serialization dlls for json.
Example:

Python:
class Test5:

    def On_PluginInit(self):
        sbuilder = JSON.CreateStringBD()
        writer = JSON.CreateJsonWriter(sbuilder, True)
        #writer.Formatting = Formatting.Indented
        writer.WriteStartObject()
        writer.WritePropertyName("CPU")
        writer.WriteValue("Intel")
        writer.WritePropertyName("PSU")
        writer.WriteValue("500W")...
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.5.6C

  • Mysql Added, you can use It in any way in C#, all the Interpreter engines have to call the "MySQL" class. (Py, Lua, Js)
  • Lots of new dlls were added, and some of them have received a different one, be sure to overwrite all the dlls. (Mysql dlls, System.Data, System.Management, I18N)
  • All Interpreters were updated, replace Jint,Magma, IronPy, MoonSharp dlls with the new ones.
  • Fougerite.dll Updated
  • Basic Class for Interpreters to use:...
Read the rest of this update entry...
 

Komrad

Member
Member
May 14, 2017
89
4
6
30
Code:
[6/14/2017 5:44:30 PM] [Debug] [Magma] Loading plugin Drop++.
[6/14/2017 5:44:30 PM] [Debug] [Magma] Loaded: D:\rust_server_Data\Modules\Magma\Drop++\Drop++.js
[6/14/2017 5:44:30 PM] [Error] [Magma] Drop++ plugin could not be loaded.
[6/14/2017 5:44:30 PM] [Exception] [ MagmaPluginModule->LoadPlugin | MagmaPluginModule->ReloadPlugins | MagmaPluginModule->Initialize | ModuleContainer->Initialize | ModuleManager->LoadModules | Bootstrap->Start | ]
System.TypeLoadException: Could not load type 'MySql.Data.MySqlClient.MySqlConnection' from assembly 'MySql.Data, Version=6.7.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d'.
  at (wrapper managed-to-native) System.Reflection.MonoMethodInfo:get_method_info (intptr,System.Reflection.MonoMethodInfo&)
  at System.Reflection.MonoMethodInfo.GetMethodInfo (IntPtr handle) [0x00000] in <filename unknown>:0
  at System.Reflection.MonoMethodInfo.GetReturnType (IntPtr handle) [0x00000] in <filename unknown>:0
  at System.Reflection.MonoMethod.get_ReturnType () [0x00000] in <filename unknown>:0
  at Jint.Native.NativeConstructor.InitPrototype (IGlobal global) [0x00000] in <filename unknown>:0
  at Jint.Native.NativeTypeConstructor.Wrap[Type] (System.Type value) [0x00000] in <filename unknown>:0
  at Jint.Marshaller.CreateConstructor (System.Type t) [0x00000] in <filename unknown>:0
  at Jint.Marshaller.MarshalType (System.Type t) [0x00000] in <filename unknown>:0
  at Jint.Marshaller.MarshalClrValue[Object] (System.Object value) [0x00000] in <filename unknown>:0
  at Jint.Native.JsGlobal.WrapClr (System.Object value) [0x00000] in <filename unknown>:0
  at Jint.JintEngine.SetParameter (System.String name, System.Object value) [0x00000] in <filename unknown>:0
  at MagmaModule.MagmaPlugin.InitGlobals () [0x00000] in <filename unknown>:0
  at MagmaModule.MagmaPlugin..ctor (System.IO.DirectoryInfo directory, System.String name, System.String code) [0x00000] in <filename unknown>:0
  at MagmaModule.MagmaPluginModule.LoadPlugin (System.String name) [0x00000] in <filename unknown>:0
 

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,093
4,784
113
At your house.
github.com
In principle not critical as it does not use js but still )
System.TypeLoadException: Could not load type 'MySql.Data.MySqlClient.MySqlConnection' from assembly 'MySql.Data, Version=6.7.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d'.

I detailed in the changelogs to copy all new dlls. You didn't update the dlls from the Managed, or missing the dlls.
 

Komrad

Member
Member
May 14, 2017
89
4
6
30
System.TypeLoadException: Could not load type 'MySql.Data.MySqlClient.MySqlConnection' from assembly 'MySql.Data, Version=6.7.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d'.

I detailed in the changelogs to copy all new dlls. You didn't update the dlls from the Managed, or missing the dlls.
All I updated is the net server,on top of the already assembled fougerite and run the patcher - check for yourself