[TUTORIAL] Summoning particles in a circle shape (with template procedure)

Started by SomeoneElse on

Topic category: User side tutorials

Active 10 months ago
Joined Nov 2017
Points:
898

User statistics:

  • Modifications: 1
  • Forum topics: 15
  • Wiki pages: 2
  • MCreator plugins: 0
  • Comments: 158
[TUTORIAL] Summoning particles in a circle shape (with template procedure)
Wed, 10/30/2019 - 19:10 (edited)

For this tutorial, I'll provide a procedure template that you can use to summon a ring of particles. You can download the template here.

Procedure

This procedure will require the world, x, y, z dependencies.
Before importing the procedure, you need to add these local variables: "loop", "particleAmount", "xRadius" and "zRadius". All of them are number variables.
After importing the procedure, it should look like this:
Procedure 1

You can change some parameters to customize your ring:
Parameters

The red one is the particle amount: make sure it's greater than 0
The yellow ones are the radii of the ring on the X and on the Z axes. If they're the same value, the ring will be a circle. Otherwise, the ring will be an ellipse
The green ones are the center of the ring.

Examples

This is what the default ring looks like:
particleAmount = 8, xRadius = zRadius = 1

Another ring. particleAmount is set to 16, xRadius and zRadius are set to 2:
particleAmount = 16, xRadius = zRadius = 2

Yet another ring. particleAmount is set to 14, xRadius is set to 3, zRadius is set to 1:
particleAmount = 14, xRadius = 3, zRadius = 1

Edited by SomeoneElse on Wed, 10/30/2019 - 19:10
Active 4 years ago
Joined Jun 2015
Points:
843

User statistics:

  • Modifications: 1
  • Forum topics: 17
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 64
thanks for the tutorial that…
Mon, 10/28/2019 - 13:54

thanks for the tutorial that’s very cool 

Active 5 years ago
Joined Jun 2016
Points:
1676

User statistics:

  • Modifications: 6
  • Forum topics: 17
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1644
Awesome! :D
Mon, 10/28/2019 - 16:40

Awesome! :D

Active 1 year ago
Joined May 2017
Points:
787

User statistics:

  • Modifications: 2
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 93
This is a really nice…
Mon, 10/28/2019 - 22:02

This is a really nice tutorial

Active 1 year ago
Joined Jul 2017
Points:
1040

User statistics:

  • Modifications: 1
  • Forum topics: 32
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 344
So cool! Its like when the…
Sat, 06/13/2020 - 21:54

So cool! Its like when the druid teleport in the betweenland mod. And that a really professional mod. Good job!

Active 6 months ago
Joined Apr 2020
Points:
762

User statistics:

  • Modifications: 2
  • Forum topics: 19
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 20
this does not work
Tue, 07/07/2020 - 23:11

this does not work

Active 4 years ago
Joined Aug 2020
Points:
653

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 20
Is there a way to turn to…
Sun, 10/11/2020 - 23:54

Is there a way to turn to this into a sphere?

Active 7 months ago
Joined Jan 2016
Points:
950

User statistics:

  • Modifications: 0
  • Forum topics: 32
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 155
Thanks
Sat, 03/20/2021 - 18:36

Thanks

Active 5 months ago
Joined Apr 2015
Points:
849

User statistics:

  • Modifications: 0
  • Forum topics: 23
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 32
If at least I knew how to…
Fri, 08/06/2021 - 20:09

If at least I knew how to make ONE centered particle...

Active 1 year ago
Joined May 2021
Points:
599

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 7
Is posible to make it with…
Wed, 01/12/2022 - 18:47

Is posible to make it with different colors?

Active 3 years ago
Joined Mar 2022
Points:
489

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
i cant get this to work
Wed, 03/16/2022 - 14:44

i cant get this to work

Active 3 days ago
Joined Mar 2019
Points:
746

User statistics:

  • Modifications: 2
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 40
literally saved my mod
Tue, 05/24/2022 - 18:27

literally saved my mod

Active 1 year ago
Joined Mar 2022
Points:
614

User statistics:

  • Modifications: 0
  • Forum topics: 22
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 31
how do you make it vertical…
Mon, 06/06/2022 - 13:14

how do you make it vertical upward and not sideway

Active 1 year ago
Joined Aug 2022
Points:
453

User statistics:

  • Modifications: 0
  • Forum topics: 6
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 18
How did you do it? i can't…
Sun, 08/28/2022 - 17:24

How did you do it? i can't find the set local to procedure anywhere