Successful studies at the universityI 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 universityI have university exams which are really important, but I will put some work to that this week. I promise a Fougerite update.
[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 fileOxide 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 think under Assembly CSharp -> SpawnManager you can increase the minimum spawn amountI do not need to be given more res - I need to be able to set new spawn resources in the config file
I will check that out to see if he could use that.I think under Assembly CSharp -> SpawnManager you can increase the minimum spawn amount
Read the rest of this update entry...
- 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...Example:
- Added missing System.Data and Serialization dlls for json.
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...
- 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:...
[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
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'.In principle not critical as it does not use js but still )
All I updated is the net server,on top of the already assembled fougerite and run the patcher - check for yourselfSystem.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.
Enable the plugin drop++If you only updated those I'm not surprised that It doesn't work XD
View attachment 2119
All is fine here