Jump to content

Recommended Posts

Is possible to change any character and make it unable to prototype some item/structure?, for example a Willow version unable to make a torch, the torch can't be seen in any tab, I explain?, I saw the other characters code of Webber and Wigfrid who can prototype exclusive items and structures but they don't are unable to build some existent item, is possible bring that restriction to any character?

Link to comment
https://forums.kleientertainment.com/forums/topic/53860-dont-prototype-it/
Share on other sites

Not sure how it works either... Maybe take a look at how Wickerbottom does it? How she can prototype items earlier that others can't.

 

Then for the character you're modding, place the uncraftable items in a higher/imaginary tier that they can't ever access.

Not sure how it works either... Maybe take a look at how Wickerbottom does it? How she can prototype items earlier that others can't.

 

Then for the character you're modding, place the uncraftable items in a higher/imaginary tier that they can't ever access.

clever!... 

Ancient items need not be prototyped, but always require a research station to craft. If that is what you had in mind, just add a "true" to your recipe:

 

Recipe("myprefab", {Ingredient("poop",2)}, RECIPETABS.FARM, TECH.SCIENCE_TWO, "myprefab_placer", 2.5, true)

 

The variables can be seen in "recipe.lua" near the top.

Ancient items need not be prototyped, but always require a research station to craft. If that is what you had in mind, just add a "true" to your recipe:

 

Recipe("myprefab", {Ingredient("poop",2)}, RECIPETABS.FARM, TECH.SCIENCE_TWO, "myprefab_placer", 2.5, true)

 

The variables can be seen in "recipe.lua" near the top.

 

Thanks but I want to modify willow to make it totally unable to make a torch, with or without any research structure, I want completely delete the torch from the willow's crafting menu

modify willow to make it totally unable to make a torch, with or without any research structure, I want completely delete the torch from the willow's crafting menu

 

Willow is a character that is totally obsessed with fire.  Disallowing the ability to set sticks aflame seems like an odd design choice O.o

Willow is a character that is totally obsessed with fire.  Disallowing the ability to set sticks aflame seems like an odd design choice O.o

I agree, but I don't want to make that really, i want to understand how to do this to make another proyect that I have in mind XD

Thanks but I want to modify willow to make it totally unable to make a torch, with or without any research structure, I want completely delete the torch from the willow's crafting menu

 

Oh I see. Well, Wickerbottom works by having a natural science bonus of 1. As such, a science machine supplies her with Tier 1+1 (2), and an alchemy engine supplies her with Tier 2+1 (3) (only used for the book "Tentacles: Subterrain Terrors")

 

I suppose you could check for whether that character is used and remove the recipe afterwards...

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