Need help with GUIs

Started by Yoseidon on

Topic category: Advanced modding

Active 4 years ago
Joined Jun 2020
Points:
607

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
Need help with GUIs
Sat, 06/13/2020 - 13:19 (edited)

Hi, I created a GUI that's supposed to open when you click on a block, but I looked at a tutorial to do that and the person created a procedure with "open gui for the provided (entity) player: GUI", but in 2020.3 I don't have that option. 

Please help me, thank you in advance.

Edited by Yoseidon on Sat, 06/13/2020 - 13:19
Active 3 years ago
Joined Mar 2020
Points:
1259

User statistics:

  • Modifications: 2
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1149
You do t have to use…
Sat, 06/13/2020 - 13:25

You do t have to use procedures for GUI blocks. It has its own page in the block creator. Also, the procedure has been renamed to “open screen”

Active 3 years ago
Joined Mar 2020
Points:
1259

User statistics:

  • Modifications: 2
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1149
You do not*   I think that…
Sat, 06/13/2020 - 13:25

You do not*
 

I think that the tutorial you watched is old.

Active 4 years ago
Joined Jun 2020
Points:
607

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
I finally made it, but the…
Sat, 06/13/2020 - 13:33

I finally made it, but the game crashes as soon as I open the GUI.

Active 3 years ago
Joined Mar 2020
Points:
1259

User statistics:

  • Modifications: 2
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1149
Then when you set the GUI to…
Sat, 06/13/2020 - 13:35

Then when you set the GUI to the block you chose the wrong number for slots in your GUI.  It has to be number of slots + 1.

Active 4 years ago
Joined Jun 2020
Points:
607

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
In fact the video was old, I…
Sat, 06/13/2020 - 13:49

In fact the video was old, I think I've fixed the problem.

Active 4 years ago
Joined Jun 2020
Points:
607

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
The good news: the table no…
Sat, 06/13/2020 - 13:53

The good news: the table no longer crashes.
The bad news : 2 slots don't work (I checked, and they are input slots)

Active 4 years ago
Joined Jun 2020
Points:
607

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
One of the 2 glitch slots…
Sat, 06/13/2020 - 13:55

One of the 2 glitch slots was an output, I set it but not the other one.