Platform Builder Forums

Main => Suggestions => Topic started by: Antikore on April 15, 2020, 11:30:02 AM

Title: Hide all hud items command
Post by: Antikore on April 15, 2020, 11:30:02 AM
The command is:
Code: [Select]
hide all hud info
Its just a faster and easier way to do this:
Code: [Select]
hud show lives = false
hud show ammo = false
hud show health = false
hud show money = false
hud show stars = false
hud show pickup = false
hud show breath = false

The reason is just simple. Even with all performance upgrades on PB, commands are very likely to lag the game. Hud commands due to some reason, lag much more than the rest ones. One command will just help because the game just doesn't need to do a lot of command checkings, and just do it once.

Remember, PB never translates onto machine language, that's why commands lag sometimes.

PD: Another version for show all them will be also logic to add, but indeed I won't use it never. I just need the hide one.
Title: Re: Hide all hud items command
Post by: CGM on April 15, 2020, 03:16:23 PM
Looks like TingThing needs to optimize them somehow.
Title: Re: Hide all hud items command
Post by: War on April 16, 2020, 09:35:05 AM
Another version for show all them will be also logic to add, but indeed I won't use it never. I just need the hide one.
I need BOTH
Title: Re: Hide all hud items command
Post by: CGM on April 16, 2020, 04:14:39 PM
Okay.