IFailedEnglish Posted May 5, 2017 Share Posted May 5, 2017 So I haven't done much effects modding before, but I'm trying my hand at it now. My problem is I have no idea how to achieve a particular effect or if its even possible with JK's particle system.Namely, I'm trying to create a particle that moves in one direction and then quickly changes trajectory about half way through. Like the embers that trail off of a bonfire, for example. I'm trying to get an effect similar to those sorts of wavering motions. Is something like that possible? Like I said I'm very new to effects modding, so sorry if this is a dumb question.Also, is there any sort of resource out there that goes into detail on each function in the .efx files? I couldn't find anything like that, and I think it could be useful right now. Thanks for reading, at any rate! Edit: ...Aaand I just figured out how to do what I wanted to, never mind. Sorry about that! ooeJack likes this Link to comment
ooeJack Posted May 5, 2017 Share Posted May 5, 2017 Heya IFailedEnglish. Good to hear you've figured it out! I'm not sure if there are any other threads in there which ask and fix any particle issues, so it would be great if you give us a quick reply on what your problem was, and how you fixed it out. Good luck with your modding! ooeJack IFailedEnglish likes this Link to comment
Ramikad Posted May 5, 2017 Share Posted May 5, 2017 Also, to whoever might be interested in this, EffectsEd is available here on the Hub. It can be really helpful to create new effects or edit old ones, and to preview them without the need to test them in-game every single time you modify something. Link to comment
Tempust85 Posted May 5, 2017 Share Posted May 5, 2017 I just really wish we had the source code for it. Not sure about anyone else, but I keep getting spammed with the "none.jpg" warning. Link to comment
Ramikad Posted May 5, 2017 Share Posted May 5, 2017 I just really wish we had the source code for it. Not sure about anyone else, but I keep getting spammed with the "none.jpg" warning. Hm, are you sure you have brick.jpg, clamp.jpg, dirt.jpg, none.jpg and stucco.jpg in your EffectsEd folder? I think they're used when a texture or shader isn't found. Speaking of which, make sure you have your whole shaders, effects and gfx folders unpacked in GameData/Base for EffectsEd to work properly. Tempust85 likes this Link to comment
Boothand Posted May 5, 2017 Share Posted May 5, 2017 Hm, are you sure you have brick.jpg, clamp.jpg, dirt.jpg, none.jpg and stucco.jpg in your EffectsEd folder? I think they're used when a texture or shader isn't found. Speaking of which, make sure you have your whole shaders, effects and gfx folders unpacked in GameData/Base for EffectsEd to work properly. I have always been spammed that those images are missing (they are used for some built-in textures in EffectsEd I think), they don't seem to be included anywhere until I make them myself. Link to comment
Ramikad Posted May 5, 2017 Share Posted May 5, 2017 I have always been spammed that those images are missing (they are used for some built-in textures in EffectsEd I think), they don't seem to be included anywhere until I make them myself. Very strange. I got EffectsEd along with the JA SDK, and they were included. Link to comment
Boothand Posted May 5, 2017 Share Posted May 5, 2017 Very strange. I got EffectsEd along with the JA SDK, and they were included. It's possible I never got the JA SDK then Always got EffectsEd through JK2 Editing Tools 2.0 Link to comment
IFailedEnglish Posted May 5, 2017 Author Share Posted May 5, 2017 Good to hear you've figured it out! I'm not sure if there are any other threads in there which ask and fix any particle issues, so it would be great if you give us a quick reply on what your problem was, and how you fixed it out. Oh, it was just me misunderstanding how some parameters in the effects work. I somehow hadn't figured out that the two variables you can assign for any given parameter (life, velocity, acceleration, etc.) defined a range of variables chosen at random instead of choosing between only the two you gave it, like I convinced myself it did, somehow. Basically, just me not thinking things through, and being completely new to this. After that it was just a matter of screwing around with velocity and acceleration until I got the effect I wanted. Thanks! ooeJack likes this Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now