Due to human (non-bot) spam the first contribution of a user has to be reviewed and activated manually, all further contributions do not require this.
As long as a user does not have at least one reviewed and activated contribution, the user is unable to edit his profile, set a avatar, title picture or a signature.
-
I added dirt ramp to this mod, Here is what I added for your reference.
public class CartDirtRampRecipe : Recipe
{
public CartDirtRampRecipe()
{
this.Products = new CraftingElement[]
{
new CraftingElement<DirtRampItem>(),
};
this.Ingredients = new CraftingElement[]
{
new CraftingElement<DirtItem>(6)
};
this.CraftMinutes = new ConstantValue(0.4f);
this.Initialize(Localizer.DoStr("Dirt Ramp"), typeof(DirtRampRecipe));
CraftingComponent.AddRecipe(typeof(WoodCartObject), this);
CraftingComponent.AddRecipe(typeof(SmallWoodCartObject), this);
CraftingComponent.AddRecipe(typeof(TruckObject), this);
CraftingComponent.AddRecipe(typeof(SteamTruckObject), this);
CraftingComponent.AddRecipe(typeof(PoweredCartObject), this);
}
}
Display More
-
I did a clean slate on my self on my server however the talent perks were still selected.
-
i can confirm this as well that it does not work with 8.0.6. throws the following error in my console.
Quote
Finished in 1,406.2ms[05:59:12] Starting NetworkManager...
[05:59:12] Initializing Simulation Types...
Finished in 45.2ms[05:59:12] Starting BackupPlugin...
[05:59:12] Starting WorldGeneratorPlugin...
[05:59:12] Starting GameplayStatsPlugin...
Finished in 0.1msFinished in 79.9ms[05:59:12] Starting StorageManager...
Finished in 165.4msFinished in 491.4ms[05:59:12] Initializing items...
Finished in 3,963.9msFinished in 4,361.6ms[05:59:16] Starting PausePlugin...
[05:59:16] Loading Pause...
Finished in 3.6msFinished in 10.2ms[05:59:16] Server Initialization finished in 6,242.3ms
[05:59:16] Failed to load server, Exception was Exception: ArgumentException
Message:An item with the same key has already been added.
Source:mscorlib
System.ArgumentException: An item with the same key has already been added.
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
at Eco.World.BlockManager..cctor()
Display More
-
also dirt is still only 10.
-
Hello, love the mod but found an issue, Shale is still only 20.
other than that its working great.