Skip to content
Learn MikuMikuDance – MMD Tutorials – Free 3D Animation Software

Learn MikuMikuDance – MMD Tutorials – Free 3D Animation Software

Download Free Animation Software – Let's Learn How to Do Everything!

  • Step-by-Step MMD instructions
  • DOWNLOADS
  • Troubleshoot, Fix MMD
  • Site Contents
  • Reggie Replies Q&A
  • Homework!
  • What IS MMD?
    • Download MikuMikuDance Newest Latest Version of MMD
  • “HOW TO”
    • Raycast RAY-MMD Effect Tutorials
  • BONUS PAGES
    • Why convert PMD models to PMX?
  • HALL of CHAMPIONS
  • Tutorial Categories
  • About
    • Privacy Policy
  • Toggle search form
  • Anticipation is the Second Principle of Animation. Anticipation
  • MMD Dummy Bones may be your most important models! Dummy Bones
  • Make an MMD Music Video Bo Beep Bo Beep! "the making of" my video
  • How To Make Global Lighting Work with Game-Rips Fixing Broken Models
  • LearnMMD Auditorium Stage now includes 19 Colors of Drapes! Dummy Bones
  • Video Dojo Expo 2 CHAMPIONS are chosen! CONTESTS
  • A brightly colored .sph sphere file replaced the common gray one with brilliant results! MMD 7.39
    Alter Sphere Files for a quick color change in MMD Reggie Dentmore
  • The Art of Moe and the genre’s backstory. Random Thoughts & Visions
Kasane Teto with Beamman's Simple Magic Explosion2 positioned behind her

Beamman’s SimpleMagic creates Explosions, Fire-Balls and Swirling Flames!

Posted on March 19, 2021June 3, 2022 By Chestnutscoop No Comments on Beamman’s SimpleMagic creates Explosions, Fire-Balls and Swirling Flames!

What is SimpleMagic? Why can’t I see anything when I load it into MMD? Why are there so many volumes? How does Beamman’s SimpleMagic work? How can I download Beamman’s SimpleMagic?

Kasane Teto with Beamman's SimpleMagic Explosion2 positioned behind her

Beamman’s SimpleMagic creates Explosions, Fire-Balls, and Swirling Flames!

A feature by LearnMMD's Chestnutscoop

SimpleMagic is an effect series produced by BeammanP between 2014-2015. They are heavy particle effects that take the form of dynamic action entities such as explosions, thunder, missiles, fire, wind and water.

The series is split into 4 volumes, separated thematically. The first volume contains elemental effects (explosion, fire, ice, thunder and wind). The second volume contains fighting effects (beam, gun, hit, and water). The third volume contains space effects (gravity, impact, meteor and missile). The fourth volume contains a mixture of effect types (BlowHit, Explosion2, Move, Shockwave, Slash and SlashHit). You can find Beamman’s preview videos for all these effects, as well as their download links, at the bottom of the tutorial.

General Information

All SimpleMagic effects load in the exact same way. All you need to do is load the .x file and the corresponding .pmd controller into MMD.

At first, you will not be able to see the effect. This is because the effect is animated in such as way that Tr = 1.00 is the beginning of the animation, and Tr = 0.00 is the end of the animation. Tr refers to the Transparency of the accessory, which you can edit in the yellow accessories box.

An image of MMD's accessory box with Beamman's SimpleMagic loaded

When trying out a SimpleMagic effect, I recommend setting the Tr to around 0.60 to start off with. This will show what the effect looks like in the middle of the animation, which gives you a better idea of what the overall effect will look like. Beamman also distributes SimpleMagic volumes with AutoLuminous4, which helps to make various parts of the effect glow brighter. Every .fx file has its own parameters that you can edit in a code-editing software such as Visual Studio Code or Microsoft Notepad. All parameters are at the very top of the file when you open it, and can be edited by changing the number at the end of a line.

If you want a more detailed explanation on how to edit code parameters, you can check out this fantastic tutorial by KillerBear: Take Full Control of MME Effects by Editing .fx Files. There are also some values further down in the code that you can change, such as RNDTEX_WIDTH, RNDTEX_HEIGHT and float.

Each Volume contains a ‘Textures’ folder, which you can edit to modify these magic effects. For more detail on this, you can read this tutorial I wrote a few months ago: Editing Effect Textures Creates Brand New Effects!.

From this point, the volumes differ slightly.

SimpleMagic Volume 1

The controllers for all Vol.1 SimpleMagic effects have the exact same morphs. Unfortunately, these controllers do not have English options, so all morphs will read as “Null”. I recommend translating each controller as if it were an Japanese model using PMXE and Google Translate. Or, maybe, try switching to the Japanese version of MMD if you can read Kanji, or editing the language settings in the controller in PMD Editor. The eye morph controls the opacity of the effect, the mouth morph controls the brightness of specific parts of the effect, and the brow morphs control the RGB colour settings. Using the RGB settings, even very lightly, will reveal extra details in the effect.

