Fade In/out system

Started by GotorFI on

Topic category: Advanced modding

Last seen on 11:47, 11. Sep 2023
Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Fade In/out system

Hey.

 

I am coder. I use lua and c++ but I have no idea about MCreator procedures. Would you like to help me?

I want to make command that fades black screen in and out. Command should be something like this: /(Command) @a in 3, or /(Command) @p out 2. First is the /command, then the target (@a, @p, @s...), then in or out (Fade In / Fade Out) and last the time how much takes to fade in or out (1-...). It has to be atleast 1 second to run the command. That black screen will be the Gui covered the entire screen.

 

Is this possible to do?

Thank you for your help and time :)

 

GotorFI (not good at MCreator procedures.....)

Last seen on 11:47, 11. Sep 2023
Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If there is no way to do…
Thu, 08/17/2023 - 15:18

If there is no way to do that, then next thing that I was thinking is... Is it possible to hide hotbar without using F1 and lock player's perspective?

Last seen on 11:47, 11. Sep 2023
Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Cmon... Please someone…
Fri, 08/18/2023 - 12:56

Cmon... Please someone answer....

Last seen on 01:03, 25. Nov 2023
Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This can only be done with…
Fri, 08/18/2023 - 17:35

This can only be done with code, MCreator has no functionality for such things.

Last seen on 23:43, 17. Mar 2024
Joined May 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you can use actual code, but…
Fri, 08/18/2023 - 18:12

you can use actual code, but i have no idea how