Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Cookie Cutter MZ - Farming System

A project template for RPG Maker MZ. Copy and paste it into your own project to utilize a custom evented farming system! · By Caz

[SOLVED] Adding new crops?

A topic by justloveme94 created Apr 04, 2025 Views: 132 Replies: 8
Viewing posts 1 to 3

Hello Caz, I was able to successfully integrate the updated Farming system into the full cookie cutter project. I was trying to add more crops to plant but when I go to plant, it appears the game is confusing events on the Fishing Village map. When I go to plant the strawberry seeds, my player character is being transported to the casino.  I'm not sure what is causing this. 

Developer

This looks to be the old version of the event template, so try copying from the new ones from the latest version of the Farming System. There should no longer be a Movement Route for the event in the newer version, and some of the other events may still be outdated which could be causing the issue.

Hello Caz, I tried redownloading the QOL update and the farming template from the regular page, but both appear to feature the same movement route.

Developer

Ahh my mistake, I thought the previous screenshot was from the crop you were trying to add. I'm not sure why it would be teleporting the player to another map then. Does this also happen for you in the freshly downloaded project or just when adding new crops to your game?

I tried adding new seeds into the standalone Farming template as well as deleting event 006 from the Fishing Village map. In both instances when the player goes to sow the seeds, the tilled ground simply disappears. I'm unsure how it is erasing itself.

Developer

The tilled ground is supposed to disappear, but it should be replaced by the new seeded tile. Have you added the strawberry crop event as an event template in the VisuStella Events & Movement Core plugin parameters?

(1 edit)

Yes, the seeded tile is what is disappearing. Do you mean adding the parameters in the Tilled Ground event or adding it somewhere place?  Here is the code I have from the Tilled Ground event. I followed the pattern of the other crops. 


Developer

The new event template should also be set up in the plugin parameters shown here:


Thank you so much! That fixed it! No wonder I couldn't find it. The plugins are still a mystery to me. I'm going to try and tackle Visustella's UI for the tool bar next.