A Minecraft Bedrock Preview Addon adding a lot of random stuff. See demo video or download in Github releases.
A Minecraft Bedrock Preview Addon adding a lot of random stuff. See demo video or download in Github releases.
Today I added more sounds and also delayed shots to the Z ability, I also added localization and an icon to the pack.
This devlog is quite small and as I would like to display a video I didnt record another one other than the one I’m rendering, I will ship the project for now, you can see the state of the mod in this stage in the youtube video.
Log in to leave a comment
So today I worked on the backend for the abilities, I worked a bit on the Z ability, used by sneaking and use, hold use to charge up to three shots, then release to shoot, then the X ability hold to fire a beam of light, I also added the main backend for the last two abilites, only they are missing now.
I currently have a problem with the camera alignment but I hope to fix it.
Log in to leave a comment
I added the water weakness all fruit users have, when you have the light item, selected or not you will get weakness, slowness, nausea and progressive damage the deeper you get in water, lastly when three blocks deep the player looses control over the character and only if someone else pulled the player out could them be saved.
Also the light spear disappears when you are submerged in water.
I also moved the code around to enforce state machine consistency, as im planning to add the rest of the abilities next, for now without a lot of assets or sound effects.
Log in to leave a comment
Log in to leave a comment
(This video should be smoother than the others) (It was not…)
Log in to leave a comment
This update was HEAVY for me, a lot of time was spent making the light trail and fixing the line particles, luckily now that thats done I will be able to reuse the functions later.
Actually the spinning light trails was faster because it uses the timed particles to make the trails automatically disappear and I’m considering making the full light trail also do that.
The light star on the player was managed with one tick particles which I set the frame each time they are spawned, this is the best workaround as there is no way to move particles.
I finally hid the light spear!
I still havent fixed the audio volume issues as the camera is far away.
I made it so the camera zooms out when picking up the light item.
I may start working on the other abilities next!
The video is a bit laggy for some reason.
Log in to leave a comment
I added the start and loop sounds to the light flight, only the particle and trail are missing (and figuring out how to hide the light staff)
I also added the moon jump / sky jump / air jump, you can only airjump when you hold the staff, you can air jump up to 10 times.
As I added the air jump I had to make shift space be for flight and space for the air jump, next I think Ill also add dash but I dont know with which key, maybe just shift?
Log in to leave a comment
Okay so I added the Light Flight ability, I also setup a cooldown system and states so the next abilities will be easier to add but I still need to add the sounds and graphics for the light flight.
To use the light flight you hold the Light item and jump midair, the flight will continue until you stop holding jump and you will also bounce of any wall you hit, to turn you angle your view but it snaps in 45deg angles so the turn has to be significant.
For now you become invisible but a shining light particle should be in place.
Log in to leave a comment
After a ton of crazy testing debugging and help from people in the Minecraft Addons and OSS channels I managed to get the light staff’s glow working, The model is just a base model then two more layers inflated around the base, they have different alphas and colors and combined with the wind_charge_material they glow beautifully!
This was not fun at all but finally got it done, now time for the attacks!
Log in to leave a comment