Author Topic: Hide all hud items command  (Read 1079 times)

Antikore

  • Developing Mortal Theater at day, developing depression at night.
  • Level 22: Trex
  • *
  • Posts: 2020
  • Enjoying Platform Builder from the very start
    • View Profile
    • PBuilder Resources
Hide all hud items command
« 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.
« Last Edit: April 15, 2020, 11:30:37 AM by Antikore »
Sorry because my English is not very good because I'm Spanish ;) :P

CGM

  • Christian, 3D artist, former Platform Builder gamdev
  • Master Builder
  • *
  • Posts: 3836
    • View Profile
Re: Hide all hud items command
« Reply #1 on: April 15, 2020, 03:16:23 PM »
Looks like TingThing needs to optimize them somehow.

War

  • "The top player is here!"
  • Level 20: Nobom
  • *
  • Posts: 1490
    • View Profile
    • My website
Re: Hide all hud items command
« Reply #2 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
Hey, wassup wassup? My name is Warrior555MainsGanon (but just call me War) and I'm the main guy behind Megaman Zero Online and the upcoming Matt's Adventure! I don't speak often here but I'm a very friendly lad so if you wanna talk, don't hesitate!

CGM

  • Christian, 3D artist, former Platform Builder gamdev
  • Master Builder
  • *
  • Posts: 3836
    • View Profile
Re: Hide all hud items command
« Reply #3 on: April 16, 2020, 04:14:39 PM »
Okay.