Particle effects editor?
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
Re: Particle effects editor?
This thing is fantastic! I didn't use the particle system before because it was a little hard for me to visualize but this is an excellent way to prototype new effects quickly. I might be able to utilize this for my current project.
Re: Particle effects editor?
this thing is the job!! well done and thanks for letting us use it
Re: Particle effects editor?
Is there an updated version of this particle editor? Im new to love2d and have tried to get it working with 0.8.0 but with no luck...
Thanks!
Thanks!
- Halt_and_Catch_Fire
- Prole
- Posts: 1
- Joined: Thu Nov 29, 2012 1:57 am
Re: Particle effects editor?
I went ahead and just fixed the breaking errors. ParticleSystem:setSize is now ParticleSystem:setSizes and ParticleSystem:setColor is now ParticleSystem:setColors. The new functions take in as many params as you want but I just wired them up to only adjust the 2 sets in the original editor. If I find a need for my purposes I might add the ability for to add any number of colors and sizes to this editor.ismyhc wrote:Is there an updated version of this particle editor? Im new to love2d and have tried to get it working with 0.8.0 but with no luck...
Thanks!
Enjoy.
- Attachments
-
- particleedit_0-8-0.love
- fixed particle edit for LOVE 0.8.0
- (12.83 KiB) Downloaded 514 times
Re: Particle effects editor?
Hi, everyone! I was searching and testing stuff while learning, because I started last Saturday with this amazing engine, and was trying to learn something about particles (because I really love how particles improve the visual of a 2D game).
I reached this thread but discovered that the last updated version did not work with LÖVE 0.9.0 so I took the liberty, while inspecting the code and hopefully learn something, to update it.
Thanks to Mud (the original author) and Halt_and_Catch_Fire (version 0.8.0) for their work on this.
I did not altered the love.author info.
I reached this thread but discovered that the last updated version did not work with LÖVE 0.9.0 so I took the liberty, while inspecting the code and hopefully learn something, to update it.
Thanks to Mud (the original author) and Halt_and_Catch_Fire (version 0.8.0) for their work on this.
I did not altered the love.author info.
- Attachments
-
- Particle_Edit_0.9.0.love
- (12.84 KiB) Downloaded 632 times
Re: Particle effects editor?
How do you view the code for this to play with it?? it will not open in NotePad ++
Cheers
Cheers
- Ranguna259
- Party member
- Posts: 911
- Joined: Tue Jun 18, 2013 10:58 pm
- Location: I'm right next to you
Re: Particle effects editor?
You open the .love file with winrar or another zip program and then you open the files that are inside with any text editing softwerehaganyall wrote:How do you view the code for this to play with it?? it will not open in NotePad ++
Cheers
- yintercept
- Citizen
- Posts: 64
- Joined: Mon Apr 02, 2018 3:31 pm
Re: Particle effects editor?
Made some minor changes to make it compatible and working with love 11.1
- in main.lua, changed line 73 from 'additive' to 'add' to work with love 11
- in main.lua changed line 123 from "mouse.isdown '1'" to "love.mouse.isdown == 1" to work with love 11
Thanks again for the fantastic tool. Might be other bugs, but it at least starts now.- in main.lua, changed line 73 from 'additive' to 'add' to work with love 11
- in main.lua changed line 123 from "mouse.isdown '1'" to "love.mouse.isdown == 1" to work with love 11
Back in the saddle again.
Who is online
Users browsing this forum: Bing [Bot] and 3 guests