DayZ-Epoch icon indicating copy to clipboard operation
DayZ-Epoch copied to clipboard

make UI for building upgrades

Open vbawol opened this issue 11 years ago • 6 comments

vbawol avatar Oct 29 '13 18:10 vbawol

Still looking to do this if anyone is interested.

vbawol avatar Dec 17 '13 16:12 vbawol

What did you have in mind?

maca134 avatar Dec 17 '13 16:12 maca134

Simple interface that would allow choosing your upgrade from a list with a "Upgrade" and "Cancel" button.

vbawol avatar Dec 17 '13 16:12 vbawol

erm, prob have something knocked up in a day or so

maca134 avatar Dec 17 '13 16:12 maca134

Just checked and cant find any objects that have more than 1 update grade path.

maca134 avatar Dec 21 '13 18:12 maca134

Yes, current there is not but we do plan on adding a few options and want to use this as a preview of the action to be performed.

To add multiple upgrades we will just add another nesting of the array. upgradeBuilding[] = {"Land_DZE_GarageWoodDoorLocked",{{"ItemComboLock",1}}}; will become: upgradeBuilding[] = {{"Land_DZE_GarageWoodDoorLocked",{{"ItemComboLock",1}}}};

vbawol avatar Dec 21 '13 20:12 vbawol