Jump to content

Recommended Posts

Pretty sure you ran into the same issue as me...

Its most likely due to the changes on the recipe constructor.

There is a new parameter game_type added before numtogive.

you have to adapt the positioning of the parameters that come after "level".

 

shipwrecked parameters

Recipe = Class(function(self, name, ingredients, tab, level, game_type, placer, min_spacing, nounlock, numtogive, aquatic, distance)

vanilla/rog parameters

Recipe = Class(function(self, name, ingredients, tab, level, placer, min_spacing, nounlock, numtogive)

you might want to take a look at: http://forums.kleientertainment.com/topic/60309-recipe-api-changes-in-shipwrecked/

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