suriyun-production / mmorpg-kit-docs

This is document for MMORPG KIT project (https://www.assetstore.unity3d.com/#!/content/110188?aid=1100lGeN)
https://suriyun-production.github.io/mmorpg-kit-docs
49 stars 10 forks source link

Weapons Slot #2574

Open TopCud opened 1 month ago

TopCud commented 1 month ago

Is there anyway to add more 2 Weapons slot ? for example 1 Right Apparel weapon 1 Left Apparel Weapon

insthync commented 1 month ago

Just for character appearance, no action functionality, right?

TopCud commented 1 month ago

Yes im gonna use it for weapon skins with the priority system like in armor type

insthync commented 1 month ago

For skins?, not something like when equip to right hand then weapon parts are appearing at right hand and right shoulder, right?

TopCud commented 1 month ago

For skins yes for example in armor type i can make 2 slots and equip 2 armors one with priority 0 and one with priority 1 then the game will display the higher priority model Thats what im trying to do with weapons too I made a small test with weapon type system i tried to make the left hand slot for skins and right hand slot for actual weapon it worked just perfect and exactly how i want but the problem is this way i will not be able to equip shields or dual weapons thats why im asking if its possible to add more weapons slots

Niinra commented 1 month ago

I understand that you want to add more slots for two hand slots and other equipment slots?

Niinra commented 1 month ago

Example: image

TopCud commented 1 month ago

Exactly slots that will let me equip more weapon type items

TopCud commented 1 month ago

Example: image

Not armor type slots but weapon type slots there is difference

Niinra commented 1 month ago

Slots that only equip certain types of weapons?

TopCud commented 1 month ago

Slots that only equip certain types of weapons?

Yes

Niinra commented 1 month ago

image Look for this prefab and review the options that the scripts have available, it is just a matter of reviewing and you will find a way to do what you ask since it is possible

TopCud commented 1 month ago

I already checked that sir U can add as many type armor slots as u want But there is 2 slots only for weapons right hand and left hand Adding more require alot of core editing as i seen

Niinra commented 1 month ago

image You can add more weapon slots as you wish, I have already done so

TopCud commented 1 month ago

image You can add more weapon slots as you wish, I have already done so

Sir u are adding more weapon index not weapon slots Weapon index add 2 more slots and then u can swap between index 1,2,3 this is not what i asked for :/

Niinra commented 1 month ago

Oh, I understood better, you want to add that this slot is only for a specific weapon, you will have to modify the equip items UI code, it is not that difficult to do it and it is not linked to certain specific things in the core, you could override it or create a class complete with what you need

TopCud commented 1 month ago

Well if you can do it dm me on discord and we discuss price MiniMan

Niinra commented 1 month ago

Ninra#0898 You should also wait if Suriyun wants to do it