Within the code of each Vol.1 effect, you can edit parameters such as the number of particles, how much smoke there is, how many flashes there are and how much fire there is. In effects such as Ice, you also have ice particle, wave and light parameters. You can also edit the colours here if you want to be very exact.

Kasane Teto trapped in a tornado created by Beamman's SimpleMagic

SimpleMagic Volume 2

These controllers are exactly the same as the Vol.1 controllers, except for GunHit, which does not use the Tr method of stopping/starting animation, and also has 4 extra morphs in the ‘other’ section. The first morph makes the overall effect larger, the second splits the effect into many smaller entities, the third activates the animation, and the fourth controls speed. Water does the same, except the third and fourth ‘other’ morphs have swapped places. Both come with a premade motion data that you can load into the controller.

Within the code of Vol.2 effects, the parameter options carry over from Vol.1. GunHit and Water have the additional parameters of BomScale (explosion size), SetScale (explosion radius), particleSpeed (speed of animation) and CutSpeed (the constant speed of the explosion).

Kasane Teto punching Beamman's SimpleMagic beam

SimpleMagic Volume 3

These controllers are exactly the same as the Vol.1 and 2 controllers, except for Impact and Missile. For Impact, the ‘mouth’ morphs remove some of the smoke and makes the flying rocks lighter, and the ‘other’ morphs control size, spread and animation speed. For Missile, the ‘mouth’ morphs control the colours of the smoke tails, the ‘brow’ morphs control the colours of the flame at the end of the missile, ‘other’ morphs control the size of the fire, and the position of the missiles on the Z axis.

Within the code of Vol.3 effects, the parameter options carry over from Vol.1. In Gravity, you also have added parameters of the amount of thunder and DuplicateNum, which controls the amount of black circle elements appear. Impact has the same parameters as GunHit and Water in Vol.2, as well as the ‘loop’ versions having parameters to control how many spurt areas you can spawn, and Grv parameters to control how high and wide the rocks spurt out. In Meteor, the ‘HitMarkNum’ controls how many craters you can spawn, as well as the Grv parameter. Finally, Missile has parameters to control the amount of missiles that spawn.

Kasane Teto from behind, looking at Beamman's SimpleMagic

SimpleMagic Volume 4

Once we get to Vol.4, things start to get a little more complicated.

For the effects BlowHit, Explosion2 and SlashHit, Beamman introduces a second controller called Auto_Controller. This controller connects to the [effect name]_Auto.x effect, and it allows you to easily manipulate the effect. The ‘eye’ morph adds a new explosion area to SlashHit and BlowHit, while removing an area in Explosion2. The ‘mouth’ morphs removes the effect, the ‘brow’ morphs spreads the effect out, and the ‘other’ morph activates the animation.

For these auto effects, the Tr method of activating animations does not apply, so you don’t need to worry about setting frames. These effects still hold the original colour controller, and should be used with the effects that do not have ‘auto’ in the name. These controllers have the exact same morphs as the controllers in Vol.1. Effects such as Move, Shockwave and Slash use the same colour controller as Vol.1 with the same morphs.

Within the code of Vol.4 effects, parameters differ depending on the type of effect within a folder. In BlowHit, Explosion2 and SlashHit, the _auto effect has parameters to edit particle count, colour, BomScale, SetScale and particle speed. It also has amount and size of additional flash effects. The other BlowHit and SlashHit effects contain colour, flash, and particle number parameters. The other Explosion2 effects also contain these, but with additional smoke, wave and light parameters.

ShockWave and Move both have colour, particle number, flash and light parameters, and ShockWave has an additional wave parameter. Slash has particle number, flash, colour and slash number (which controls the opacity strength of the slash).

Kasane Teto with Beamman's SimpleMagic

Using SimpleMagic for Images

Because these effects are animated and therefore inherently designed for videos, using these effects for still-renders is not so straightforward. However, there is a method of editing that makes it possible to use in still-renders that works across all the SimpleMagic effects, except for the _auto effects. For this example, I am going to use Missile.

Load one of the Missile .x files into MMD, with the controller. Register Missile with Tr = 1.00 at frame 0. Then, go to frame 1000 and register missile.x’s Tr to 0.00. This means that the effect animation starts at frame 0, and ends at frame 1000. The longer the time in between the animation start and animation end, the slower the effect will be.

Using the right arrow on your keyboard, hold it down to slowly travel through the animation until you find a suitable frame for your still render. Then, on that frame, load up your other assets and render!

Conclusions

Many MMDers seem to be under the impression that SimpleMagic is a very difficult effect to use, when in reality it’s quite the opposite- it’s literally a case of load and register to frame! I hope this tutorial helped you out!

Resources

Download Simple Magic Vol. 1-4: https://w.atwiki.jp/beamman/

Beamman’s effect page has MANY effects, and you’ll need to download each SimpleMagic volume separately. Scroll down until you find the SimpleMagic vol. 1 effect, download it, and go back to the Wiki page to find Vol.2… and so on.

