Started by
NatePlays95
on
Topic category: Advanced modding
So any ideas for how to implement shields in mcreator?
i tried ctrl-c ctrl-v the vanilla shield code
then fix the imports and names, but there's an error that I need to fix (if you want to help, just look in my forum topics in my page)
but now i really don't know
I neglected to go through the effort of doing all of that stuff to make a shield and found a less polished but still usable alternative. I made a procedure which activates when right clicking with an item (being the shield) which gives the plays resistance of different levels (depending on the strength of the shield). If that's not enough for you it might be worth your time to see if forge has a class for shields already or if someone made a non-mcreator exclusive guide.
thank you, but i was planning on using it like a vanilla shield, on the left hand while using a weapon
i tried to search in vanilla's code and SpartanShields (find nothing there, though)
i will search on google and see what i find
As of right now, I am working on a Warframe mod. I was wondering how I could make a Warframe style shield. If you are unfamiliar with what this is, I will give you a brief summary of its properties: This shield surrounds the player and has independent health. If the shield is damaged and does not take damage for x amount of time, the shield will begin to regenerate its health. if broken (health is reduced to 0) the player will be vulnerable to damage. If the shield is broken and the player does not receive damage for x amount of time, the shield will be repaired (set to 1 point of health) and will proceed to regenerate as normal. regeneration will cease if the shield receives damage. Over damage (dealing more damage then the shield has health) will not bleed into player health's. If this is not the right thread for this kind of issue, please redirect me to a thread that can help.
what id do is have on a certain control place a bunch of wood blocks in front of you and then take them out in x amount of ticks. I know how to build the blocks (I did golden experience in my jojo mod) but not sure about ticks.
Well, the shield provides protection from all angles yet the player can still move around. Also the shield activates as soon as the player puts on the Warframe armor (this is what I need the shield for in addition to at least half the mobs being added to the game). here is link to show what i'm talking about
https://www.youtube.com/watch?v=fAqUpZ8xahA
Just trying to make sure with both on the same page.