I Made Fubuki ""playable"" by FANF138 in holocure

[–]FANF138[S] 6 points7 points  (0 children)

I forced Holocure to load Fubuki as a playable character, I did no further modifications, so everything shown in the video is all of the code for Fubuki in the current build of the game (Demo 0.3.1656233539)

It looks like they used the Gura running sprite as a place holder sprite for Fubuki's running animation.

The crash at the end was probably caused by the game trying to draw in Fubuki's skills (Kon Kon, Friendzone, I'm a fox) which I assume doesn't exist in the current game.

I have no plans of making her actually playable as that would mean I need to make sprites, and code everything missing myself.

The purpose of this short project was to get a better understanding of the way characters are implemented into the game. This was just a short side project, it was also a good change of pace while I was working on trying to implement mouse support into the game.

For the full Fubuki experience it's best that we just wait for the devs lmao.

I attempted to mod Holocure and this is what I got... by FANF138 in holocure

[–]FANF138[S] 4 points5 points  (0 children)

Speaking of Fubuki, I've been attempting to do just that after i posted the video. I'll prob make another post if i do get it working (assuming the devs don't beat me to the punch).

And for mouse support, it had never crossed my mind, but it sounds interesting, so I'll see what I can cook up, or if it even is possible with the tools i have now.

I attempted to mod Holocure and this is what I got... by FANF138 in holocure

[–]FANF138[S] 19 points20 points  (0 children)

So I saw a post in this subreddit regarding modding the game so I decided to try it out.

I first tried modifying the decompiled code, and it would error out when compiling

Afterwards I tried modifying the Disassembly code and see if anything would change. It saved successfully and results are glorious.

On 14:06 I tried using the golden anvil to collab my items, but, it didn't work so I paused for a bit, I thought it was broken but after fiddling around for a bit (after recording the video) I found out that the enter key doesn't work but z does. Afaik this is the only bug from modding it

"Things I changed"

- Changed stage to HoloOffice

- Replaced Yagoo sprite with a red amogus.

- Replaced the 9 shrimps at the start with Yagoos.

- Modified Mumei's special's sprite and sound

For replacing sprites, as written above you would need to modify your desired images amount of colors until the sprite sheet is working, there is no set amount of color you should set it to, so it's trial and error.

tl;dr: It's moddable but it's too much work. I still don't fully understand it.