Jump to content

2 Screenshots

Recommended Comments

Covfefe

Posted

Can we get a video of this in action?

  • Like 2
snetzer

Posted

it doesn't work, neither with orders nor with hammering a small generator

  • Administrator
Raul-Sorin Sorban

Posted

Just now, snetzer said:

it doesn't work, neither with orders nor with hammering a small generator

Hello there!

Looking at a Small Generator then running /setharvester should turn it into a functional Harvester. Once done that, it'll automatically put you in edit-mode, which allows you to hit planters with your hammer. When that's done, you must set the output of the container, by looking at a storage box (small or large preferrably) and running /setoutput. The skin of the box should change. When that does, turn on the Harvester and you're good to plant some clones!

When the clones reach 100% Ripe, they'll be harvested & will automatically be cleared (fibers).

I'm sorry for the lack of information in the description of the plugin, will write a better insight! Thank you for your purchase, will make sure it suits you well!

 

7 minutes ago, Covfefe said:

Can we get a video of this in action?

Soon!

snetzer

Posted

but nothing happens when i enter the command and look at a generator

  • Administrator
Raul-Sorin Sorban

Posted

1 minute ago, snetzer said:

but nothing happens when i enter the command and look at a generator

The configuration settings must be not correctly set up by default. This is an example of how the config should look like:

{
  "HarvestDyingPlants": true,
  "Settings": {
    "admin": {
      "MaximumHarvesters": -1,
      "PlantersPerHarvester": -1,
      "FuelPerSecond": -1.0,
      "PlanterDistance": 50.0,
      "EditorTimeout": 20.0
    },
    "vip": {
      "MaximumHarvesters": 5,
      "PlantersPerHarvester": 4,
      "FuelPerSecond": 0.01,
      "PlanterDistance": 35.0,
      "EditorTimeout": 20.0
    },
    "default": {
      "MaximumHarvesters": 1,
      "PlantersPerHarvester": 3,
      "FuelPerSecond": 0.02,
      "PlanterDistance": 15.0,
      "EditorTimeout": 20.0
    }
  },
  "GeneratorOnSkin": {
    "WoodStorageBox": 2101522859,
    "LargeWoodBox": 1262018145
  },
  "GeneratorOffSkin": {
    "WoodStorageBox": 1312998395,
    "LargeWoodBox": 826323166
  },
  "Harvesters": []
}

I'll patch the plugin soon which will fix all these issues.

snetzer

Posted

3 minutes ago, Raul-Sorin Sorban said:

The configuration settings must be not correctly set up by default. This is an example of how the config should look like:


{
  "HarvestDyingPlants": true,
  "Settings": {
    "admin": {
      "MaximumHarvesters": -1,
      "PlantersPerHarvester": -1,
      "FuelPerSecond": -1.0,
      "PlanterDistance": 50.0,
      "EditorTimeout": 20.0
    },
    "vip": {
      "MaximumHarvesters": 5,
      "PlantersPerHarvester": 4,
      "FuelPerSecond": 0.01,
      "PlanterDistance": 35.0,
      "EditorTimeout": 20.0
    },
    "default": {
      "MaximumHarvesters": 1,
      "PlantersPerHarvester": 3,
      "FuelPerSecond": 0.02,
      "PlanterDistance": 15.0,
      "EditorTimeout": 20.0
    }
  },
  "GeneratorOnSkin": {
    "WoodStorageBox": 2101522859,
    "LargeWoodBox": 1262018145
  },
  "GeneratorOffSkin": {
    "WoodStorageBox": 1312998395,
    "LargeWoodBox": 826323166
  },
  "Harvesters": []
}

I'll patch the plugin soon which will fix all these issues.

my config only looks like this:

 

{
  "HarvestDyingPlants": true,
  "Settings": {},
  "GeneratorOnSkin": {
    "WoodStorageBox": 2101522859,
    "LargeWoodBox": 1262018145
  },
  "GeneratorOffSkin": {
    "WoodStorageBox": 1312998395,
    "LargeWoodBox": 826323166
  },
  "Harvesters": []
}

  • Administrator
Raul-Sorin Sorban

Posted

Just now, snetzer said:

my config only looks like this:

 

{
  "HarvestDyingPlants": true,
  "Settings": {},
  "GeneratorOnSkin": {
    "WoodStorageBox": 2101522859,
    "LargeWoodBox": 1262018145
  },
  "GeneratorOffSkin": {
    "WoodStorageBox": 1312998395,
    "LargeWoodBox": 826323166
  },
  "Harvesters": []
}

Yeah, the groups aren't created by default. Pasting my config then reloading the plugin should fix everything. I'll fix that soon.

snetzer

Posted

1 hour ago, Raul-Sorin Sorban said:

