I want to make the skin for a component be recognizable to the game but I don't want it to show in the game anywhere else except the robot it was made for.
Quote from: jaydee99 on September 26, 2014, 03:51:36 PMI want to make the skin for a component be recognizable to the game but I don't want it to show in the game anywhere else except the robot it was made for.Not possible, as far as I'm aware, to only have a component show up only in a specific robot's bot lab. Best you can do is either hide it completely or cheatbot2 it.
Quote from: jaydee99 on October 08, 2014, 11:59:57 AMQuote from: Naryar on October 08, 2014, 04:15:11 AMin the component .txt file, search for a "hidden = X" line, where X is either 0, 1 or 2. If there is one change X to 2.If there is no such line then add one. The contents of the line must be "hidden = 2"literally it's not difficult jaydeeNo, you're really not understanding me. I want this so (like in sage's tutorial) it's a the same component but a different skin and not overwriting the original but not in a drop down menu. After I find out this, can someone explain how to apply it to a robot?Make your duplicate and drop it into the styles menu just like Sage's tutorial says. But, skip the step where you make the dropdown menu.When you want to use this component, build the robot like normal, but use the unskinned version of the component in question. Then, use BFe to swap it out for the skinned version.
Quote from: Naryar on October 08, 2014, 04:15:11 AMin the component .txt file, search for a "hidden = X" line, where X is either 0, 1 or 2. If there is one change X to 2.If there is no such line then add one. The contents of the line must be "hidden = 2"literally it's not difficult jaydeeNo, you're really not understanding me. I want this so (like in sage's tutorial) it's a the same component but a different skin and not overwriting the original but not in a drop down menu. After I find out this, can someone explain how to apply it to a robot?
in the component .txt file, search for a "hidden = X" line, where X is either 0, 1 or 2. If there is one change X to 2.If there is no such line then add one. The contents of the line must be "hidden = 2"literally it's not difficult jaydee
Quote from: Bubbleman on October 08, 2014, 03:29:24 PMQuote from: jaydee99 on September 26, 2014, 03:51:36 PMI want to make the skin for a component be recognizable to the game but I don't want it to show in the game anywhere else except the robot it was made for.Not possible, as far as I'm aware, to only have a component show up only in a specific robot's bot lab. Best you can do is either hide it completely or cheatbot2 it.This. It's just not possible to make a part available for just one robot, you either got to put it on when it's unhidden and then hide it afterwards, or BFE the component on in place of a different part.