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.
Carry more of each item.
About the mod:
Inspired by the mod Carrymore++ by IGSApex, I created a 9.7.x compatible version of this mod.
Additional information:
This mod modifies all original files using the override method. You can carry twice as much of each item and the weight has been reduced to half. The weight of items without stack size is also reduced to half, so you can carry more.
Installation:
Copy the /Mod folder to the root directory of your server. It is organized as follows:
[YourServerFolder]/Mods/Usercode/Items
[YourServerFolder]/Mods/Usercode/Player
[YourServerFolder]/Mods/Usercode/AutoGen/Block
[YourServerFolder]/Mods/Usercode/AutoGen/Clothing
[YourServerFolder]/Mods/Usercode/AutoGen/Fertilizer
[YourServerFolder]/Mods/Usercode/AutoGen/Item
[YourServerFolder]/Mods/Usercode/AutoGen/Tool
[YourServerFolder]/Mods/Usercode/AutoGen/Vehicle
You can change the stack size/weight to your own requirements if you change the string in the cs files as shown:
Open the cs file and find a similar string.
Example:
[Serialized]
[LocDisplayName("Ashlar Basalt")]
[MaxStackSize(40)] //change the stacksize
[Weight(5000)] //change the weight
[Ecopedia("Blocks", "Building Materials", createAsSubPage: true)]
[Tag("AshlarStone", 1)]
[Tag("Constructable", 1)]
[Tier(4)]
public partial class AshlarBasaltItem :
Example:
Ohne stacksize limit:
[Serialized] // Tells the save/load system this object needs to be serialized.
[LocDisplayName("Gearbox")] // Defines the localized name of the item.
[Weight(250)] // Defines how heavy Gearbox is. //change the weight
[Ecopedia("Items", "Products", createAsSubPage: true)]
public partial class GearboxItem : Item
Support:
-
Version 1.0.0
-
X_Hexenhammer_X -
December 17, 2022 at 7:38 PM -
320.96 kB -
951 Downloads
-