-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do you add Additional Fruits in GEOs? #751
Comments
Yes, we have not had the time yet to write that manual.
There are others that have succeeded: you might be able to ask on the forums. There are also a couple of issues on this GitHub with more information.
… On 24 Feb 2018, at 02:38, nyfarmboy07 ***@***.***> wrote:
I have attempted to create a GEO mod to add additional fruits, but I have been unsuccessful. No where in the manual can I find anything about additional crops except that they will default to using the barley crop growth table.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#751>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AEyN0PfXRT4RDDpQwSsK3krry3qmaJ2mks5tX2glgaJpZM4SRsSU>.
|
In your xml file you should have copied the original growth.xml. Two important sections that need to be considered first.
and at the bottom
You need to add your fruit in the top section by creating a new line like and set the number to whatever you want as long as it is below the harvestable state. This number basically restricts up to when you can spray/fertilise a crop. By default I chose 4 which is the last growing state in the game. In the bottom section you also need to add a new line and input the correct germination temperature for it, like this Then you need to model the fruit's growth and put in the appropriate commands for each growth state in the section It's important to consider how the fruit has been added, how many states it has and what are the min and max harvestable states in order to model the growth properly. Each is what will happen at the beginning of that transition. In other words, gt 1 is what will happen when you go from late winter to early spring, gt 2 is what will happen when you go from early spring to mid spring and so forth. |
I have attempted to create a GEO mod to add additional fruits, but I have been unsuccessful. No where in the manual can I find anything about additional crops except that they will default to using the barley crop growth table.
The text was updated successfully, but these errors were encountered: