Ignis Smooth Camera Slide
Introduction
This plugins adds a smooth camera slide to the game instead of the old 48 pixel movement.
How to Use
Just insert the plugin and configure its parameters.
Video
[embedded media]
Plugin
Ignis-Engine/IgnisSmoothCameraSlide.js at master · comuns-rpgmaker/Ignis-Engine
FAQ
Can I use this commercially?
Yes this plugin is available for commercial usage.
Credit and Thanks
- Raizen
Ignis Smooth Camera Slide
● ARCHIVED · READ-ONLY
-
-
Amazing job! ^_^ <3 I loved this feature so much on the previous RM plugins/scripts! :D Thank you so much for sharing your work!
-
This was great. Thanks!
-
Oh wow, this would definitely be useful for making cutscenes flow better. Thanks for sharing! You did a great job!
-
Are all of the MZ plugin developers Competing for who will be the faster release of the MZ plugin? Thank you so much for the plugin. You are brilliant and work really hard to make this happen.
-
I had such a plugin in mv times, I think it was MBS smooth camera scroll.
Thanks for the nice alternative for MZ ^^ -
Thanks for the nice plugin!
-
Lots of comments \o/! Thanks a lot friends for supporting my work.
Nah I'm not competing with anyone haha, I just want to help the community!Are all of the MZ plugin developers Competing for who will be the faster release of the MZ plugin? Thank you so much for the plugin. You are brilliant and work really hard to make this happen.
I had such a plugin in mv times, I think it was MBS smooth camera scroll.
Thanks for the nice alternative for MZ ^^
Thanks, if there is anything missing on mine just tell, I did it kind of simplified. -
I was playing around with this smooth camera and I like it.
I was hoping it would slide some more when walking, running, or when I stop moving / running. I would set at higher numbers even over 70 and the smooth camera seems roughly the same where it slides briefly. -
Hi. I noticed that whenever I use your plugin, the "moving map" does not work. Is there a command to turn on and off the plugin? Like, before moving the map around, I would turn it off. And when the scene is over, I'd turn it on again.
Appreciate! -
Ah I didn't configure it correctly on the parameters, the new version should work correctly :ysrs:,I was playing around with this smooth camera and I like it.
I was hoping it would slide some more when walking, running, or when I stop moving / running. I would set at higher numbers even over 70 and the smooth camera seems roughly the same where it slides briefly.
Now it has xD:Hi. I noticed that whenever I use your plugin, the "moving map" does not work. Is there a command to turn on and off the plugin? Like, before moving the map around, I would turn it off. And when the scene is over, I'd turn it on again.
Appreciate!
RPG-Maker-MZ-Plugins/IgnisSmoothCameraSlide.js at master · Raizen884/RPG-Maker-MZ-Plugins -
Hello @Raizen !
I'm really excited about it, but as a complete newbie when it comes to plugins, I didn't find any options to turn on and off. How would I do that? -
Just the switch :), I've put the event switch, by default it is 1, you can change it on parameters, when that switch is on, it turns the effect off.
-
Tried both ways, turning on and off the switch. Still no success. Also tried to find in the javascript a place where it says something about a switch, but couldn't find it. The only problem so far is with the Scroll Map option. It doesn't matter how many pixels we put so that it scrolls to the direction we want, the camera moves just a tiny bit and then stops...
-
Oops I'm so sorry, I forgot to update the link, here, now it is all good xD
Ignis-Engine/IgnisSmoothCameraSlide.js at master · comuns-rpgmaker/Ignis-Engine -
The plugin is working perfectly now! The switch command is amazing. Whenever I want to show off a map using Scroll Map option, I turn on the switch from the plugin, and the movement is awesome. Right after scrolling the map, I turn it off again and the camera smoothness is back to working properly.
Thanks a bunch for the amazing and quick feedback Raizen! -
Where do I put the command to turn off the plugin temporarily and turn it back on after map scrolling in event page? Im still new with plugin X_x
BTW, this plugin of yours works well MZPlusPrimeParallax plugin! some MZ plugins for smooth camera don't work with parallax plugins.
-
Ignis Smooth Camera Slide
Introduction
This plugins adds a smooth camera slide to the game instead of the old 48 pixel movement.
How to Use
Just insert the plugin and configure its parameters.
Video
Plugin
Ignis-Engine/IgnisSmoothCameraSlide.js at master · comuns-rpgmaker/Ignis-Engine
FAQ
Can I use this commercially?
Yes this plugin is available for commercial usage.
Credit and Thanks
- Raizen
thank you very much! muito bom -
Using this plugin is preventing my game from booting up... Getting " SyntaxError Unexpected Token '<' "
I am only using Visustella plugins other than this one... Is it not compatible? -
Hey Raizen, just a heads-up that your plugin breaks the "Scroll Map" event commands. The fix is to add "|| $gameMap.isScrolling()" to the if statement in line 40.