I used an entirely broadcast based health system. It uses audio cues to indicate their status, playing a heartbeat sound when low on health, and also playing a sigh of relief when their health resets.
@xvelocial3 жыл бұрын
Why did i get this recommended after 5 years
@brandontyler6209 жыл бұрын
Thank you so much! You have no Idea how much this helps us growing creators. :) Keep up the awesome tutorials.
@Danx879 жыл бұрын
you are all very welcome! ;)
@gachabruh32224 жыл бұрын
Amazing tutorial, thank you, just asking, can you do a kind of an advanced version of this health bar that can loose more or less health due to various type of damage
@Redhotquagmire2 жыл бұрын
I was actually wondering the same thing lol
@Redhotquagmire2 жыл бұрын
I think if you were to design a timer- based health bar, where certain attacks would drive 1 set amount of "health" (time) and another would drive a 2nd set amount, you could perhaps have more of a drain-style health bar that way that could receive different portions of damage. Simple enough, eh? Lol
@youngsackfro97482 жыл бұрын
@@Redhotquagmire I used to think the same thing and tried making this myself. Later I read a tutorial on the proper way to use a timer as a health system. The major drawback is that the most damage you can do is 1/3 of the total health. Also timers are inaccurate because they have a rounding error. A creator would be better off using a feedback loop. Although the logic is a bit harder to understand, there's more flexibility. Unlike a timer, you can actually add and subtract health in exact amounts. Search lbp feedback loop if you're interested. Comphermc has a KZbin video on this, LBPlanetorials I think is the name.
@Danx879 жыл бұрын
Who wants to be (LBP3 .Tutorials) Famous!! I'm looking for 3 to demonstrate the Multiplayer health bars! (you will need to be on ps4!)
@TheDigitaldelimma9 жыл бұрын
If I get a ps4 soon ill be happy to help you.
@Danx879 жыл бұрын
Casey Corey awe soz, doing it tomorrow morning! will keep ya in mind for next time though! ;)
@pinkiepie61759 жыл бұрын
Casey Corey how's about a ps3
@Danx879 жыл бұрын
Pinkie Pie ?
@pinkiepie61759 жыл бұрын
Someone wanted a ps4 to help u so I said how bout ps3 I have it on my ps3
@bbarbiter7 жыл бұрын
Yeah I made something similar to this however I'm still trying to figure out how to make certain things do more damage than others
@Wakwise9 жыл бұрын
I did this but I added more stuff like a different animation and I might try to make a hunger bar and thirst bar. Thanks too!
@Danx879 жыл бұрын
Joshua Enriquez Cool! Expanding is exactly the kind of thing my tutorials are intended for! weldone you! ;D
@SnadMusic3 жыл бұрын
@@Danx87 You're very wholesome. I love your content! Have yourself a nice day!
@amirford44513 жыл бұрын
Rest in peace LBP3
@tuskan28949 жыл бұрын
Thank you soo much when I get a Ps4 I'll be using your tutorials to help make a level. My friend recommended you to me and your amazing to watch and useful
@Danx879 жыл бұрын
Tuskan McAlpine Cool Glad to hear words getting out & happy that they will be of use to you ;D
@SomeoneStoleGameHunter1159 жыл бұрын
Can you show us a Stamina bar? (If so, can it go in the screen corner?)
@Danx879 жыл бұрын
GameHunter115 I will pop it on the list, its very similar to this tutorial and to have a HUD you need a static cam to follow the player (I will cover this in a separate tutorial) ;D
@SomeoneStoleGameHunter1159 жыл бұрын
Little Big Planet 3 .Tutorials THANKS SO MUCH!!! (Making a Parkour series of levels, need stamina lol)
@SomeoneStoleGameHunter1159 жыл бұрын
Little Big Planet 3 .Tutorials Also, could you tag me in the comments of the vid so that I know it's out? Thanks!
@Danx879 жыл бұрын
GameHunter115 of course ;D
@SomeoneStoleGameHunter1159 жыл бұрын
Little Big Planet 3 .Tutorials thx once again :)
@vaporwaveon10249 жыл бұрын
Little Big Planet 3 .Tutorials how do I make a health pickup, and a health station? Like you get the health pickup for a little bit of health, and the health station heals all health.
@nolandbeyond57219 жыл бұрын
You my friend are awesome! Thank you so much for this! We really do appreciate it Ive been trying so hard to make it but so i got tired of it so i found this video that helped me a lawt
@Danx879 жыл бұрын
Ethan A Happy to hear it! ;D enjoy!
@agentmoniker_fn7 жыл бұрын
I agree you are my go to spot for logic tutorials
@nintsega9 жыл бұрын
I did this for a sackbot Exept the flash effect Thats epic
@Danx879 жыл бұрын
Glad it helped! ;) and yeah flash effect is really only for retro style games ;) (it also lets the player know that they cannot be hurt during the flashing)
@Bleed_4 жыл бұрын
Wait how did you do it for a sackbot?
@jonathanberonich644 жыл бұрын
@@Bleed_ kzbin.info/www/bejne/eZzXgIqehNONeZY then do this but no broadcast microchip and put the broadcast microchip stuff in the Sackbot's internal microchip thing.
@jjshorts38783 ай бұрын
I did everything in the video and i won't take damage how to fix?
@lawcks3 Жыл бұрын
You can do basically the same thing in LBP 2 with sackbots
@moved85757 жыл бұрын
For those who say I don't have stickerpanel, you can also use hologram instead. Remember to male the counter visible in plaumode
@superskellyftw32306 жыл бұрын
Or when a player reaches 0 score, a score sensor kills them. Every time a player spawns they are given 100 points. Each gun does a different amount of damage (i.e machine gun -10 points per shot, shotgun does -60 points per shot). This way you can configure it so each player can see how much hp they lose over their head and they see their total hp in the top left corner
@bbarbiter6 жыл бұрын
SuperSkellyFTW Ingenious. This is so simple and yet so effective that it can be used in multiplayer. The only problem is that I kinda need the health to work for sackbots too, however I don't need a display for that
@superskellyftw32306 жыл бұрын
Actually, after testing it it doesn't work. Score sensors cannot detect score in a specific range. As soon as one player reaches 0 all players will detect 0 score and die. What I did instead is I take a timer (which will represent health). Make sure the timer's input action is on speed scale and the output is inverted. Create an OR GATE and set the output action to add inputs. Add as many inputs as you want damage/health sources (for example hunger, small bullets, health packs, and stabbing is four sources so you want four inputs). Create a battery for each input (for my example that would be four batteries). Make the battery percentage how much you want it to affect the health (So, hunger -5%, small bullets -20%, Health packs +100%, stabbing -100%). Now, the following is very important and tricky so pay attention. You might have to read it multiple times. Take the output from the battery and do not put it in an input for the OR GATE. Instead, place the wire as is on the microchip/broadcast microchip. You should get a node. Take the output from the node and place that into the OR GATE input. There should be a second input option on the bottom of the node called "Activate". As long as the "Activate" has an active input the input coming from the battery will be the final output from the node. Therefore, hunger will be constant so you don't want a trigger. This way you will constantly be losing HP (or you can change it from -5% to +5% and have a regeneration system for competitive games; hunger is better for co-op survival). Small bullets will be an impact sensor with "Include touching" and "require tag" on. The same tag needs to be placed on the small bullets. Attach the output of impact sensor to the input for the "Trigger" of the node with -20%. This is the same for health packs. Simply walk across a pack and have it disappear when you touch it. It will give you +100% for 1 frame (increase it by adding in a countdown timer for more HP). Stabbing will be activated by a grab sensor and attach it to the Trigger for the fourth node. These are just examples so get creative! This is why LBP3 is my favorite game! If you find a glitch try to fix it, and keep your microchip neat and tidy so you can easily find the glitch. Oh yeah, this works for sackbots. Place all the logic in the sackbots microchip, or place it in a broadcast microchip for players!
@hexxar65749 жыл бұрын
Make a multi player version, also can u create a tutorial on how to create a Energy bar that decreases to the amount a move takes?
@Danx879 жыл бұрын
+Technological Gamer Like a stamina bar? yeah I will stick on my list. Multiplayer already done though... check my channel ;D
@hexxar65749 жыл бұрын
LittleBigPlanet 3 Tutorials Ok. Thx! ^^
@CocoTeamRacing8 жыл бұрын
I was wondering if you can tell me how/if these status effects can be made with Logic for a *magic wand power-up*/infected or cursed area/enemy lasers?: *Poison* - Kills the player after a set time *Paralysis/Freeze* - Freezes the player for a set time *Object* - Turns the player into an object (without killing them) *Curse* - An icon shows up over the player's head with a countdown. The player can pass the icon to another player by touching him/her. The player who has the icon over his/her head will die when the countdown hits zero.
@Danx878 жыл бұрын
+JGamezOfElzam Yes this is all possible, would be about 2 full A4 pages to describe how.. but they are more than possible ;D
@CocoTeamRacing8 жыл бұрын
+LittleBigPlanet 3 Tutorials Ah really!? can you maybe do a tutorial please?
@thechillipl7 жыл бұрын
Curse would be really hard, I think, but awesome!
@CocoTeamRacing7 жыл бұрын
Actually, I made all of them as well as additional ailments, However, I was only able to make it so that a cursed player could inflict curse on another player by touching them, I couldn't figure out how to make it cure the initial player tho. I'd say Transform was the hardest to make.
@ramonolivas30479 жыл бұрын
Hi! I really love your logic tutorials and think they are the most easiest yet awesome to help us improve our levels, I was wondering if you do request? I would love to see a sackboy in combat mode, nothing fancy just punching and villains that fight you back with damage, I would really truly appreciate it, I'm MonsterzRULE1, if I have any questions with logic, do u mind if I write you? You seem her knowledgable of it
@danthonicks-clashofclansvi76269 жыл бұрын
Hey is there any possible way I can make the color of the health bar change when ur health goes down? For example, when you're about to die is there any way the health bar can turn red?
@emilgedrich16558 жыл бұрын
can you make liquid water ?
@TheDigitaldelimma9 жыл бұрын
Please show a multiplayer version to this with the broadcast microchip if there Is a way. It would be so sweet to just have one chip that will put a healthbar on all the players.
@Danx879 жыл бұрын
The tutorial will be up tomorrow for multiplayer, and it uses the broadcast microchip (player specific logic Tutorial) kzbin.info/www/bejne/qXu2qp-qiaZpnM0
@Danx879 жыл бұрын
Casey Corey MULTIPLAYER VERSION IS OUT: kzbin.info/www/bejne/jqWVommVrMl0bNU
@hydr0generati0n6 жыл бұрын
So I added a shield, exp and a mp bar for the adventure I'm making it's not even close to half finished since I've only made two unfinished levels and I'm running out of concepts but what I wanted to ask is if it's possible to have different amounts of damage you can take. I tried to make this but it kinda flopped up in my face...
@simonwilkosz22878 жыл бұрын
I'm a noob so this might sound dumb but spikes don't hurt me they kill me how do I make it so that they hurt me or have I done it wrong?
@shmeepo24288 жыл бұрын
say i want one thing to do 1 damage, and the other to do 2, what do i do?
@2saif4u8 жыл бұрын
What I was thinking.
@trgtheredghost65285 жыл бұрын
Is there a way for it to just simply stay at the top left side of the screen?
@rosaayala44787 жыл бұрын
How do you make a sackbot die but with a difrent anamation so when it dies it does not play the normal anamation?
@SuperLeono692 жыл бұрын
Help i want to make an Health bar But when it is on 0 Ends the level but its impossible and there is No totorial about it😕
@sambeatty23127 жыл бұрын
could you use a note for the health readout
@jaxtiny49974 жыл бұрын
Can you do a Health Item Like a Med Kit or something?
@GuyHeadset8 жыл бұрын
when i make it the bar either goes to my feet or to my head, how did u get it above you?
@JC-qt9vd7 жыл бұрын
For some reason, when I get in range of the health bar, I freeze in place, how do I fix that?
@wasduhjk534 жыл бұрын
It bugged up, it placed Broadcast Microchips everywhere EDIT: It also didn't follow the player
@richguy49227 жыл бұрын
SO COOL INTRO
@danieldaniel37848 жыл бұрын
What if I use it as an enemy sackbot? Does it have to still have to have only 1 person playing?
@turnoffthetv77096 жыл бұрын
I made a recharge station!
@Jeronous4 жыл бұрын
Could you make a video on how an object could actually interact with the sackboy's health bar so it can take effect?
@Redhotquagmire2 жыл бұрын
I think the projectiles on the gun he's having shoot at him simply has a red tag, same color as the sensor on the 2nd sticker panel that reads damage, and so everytime that tagged projectile "bullet" gets close enough to the player character, it triggers the sensor to proc 1 counter of the health bar. Basically, once you do everything he showed you in this video, just make an object with a red tag labeled the same way as your red tag sensor, find a way to shoot it and you're good to go!
@dmoni.wsksjw3 ай бұрын
can u do a health bar compatible with 3d sackbot?
@dabrowski3497 жыл бұрын
how do i fix it because it works it just wont follow me
@Danx879 жыл бұрын
See here for multiplayer Upgrade! kzbin.info/www/bejne/jqWVommVrMl0bNU
@sirsqueaksalot27068 жыл бұрын
+LittleBigPlanet 3 Tutorials can you make a video that teaches us what every piece of logic does? I would watch the tutorials in game, but im on the ps4 edition which has a lot of frame drops and it won't let me watch the videos without almost crashing my game.
@Danx878 жыл бұрын
Westdog 01 most are available on the website if you have a tablet/laptop/pc lbp.me/videos/tutorial?p=1&l=12
@JacksonTheSkylanderDude67 Жыл бұрын
It doesn't work. The health Bar doesn't follow me
@korfinder33426 жыл бұрын
ok I got it but how do I make a weapon damage me I need this information please reply back to help me
@hopmirjanneke9 жыл бұрын
nice tutorial:) but if you gonna put on a board how many pieces of logic one needs, you'd better count right :) otherwise, clear and simple , efficient tutorial
@Danx879 жыл бұрын
mirjan mathijssen often the amount of logic needed is actually based on my prototype which include logic for appearance. Where as the the tutorial is purely for its operation. The numbers of how many 'One needs' is unimportant, its more a general guide as to what logic is used to achieve the end goal. ;) but thanks for the feed back
@agentmoniker_fn7 жыл бұрын
True there was some items i didnt expect that i needed
@emili06945 жыл бұрын
what ammunition do you use for the gun because I die in one shot with the weapons that I am using
@trgtheredghost65285 жыл бұрын
You might have either set the counter to 1, or forgot the invincibility frames
@richguy49227 жыл бұрын
OMG OH MY GOD THANK YOU SO MUCH I MADE HEALTH BAR THANK U SOOOOO MUCH
@toadteller26423 жыл бұрын
It doesn't work for me I did everything the video said but the health bar doesn't follow me. Is there a way to fix it?
@toadteller26423 жыл бұрын
I might of messed up somewhere I just don't see where
@smudgetwo8 жыл бұрын
I have a request, could you make a tutorial on a HUD? I'd be very grateful if you did :)
@smudgetwo8 жыл бұрын
+LittleBigPlanet 3 Tutorials
@maybellboggan94139 жыл бұрын
There is a different method for health bars. Use a timer that is speed scale and has 0.1 in max and current time
@maybellboggan94139 жыл бұрын
Then put a chip in your sack boy or sack bot containing a timer, impact sensor and a microchip with a battery
@maybellboggan94139 жыл бұрын
+Maybell Boggan Connect the sensor make sure include touching and put a tag in it to the reset port in the timer, set the timer to inverted and set the second to 0.2. When that's done connect it to the microchip and set the battery power to whatever (damage amount)
@maybellboggan94139 жыл бұрын
+Maybell Boggan Connect the battery to a direction combiner and add another timer, this time inverted and connect the inverted timer to the death scene and whatnot. Make sure the inverted timer is set to 0.1 seconds and in current time. Connect the direction combiner to the timer in the chip and on the display (not inverted timer)
@maybellboggan94139 жыл бұрын
+Maybell Boggan If there's anything I missed please reply I do not have such a good memory
@maybellboggan94139 жыл бұрын
+Maybell Boggan This is a way you can use without using a counter cause it is a one hit wonder then you have to wait to get hit again. THIS METHOD IS BEST FOR FIGHTING/TURN BASED GAMES
@gamingbroofawesomeness45157 жыл бұрын
(I now this has nothing to do with the vid) but can you do a gint anmas?:wakein ,daed,(with out a sackboy
@minceraft37645 жыл бұрын
Can you make a level on community Were you giveaway your logic?
@ThirdheadnamedKevin2 жыл бұрын
Theres a way for health the bar?
@CAllShots5107 жыл бұрын
How did you create the weaponIs there a tutoria
@johnllaguno44869 жыл бұрын
how do you make the bullet you made that takes away your health? please answer
@Danx879 жыл бұрын
Anything that damages u needs to pass through u, with a red tag labeled damage (same as red tag sensor)
@benjaminbarnett44997 жыл бұрын
Wait, so then what's the logic for the bullet that actually damages you?
@trgtheredghost65285 жыл бұрын
Tag, and possibly mover or advanced mover. Tag is red and called "damage" so set the tag sensor to red and called "damage"
@gsassman52495 жыл бұрын
It didn't work for me what do I do
@nayuki-rn9 жыл бұрын
I have a request, if you feel up to it. Could you do a tutorial on fall damage/death by falling? Like, say you have a simple health system, like in this video. But work it in so that falling does damage too. And maybe have it so that falling greater distances does more damage.
@Danx879 жыл бұрын
I like your thinking! Yep i will have it up next week! :)
@user-eg8gb3ri9f9 жыл бұрын
Its been done though I like this youtuber cuz hes unique and does stuff that hasnt been uploaded that u cant use google to find
@Danx879 жыл бұрын
CodComedy Bryson but i can be found on google lol ;) It may have been done but it hasnt been done to fit in with this health bar system, once i have made it multiplayer compatable I will then be adding other aspecs to it (like this fall damage, try and make it as adptable as I can) ;D
@user-eg8gb3ri9f9 жыл бұрын
Thats true I think no ones done it with a health system I wish you best of luck with the health system and I will be always here to support your channel :)
@Danx879 жыл бұрын
CodComedy Bryson Thanks man! that means alot! :D
@edgarxdv86876 жыл бұрын
How do I put it on a Sackbot?
@Trevian207 жыл бұрын
How did you make the bullet take away the health?
@Trevian207 жыл бұрын
Ha never mind I figured it out. Thanks for the tutorial, this was so extremely helpful. Thank you thank you thank you
@themashedpotatodude84047 жыл бұрын
I've added this to a Sackbot. But the Sackbot won't die whenever the health bar reaches 0. Do you know how to fix this?
@nahguy5 жыл бұрын
2 years late but maybe you used a kill tweaker which doesn't work on sackbots, instead try a destroyer.
@agentmoniker_fn7 жыл бұрын
Hey man i followed the tutorial but it keeps damaging me when i go out of hover mode or go into play mode and i cant get the things that are meant to damage me to work plz help
@agentmoniker_fn7 жыл бұрын
Btw i was doing it on ps3
@That.Boy_Mass4 жыл бұрын
How do u make the gun do damage
@KyogreTheOnlyPrimalFuture9 жыл бұрын
Can you make a healing thingy? Btw, i cant make the bar go down. Does the thing that damages you have to be a red (damage) tag? I tried, didnt work
@Danx879 жыл бұрын
Yeah Am going to make extras like healing/fall damage etc. and yes in the tutorial the damaging tag is a red tag (labled Damage) and it needs to pass through the player (on his layer). are you on ps4?
@KyogreTheOnlyPrimalFuture9 жыл бұрын
Im on ps3 and i tried that method but aint working. Do you think you can make a level that gives away a bullet like you demostrated in the beginning? I would appreciate it.
@Danx879 жыл бұрын
Kyogre The Only Primal Future is your bullet (your tag) on the flat layer??? as sackboy cannot be on that layer. (my bullets image is on the flat layer but the tag is on a invisable sticker panel the same size as the bullet but in the 'fat' layer). to test if this is your issue, make a block of sticker panel and put a red tag (damage) on it and walk into it! if your health goes down then that is where your problem is... if not its somewhere else.
@KyogreTheOnlyPrimalFuture9 жыл бұрын
Ok. I will try.
@Danx879 жыл бұрын
Kyogre The Only Primal Future cool let me know how you get on ;)
@finalcrown69188 жыл бұрын
Is there a way to change the color if the bar to represent how low/high your health is?
@mindo8487 жыл бұрын
JVeloz157 Follow the same steps but with a different counter
@theologicalmonochromaticbo21022 жыл бұрын
I usually come up with complicated solutions, but maybe a counter for each color you want and hiding and showing each counter as needed.
@memelord20734 жыл бұрын
the only thing that happend was an insta death
@trentkraemer71096 жыл бұрын
This videos pretty old I know but I still hope you see this, is there a way to make it so that different weapons cause different damage. I’ve tried it the past with semi decent results but without the counter to show it. Hope you read this and thanks!
@theologicalmonochromaticbo21022 жыл бұрын
This comment is pretty old but I still hope you see this. Use a one tick timer as the input for health bar. Have an or gate input into that one tick. For type 1 maybe direct into that or gate. For others a one shot counter into a one tick timer which goes into the or gate and into a counter of whatever number you want. The counter at end resets the one shot counter when full which stops the input into or gate. So you can have one action hit the counter more than once per input. But it doesn't work well if there are multiple hits simultaneously
@UndercoverSpill9 жыл бұрын
i got so lost. Is there a basic one that doesnt require as much logic and such
@azazelenoch91078 жыл бұрын
This version is pretty basic.
@GodGabriel20006 жыл бұрын
How Do U Get Hit Do u Use a Tag?
@scotttodd508 жыл бұрын
How do I make the health bar heal when a player presses a certain button
@2saif4u8 жыл бұрын
Was thinking the same thing.
@Gdkxi5 жыл бұрын
i think you should get a button and wire it to the reset slot on the counter and it should bring it to 100%
@eclipse1808 жыл бұрын
How do it works
@dominion36039 жыл бұрын
The health bar didnt follow me the microchip thin did what am i doing wrong?!
@danthonicks-clashofclansvi76269 жыл бұрын
did you put a follower in the microchip?
@trgtheredghost65285 жыл бұрын
You need a broadcast microchip.
@rizinsun13626 жыл бұрын
Love your videos thooo
@user-eg8gb3ri9f9 жыл бұрын
you make a teleport stick like in a cops and robber wear if you hit a player with it they teleport to a jail cell or something?
@Danx879 жыл бұрын
that would be a simple tag and teleport system (tag on stick / tag sensor on mob connected to a teleporter logic)? that kinda thing?
@Danx879 жыл бұрын
CodComedy Bryson want to come demonstrate the multiplayer health bars tutorial and star in the video (ps4)
@user-eg8gb3ri9f9 жыл бұрын
I would love too but I got a ps3
@Danx879 жыл бұрын
Ah shame, nvm then ;)
@user-eg8gb3ri9f9 жыл бұрын
Yeah i'm probably going to get a ps4 soon but right now I just have a ps3
@youngyoon307 Жыл бұрын
I did this for a boss
@Dogfee792 жыл бұрын
It doesn't even work I tried it in every possible way retweaked change up the setting change detection to player nothing worked this guide doesn't even work my little big planet 3 dead echo remastered series will never be finished now
@jjshorts38783 ай бұрын
Same!!
@glendakelley65837 жыл бұрын
What about little big planet 2?
@mindo8487 жыл бұрын
Glenda Kelley Sorry, there is other tutorials on lbp2