The configuration settings must be not correctly set up by default. This is an example of how the config should look like:




{
  "HarvestDyingPlants": true,
  "Settings": {
    "admin": {
      "MaximumHarvesters": -1,
      "PlantersPerHarvester": -1,
      "FuelPerSecond": -1.0,
      "PlanterDistance": 50.0,
      "EditorTimeout": 20.0
    },
    "vip": {
      "MaximumHarvesters": 5,
      "PlantersPerHarvester": 4,
      "FuelPerSecond": 0.01,
      "PlanterDistance": 35.0,
      "EditorTimeout": 20.0
    },
    "default": {
      "MaximumHarvesters": 1,
      "PlantersPerHarvester": 3,
      "FuelPerSecond": 0.02,
      "PlanterDistance": 15.0,
      "EditorTimeout": 20.0
    }
  },
  "GeneratorOnSkin": {
    "WoodStorageBox": 2101522859,
    "LargeWoodBox": 1262018145
  },
  "GeneratorOffSkin": {
    "WoodStorageBox": 1312998395,
    "LargeWoodBox": 826323166
  },
  "Harvesters": []
}

I'll patch the plugin soon which will fix all these issues.

my config only looks like this:

 

{
  "HarvestDyingPlants": true,
  "Settings": {},
  "GeneratorOnSkin": {
    "WoodStorageBox": 2101522859,
    "LargeWoodBox": 1262018145
  },
  "GeneratorOffSkin": {
    "WoodStorageBox": 1312998395,
    "LargeWoodBox": 826323166
  },
  "Harvesters": []
}

 

thanks it works

  • Like 2
  • Administrator
Raul-Sorin Sorban

Posted

On 1/6/2021 at 1:53 AM, Covfefe said:

Can we get a video of this in action?

The video's up! Please check the description of the plugin!

Covfefe

Posted

14 hours ago, Raul-Sorin Sorban said:

The video's up! Please check the description of the plugin!

I see... I thought a miniature tractor drives along your planters harvesting your crops LOL

  • Haha 1
GOAT

Posted

On 1/27/2021 at 4:35 AM, Raul-Sorin Sorban said:

The video's up! Please check the description of the plugin!

Great showcase video dude! 👍

  • Love 1
  • Administrator
Raul-Sorin Sorban

Posted

8 hours ago, GOAT said:

Great showcase video dude! 👍

Thank you!

snetzer

Posted

Hello

Can I set somewhere what has already harvested after fruiting?

Zuggyzz

Posted

Is there a way we can get a setting in the config, to match our 5x harvester rate?
We're getting 5 berries per harvest, which isn't correct for Ripe stage.

  • Like 1
Sveervoox

Posted

Would this work with Skill Tree and the acquire buffs from it? 

Baron Von Finchus

Posted

Would you consider adding a command to harvest clones? like setting a mode on the harvester would mean it would clone crops instead of harvesting them? Awesome plugin, going to buy it regardless.

  • Love 1
S0faKingAwes0me

Posted (edited)

Do not purchase , currently not working April 4 2023... I will remove once I see it working again Plants take forever to grow , if at all, planter conditions are all over the place. Put God Clones in the input box..... Harvester plants garbage clones

 

Screenshot 2023-04-04 at 9.27.57 PM.jpeg

Edited by S0faKingAwes0me
SirApesALot

Posted (edited)

as stated above, does not appear to be functioning properly. Plant fiber in the output box, and no fruit. 

correction: the plug in does seem to make things grow way slower, but it appears there is settings in the config that could speed it up. Still experimenting. It would be nice for details on the configuration file as what specifically each feature does. Planter conditions are wonky as the guy before me stated, all my conditions are decent and plants read 3% health. Something seems to be up with the conditions

After about ten hours of messing with this I might call it quits. The clones planted after a harvest never mature at all, stay at seed 0%

Edited by SirApesALot
Lc7king

Posted (edited)

The harvested fruit does not seem to be affected by the multiplier of resources. My server has 10 times the resources, and the harvested fruit is the original multiplier

Edited by Lc7king
S0faKingAwes0me

Posted

Probably because you are not harvesting, the machine is. So I used a plugin and it only multiplied what the player harvests themselves 

TwistedMrK

Posted

Dumb question. Does the harvester need to be running or will it work while off?

  • Administrator
Raul-Sorin Sorban

Posted

4 minutes ago, TwistedMrK said:

Dumb question. Does the harvester need to be running or will it work while off?

It needs to be running 🙂 

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Like 5
  • Love 1

User Feedback

1.4m

Downloads

Total number of downloads.

6.8k

Customers

Total customers served.

101.5k

Files Sold

Total number of files sold.

2m

Payments Processed

Total payments processed.

×
×
  • 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.