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

A19 modding question

Not at home right now so i cant check,  but open your output log. At the top it will tell you the version of unity. I think its 2019.2.4 or something along those lines.

 
You are most likely using newer version of Unity than the game itself, so you might want to check out the output.log to see the exact version. Alternatively check out this guide. It may not point you to the most current version, but at the very least, it's one that was already tested and accepted by the game.

 
You are most likely using newer version of Unity than the game itself, so you might want to check out the output.log to see the exact version. Alternatively check out this guide. It may not point you to the most current version, but at the very least, it's one that was already tested and accepted by the game.
Now I managed to make blocks and items, but with blocks I can't make chest like blocks(I can't interact with them, Can't damage them, can't open them) and this is really annoying thing because in A17 it was easy to do, but in a19 its crappy.

 
Now I managed to make blocks and items, but with blocks I can't make chest like blocks(I can't interact with them, Can't damage them, can't open them) and this is really annoying thing because in A17 it was easy to do, but in a19 its crappy.
Crappy = exactly the same in this case... You either dont have a box collider or dont have a T_Mesh_B tag, or have the tags in the incorrect slot in the tag manager... Once those 3 requirements are met, it will be lootable / interactable with however you have your xml.

 
Like Telric said,  it's probably a problem with the T_Mesh_B tag. The model must be tagged with it, and it must come in the proper order on the list of tags (3rd option as I recall, but at work so I can't check). Trust me, I made this same mistake with xyth's flags, and found that I could place them, but not pick them up/destroy them. The culprit was me having T_Mesh_B out of order in the options.

 
which tag I need for a simple block, and to an interactable block? because I use T_Mesh_B and I can't see the model that I made for it. I use tag at 'GameObject' thing. you know, when you create empty gameobject where you can put the prefab you made. I want to make placeable duke coins, and I can't see the model.

can someone write down the correct order with the tags? I mean where do i have to put T_Mesh_B  and which layer should I use.

 
Like Telric said,  it's probably a problem with the T_Mesh_B tag. The model must be tagged with it, and it must come in the proper order on the list of tags (3rd option as I recall, but at work so I can't check). Trust me, I made this same mistake with xyth's flags, and found that I could place them, but not pick them up/destroy them. The culprit was me having T_Mesh_B out of order in the options.
what do you mean by 3rd option??? can you send a screenshot about your blocks? I mean how did you managed to to that with tags. I really want to make a block that I can pick up and another block to store items in it. and I'm making a yt series on yt. Please help!

 
Back
Top