Jump to content

Don't prototype it!


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

Link to comment
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.

clever!... 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...