My procedure is so big, it won't load. Help

Started by myxical on

Topic category: Help with MCreator software

Active 1 year ago
Joined May 2021
Points:
780

User statistics:

  • Modifications: 0
  • Forum topics: 36
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 83
My procedure is so big, it won't load. Help
Tue, 05/18/2021 - 18:03 (edited)

title, it's a crafting procedure happening each update tick (which is per second)
when i try to open it, it's just blank

Edited by myxical on Tue, 05/18/2021 - 18:03
Active 1 year ago
Joined May 2021
Points:
780

User statistics:

  • Modifications: 0
  • Forum topics: 36
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 83
I need help I dont want to…
Wed, 05/19/2021 - 06:55

I need help I dont want to rewrite the whole script

Active 1 year ago
Joined May 2021
Points:
780

User statistics:

  • Modifications: 0
  • Forum topics: 36
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 83
Nevermind, I actually found…
Wed, 05/19/2021 - 07:16

Nevermind, I actually found a solution - I don't know how I did it but I did load up the procedure.

FYI: Collapse as much as possible to avoid lag

Active 3 years ago
Joined Feb 2022
Points:
497

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 39
If anyone is looking for an…
Thu, 03/24/2022 - 19:20

If anyone is looking for an answer but didn't get one:

You have to export the procedure, import it back in, and collapse everything

Active 10 months ago
Joined Dec 2020
Points:
1159

User statistics:

  • Modifications: 2
  • Forum topics: 28
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 819
Big procedures tend to…
Thu, 03/24/2022 - 22:18

Big procedures tend to behave like that. Small suggestion: split them up into several procedures (if possible) and redirect OG procedure into another ones via "run procedure" block.