Jump to content

KanyT

Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by KanyT

  1. KanyT

    Plant Genes plugin?

    Already figured out that by myself But thank you nivex !
  2. KanyT

    Plant Genes plugin?

    Hello community! Can anybody help me to make a simple plugin for new Rust plants genetics manipulation? For now I just use this dumb code for fast clones selection: private void OnEntityBuilt(Planner planner, GameObject seed) { var player = planner.GetOwnerPlayer(); var imSeed = seed.GetComponent<GrowableEntity>(); if (player == null || !player.IsAdmin) { return; } if (imSeed != null) { NextTick(() => { imSeed.ChangeState(PlantProperties.State.Fruiting, false, false); }); } Anybody knows how to make access to GrowableGene.Set(global::GrowableGenetics.GeneType geneType, bool firstSet = false) class ?

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.3m
Total downloads
Customers
10.7k
Customers served
Files Sold
154.7k
Marketplace sales
Payments
3.3m
Processed total
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.