• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Custom forge, and workstation

Actually in unity that smoke is grey XD the game shows that it's white.

"wanting is power." what do you mean with that?

I will try to lower that brightness if I can. and I want to make a big extention to the game, so I will make some workbenches, som more furnaces, and maybe a dyeing bench where you can craft different kind of colours :D And when Im done completely, I will publish that.

And I will make some videos, so if you are interested in that,

https://www.youtube.com/channel/UCXEVkuBX8tb1MU1utmWlvXw?view_as=subscriber

this is my gaming channel, and I will upload them to this channel, but thats gonna be a lot of time, but I will write a reply to this post, when a block is ready.

Good luck with modding.

 
Actually in unity that smoke is grey XD the game shows that it's white.
"wanting is power." what do you mean with that?

I will try to lower that brightness if I can. and I want to make a big extention to the game, so I will make some workbenches, som more furnaces, and maybe a dyeing bench where you can craft different kind of colours :D And when Im done completely, I will publish that.

And I will make some videos, so if you are interested in that,

https://www.youtube.com/channel/UCXEVkuBX8tb1MU1utmWlvXw?view_as=subscriber

this is my gaming channel, and I will upload them to this channel, but thats gonna be a lot of time, but I will write a reply to this post, when a block is ready.

Good luck with modding.
Hi venom2019

"wanting is power." what do you mean with that?

It is a phrase from Mexico that means that if you try something, you get it.

Thanks for the link,it's interesting.

Good luck with modding.

Cheers

 
Venom, if you want my data on dye colors, I created a mod with 64 colors grouped into light, medium, and dark tint bases. It also has a dye tub workstation and includes military colors and true black. I never got around to packing it up and publishing it but the hard work of getting the hex colors figured out is done. You are free to do what you want with it, just let me know.

Saber es poder

 
convergent thanks for that, and can you send me the link in a private message? or you can add me on discord. (EZةKIEL#6714)

Today I will try to make one workbench.

 
Okay guys, there is a problem whith the workbench, because I don't find it in the windows.xml... how should I have to make my block to act like a workbench?

 
It is a workstation like a forge or campfire, uses a class and an entry in xui.xml

If you copy the workbench block and xui entry and change the names you will have a working block.

 
Okay guys, there is a problem whith the workbench, because I don't find it in the windows.xml... how should I have to make my block to act like a workbench?
Hello venom2019, your new worbench extends to the original worbench ?, because that would be a little easier, it would take everything from the original and you would only add windows.xml in case you are going to add tools.

Upload an image

regards

XUi.xml

<Gouki>

<append xpath="/xui/ruleset" >

<window_group name="workstation_NewWorkbench" controller="XUiC_WorkstationWindowGroup">

<window name="windowCraftingList"/>

<window name="craftingInfoPanel"/>

<window name="windowCraftingQueue"/>

<window name="windowOutput" />

<window name="windowNonPagingHeader" />

</window_group>

</append>

</Gouki>

Also add ui_display.xml to show you the icons of resources, construction, etc.

 
Last edited by a moderator:
I have to put my model to T_Mesh_B to make it work... i almost forgotted that

and now its not working cause that...

And now I fixed it, and now the two working useable block:

https://i.imgur.com/Mh94xvN.png

And there is a question: how to make the workbench's and the forge's to be separated, so my blocks could have some custom recipes?

And guys, thank you all the help, because my project and all in one, my modlet couldn't be here now without you.

Thank you again, and I hope that we could help each other in the future too. :fat:

 
Last edited by a moderator:
By the way, you can post pictures this way -

1.
tUuzo8s.jpg


 


2.
fJB0ppc.jpg


 


...or just add



spacer.png
[/img]

 


in order to have the images immediately show up on the forum :)

 
Last edited by a moderator:
I have to put my model to T_Mesh_B to make it work... i almost forgotted thatand now its not working cause that...

And now I fixed it, and now the two working useable block:

https://i.imgur.com/Mh94xvN.png

And there is a question: how to make the workbench's and the forge's to be separated, so my blocks could have some custom recipes?

And guys, thank you all the help, because my project and all in one, my modlet couldn't be here now without you.

Thank you again, and I hope that we could help each other in the future too. :fat:
Hi venom2019, you must create a separate mod for each one.

Example:

blocks.xml, items.xml, XUi.xml, windows.xml, ui_display, resources and icons in a folder will have the forging related

in another folder the worbench related and so you have a mod of each one, so you can add what you want.

I hope and help you.

regards

 
In the block there is an attribute that is "craftingarearecipes" you can change this to whatever name you want, and in the recipe set craft_area= whatever you picked.

If this is not clear I will get on my pc and copy the code

- - - Updated - - -

Also you can use multiple recipe groups in one workstation, if you use "player, campfire" it will show recipes used in the campfire and just player crafting with no workstation

 
Hello guys. I have a little problem with ui_display xpath thing... the game can't recognize this at that form. how should I type it?

 
Hello guys. I have a little problem with ui_display xpath thing... the game can't recognize this at that form. how should I type it?
Hi venom2019,Upload an image

Remember that ui_display.xml is only to show the icons of resources, building, food-cooking, etc.

Not to put some recipes or something else.

Regards

 
Last edited by a moderator:
So, this is the code. I have 2 block, so there is 2 different ui code
S5UFnsA.png
Hi venom2019,It should be like that

<append xpath="/ui_display_info/crafting_category_display" >

append xpath = and the append at the end join them on the same line

In the workbench craft food-cooking?

Regards

 
Last edited by a moderator:
Hello guys, I have an idea... I want to make a pallet of barrels, and you could craft them, and if you have a pack of 4, you could decrease the number if you need a barrel, you will get that barrel, but also a pack of 3 barrel too. Is is possible?

 
Back
Top