Typically, here are the download link locations:

SimpleMagic Vol. 1 preview video: https://www.nicovideo.jp/watch/sm22749757

SimpleMagic Vol. 2 preview video: https://www.nicovideo.jp/watch/sm23871006

SimpleMagic Vol. 3 preview video: https://www.nicovideo.jp/watch/sm25198252

SimpleMagic Vol. 4 preview video: https://www.nicovideo.jp/watch/sm26927822

 

Credits

Kasane Teto by Arue

Stage by chestnutscoop

Effects by Beamman, nil, o_tamon, Sovoro, Wire-P and chestnutscoop

 

This tutorial was requested by Natalie, thank you for the request Natalie!~

 

Have fun with MikuMikuDance!


– SEE BELOW for MORE MMD TUTORIALS…


— — —


– _ — –


Visit the LearnMMD.com Homepage! Plenty of Mikumikudance instruction and info!

 

More MMD Tutorials...

Add MME Lighting Effect illuminates model against dark stages

How can I add an MME lighting effect to my MMD animation? How can I ...read more

Create 450-Frame MMD animation from scratch!

How do I create a 450-Frame MMD animation from scratch? How do I start making ...read more

No more boring MMD Camerawork - Keep it moving!

MMD Camerawork can be so boring. How can I add life to my MMD animations? ...read more

Rio Carnival Miku is my latest MMD Model Adoration Slideshow video

Where can I download the Rio Carnival Miku MMD model? How can I make an ...read more

Solved? White screen covers MMD stage Intel Gen 12 Processor blocks MMD stage

I just got a new computer with an Intel Gen 12 Processor and it will ...read more

Make MMD Background AVI Using AviUtl WMV Files

How do I make a background video for MikuMikuDance? MMD does not see my background ...read more

Beamman's SimpleMagic, Chestnutscoop, MMD Tutorials Tags:action, animation, Beamman, Chestnutscoop, effect, effects, simplemagic, tutorial

Post navigation

Previous Post: UT Video Codec Suite v22.2.0 creates simple AVI video for MMD background AVI
Next Post: MME Oppai Effect enhances MMD Model’s figure… one for the boys!

Related Posts

  • MMD Rotate object 360-degrees part 2
    MMD Rotating Objects 360-degrees -Miku’s Guide to the Galaxy (Part 2) Making Smooth Motions
  • MMD smoke clouds are easy to make with Beamman's Breath effect.
    MMD Smoke Clouds and a Smoke Filled Room… Beamman's Breath Effect
  • How to subtitle MMD videos MMD Tutorials
  • ShapeMosaic effect distorts naughty bits and faces.
    MME ShapeMosaic effect counters Wardrobe-malfunctions and more! MMD Tutorials
  • RAY-MMD: Creating your own custom sky box MMD Tutorials
  • Understanding PMXE Materials: Ambient, Diffuse, Specular, Reflect and More! Bandages

More Related Articles

o_ShaderCustomSet_v0_3 effect applies gentle color modification MMD Tutorials
dull-VS-alive-animation-environment MMD animation environment… MORE than just a model on a stage! "the making of" my video
The K Lite Mega Codec Pack 995 – The Ultimate HD Video compressor! HD Videos in MMD
MikuMikuDance “Keep the Faith-MMD” MMD Tutorials
Let your MMD model breathe and move while standing still! Creating Motions
UV Unwrapping MMD Models in Blender with MMD Tools Bandages

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Download the latest version of MMD MikuMikuDance!Step-by-step instructions to help you make an MMD Music Video! bo-beep-bo-beep! LearnMMD's Step-by-Step MMD instructions for MikuMikuDance! Learn to make your own motions in MMD!
  • MMD Light Manipulation Panel helps set the mood Global Lighting
  • Learn How to Make Transparent Parts Work: Visit YouTube to watch this video. LearnMMD MMD 7.39
    Make Window Glass and Transparent Parts Work Correctly MMD 7.39 Accessory Manipulation/Adjust
  • Breathing “SOUL” into MMD models and scenes using Fine Art Techniques Advanced Shader Technique
  • The Falling Heart Effect is just a wonderful effect ... gorgeous!
    Playing with MME Effects – Using MikuMikuEffects for MMD Blizzard Effect
  • Beamman’s MME DropShadow effect for MikuMikuDance Beamman's DropShadow effect
  • Video Dojo Expo 2 Champion: MMDv Video Dojo Champions
  • VDE-4 Champion: Pajamaje135 Video Dojo Champions
  • VDE-3 Champion: Kazumi Video Dojo Champions
See LearnMMD's write-up on how to be a GOOD MMDer... Keep the Faith-MMD!!
Keep the Faith-MMD... Learn how to be a GOOD MMDer!

Find out about writing for LearnMMD!

Copyright © 2022 Learn MikuMikuDance – MMD Tutorials – Free 3D Animation Software and Instructions..

Powered by PressBook Premium theme

Go to mobile version