Is it possible to create a server with everything researched?
Starting a server with everything researched
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.
-
-
you can give the people all skills in PlayerDefault.cs
-
Could you explain a bit more?
-
you go to your server and im the folder Mods\Player thzer is a file named Playerdefault.cs in ther you can add all skill threes ther you can add it
-
Ok, thanks. How do I know how to properly add each:
Code
Display Morepublic static IEnumerable<Type> GetDefaultSkills() { return new Type[] { typeof(CarpenterSkill), typeof(LoggingSkill), typeof(HewingSkill), typeof(MasonSkill), typeof(MiningSkill), typeof(MortaringSkill), typeof(ChefSkill), typeof(FarmerSkill), typeof(GatheringSkill), typeof(AdvancedCampfireCookingSkill), typeof(HunterSkill), typeof(HuntingSkill), typeof(SmithSkill), typeof(EngineerSkill), typeof(SurvivalistSkill), typeof(TailorSkill) }; }
How do I know how the rest of the skills are written syntax wise?
-
Pump!
can any1 write the full text fffor skills so i can copy paste them ?
Thx in advance
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!