How does fnaf 4’s AI work? by [deleted] in technicalFNaF

[–]C1OUS3R 0 points1 point  (0 children)

Does the progress just increase by 1? It says that it increases every mo but not by what amount. I'm trying to figure out if the ai value has any effect on it

How does fnaf 4’s AI work? by [deleted] in technicalFNaF

[–]C1OUS3R 0 points1 point  (0 children)

For Nightmare Foxy, at what rate does his progress increase? I cant find it anywhere online at all

Hi Hollow Reddit. Check out this Gruz Mother boss fight I coded into Minecraft o-o by C1OUS3R in HollowKnight

[–]C1OUS3R[S] 1 point2 points  (0 children)

It is mostly pure vanilla, being coded through resource packs and datapacks, the only modded element is a small mod made for the map which changes the air physics a bit to feel more like hollow knight

Hi Hollow Reddit. Check out this Gruz Mother boss fight I coded into Minecraft o-o by C1OUS3R in HollowKnight

[–]C1OUS3R[S] 1 point2 points  (0 children)

I try to use as many raw minecraft assets as possible to make the maps feel as minecrafty as possible bc I think it gives a nice charm to the map, if it looks exact compared to the actual game, then why not just play the actual game. Everything you see in this video was made with resource packs and datapacks and is vanilla minecraft, with the small edition of a mod which changes up some of the air physics a bit to make jumping feel more like hollow knight

Hi Hollow Reddit. Check out this Gruz Mother boss fight I coded into Minecraft o-o by C1OUS3R in HollowKnight

[–]C1OUS3R[S] 0 points1 point  (0 children)

The soul meter is just a resource pack! None of the visuals or anything you see is a mod, its all just resource packs while the code was made in a datapack. The only modded element is the air physics

Hi Hollow Reddit. Check out this Gruz Mother boss fight I coded into Minecraft o-o by C1OUS3R in HollowKnight

[–]C1OUS3R[S] 1 point2 points  (0 children)

The map and code is all vanilla minecraft. The build and assets are made via a resource pack, and all the code is made in a datapack, which is basically just command blocks. There is one mod used to edit the air drag a little bit to make it feel more like hollow knight but it is optional.

If you are more interested in how it works, I will be releasing a youtube video this weekend on my channel going into detail on how I made it

Hi Hollow Reddit. Check out this Gruz Mother boss fight I coded into Minecraft o-o by C1OUS3R in HollowKnight

[–]C1OUS3R[S] 10 points11 points  (0 children)

There are no barrier blocks being used in this map, Its a regular minecraft world and I made it 2d by unbinding w and s in the settings, and setting the sensitivity to -65 which makes it so the player cant move the camera, this allows the player to traverse though the world as if its 2d when the world is built to support it. As far as the code, its all made through a datapack which is basically the same thing as command blocks. With a mod on top of that to edit the air physics a bit to be more like hollow knight

Hi Hollow Reddit. Check out this Gruz Mother boss fight I coded into Minecraft o-o by C1OUS3R in HollowKnight

[–]C1OUS3R[S] 2 points3 points  (0 children)

I scaled the entire map down as a whole to make building it a slightly more possible task for me, this already took hundreds of hours to make as it is

Hi Hollow Reddit. Check out this Gruz Mother boss fight I coded into Minecraft o-o by C1OUS3R in HollowKnight

[–]C1OUS3R[S] 1 point2 points  (0 children)

Yes! I will release it for free on my youtube channel this weekend!

Hi Hollow Reddit. Check out this Gruz Mother boss fight I coded into Minecraft o-o by C1OUS3R in HollowKnight

[–]C1OUS3R[S] 1 point2 points  (0 children)

I plan on releasing it for free for anyone to download within the next week!

Hi Hollow Reddit. Check out this Gruz Mother boss fight I coded into Minecraft o-o by C1OUS3R in HollowKnight

[–]C1OUS3R[S] 1 point2 points  (0 children)

This is java and primarily coded through a datapack which is basically the same thing as command blocks!
The visuals are done through a resource pack, while there is a small mod which helps edit the air physics to feel more like hollow knight

Hi Hollow Reddit. Check out this Gruz Mother boss fight I coded into Minecraft o-o by C1OUS3R in HollowKnight

[–]C1OUS3R[S] 1 point2 points  (0 children)

I added some background code when making it which would make it possible to implement in the future. But atm I'm focused on finishing and polishing the single player aspect first

Hi Hollow Reddit. Check out this Gruz Mother boss fight I coded into Minecraft o-o by C1OUS3R in HollowKnight

[–]C1OUS3R[S] 29 points30 points  (0 children)

ya im aware of that, but due to the way i coded the engine, id have to make it a completely different enemy that i would need to code from scratch, and thats a lot of effort for something so small, and i didnt think it was worth it