Page 1 of 1

Bubble Hud help

Posted: Tue Oct 05, 2021 12:43 pm
by Kitti and Minni
I'm trying to get the bubble hud from Map3d, but use it in a regular map style, but I can't figure out how to do it, so any help would be appreciated XP

Re: Bubble Hud help

Posted: Tue Oct 05, 2021 6:52 pm
by Hoeloe
You can't. Not easily anyway. Map3D re-renders the entire world map from scratch, and relies on that to display the different HUD formats. It's theoretically maybe possible to re-create but I suspect it would be a lot of work.

Re: Bubble Hud help

Posted: Tue Oct 05, 2021 6:53 pm
by Kitti and Minni
Hoeloe wrote:
Tue Oct 05, 2021 6:52 pm
You can't. Not easily anyway. Map3D re-renders the entire world map from scratch, and relies on that to display the different HUD formats. It's theoretically maybe possible to re-create but I suspect it would be a lot of work.
dang
well is it atleast possible to get rid of the default hud so i can attempt to make one from scratch?
I tried using WHUD_NONE but the player is still visible in the one corner, which is annoying

Re: Bubble Hud help

Posted: Thu Oct 07, 2021 7:08 pm
by Hoeloe
Kitti and Minni wrote:
Tue Oct 05, 2021 6:53 pm
dang
well is it atleast possible to get rid of the default hud so i can attempt to make one from scratch?
I tried using WHUD_NONE but the player is still visible in the one corner, which is annoying
Nope. That's the best you can get directly. You MIGHT be able to use some shenanigans to force the player sprite to be invisible, maybe, but I'm not sure about that.

Re: Bubble Hud help

Posted: Fri Oct 08, 2021 4:54 am
by Marioman2007
Hoeloe wrote:
Thu Oct 07, 2021 7:08 pm
Kitti and Minni wrote:
Tue Oct 05, 2021 6:53 pm
dang
well is it atleast possible to get rid of the default hud so i can attempt to make one from scratch?
I tried using WHUD_NONE but the player is still visible in the one corner, which is annoying
Nope. That's the best you can get directly. You MIGHT be able to use some shenanigans to force the player sprite to be invisible, maybe, but I'm not sure about that.
umm
spriteoverride?

Re: Bubble Hud help

Posted: Sat Oct 09, 2021 12:02 pm
by Kitti and Minni
marioman2007 wrote:
Fri Oct 08, 2021 4:54 am
Hoeloe wrote:
Thu Oct 07, 2021 7:08 pm
Kitti and Minni wrote:
Tue Oct 05, 2021 6:53 pm
dang
well is it atleast possible to get rid of the default hud so i can attempt to make one from scratch?
I tried using WHUD_NONE but the player is still visible in the one corner, which is annoying
Nope. That's the best you can get directly. You MIGHT be able to use some shenanigans to force the player sprite to be invisible, maybe, but I'm not sure about that.
umm
spriteoverride?
sorry i shouldve mentioned ive since figured this out, thanks anyways!