Jump to content

How to remove sprays requirement.


Dumatoin

Recommended Posts

Hey there, Dumatoin.

 

I believe you can change that by changing just two lines of code.

 

1. In your .../media/scripts folder, open the file called "farming.txt" with a text editor.

2. In the "recipes" section of that file (starting on line 585) you can see the two recipes:

    recipe Make Mildew Cure    {        GardeningSprayEmpty,        Milk,        Result:GardeningSprayMilk,        Time:40.0,        Category:Farming,        NeedToBeLearn:true,    }    recipe Make Flies Cure    {        GardeningSprayEmpty,        Water=3,        Cigarettes=5,        Result:GardeningSprayCigarettes,        Time:40.0,        Category:Farming,        NeedToBeLearn:true,    }

3. Just change those "NeedToBeLearn:true," lines to "NeedToBeLearn:false,' and you should be good to go.

Link to comment
Share on other sites

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