fromz 2 Posted August 29, 2007 ... Hey fromz. I have no proper internet access until Saturday. I'll have a look at your work then. Maybe we can work something out OK, It's Great! Thank you very much to pay close attention to my revise, and I will have the honor of work something out with you BTW, I am a professional 3D artist work for architecture, park, and 3d animations, If you have something i can do, Tell me to Share this post Link to post Share on other sites
sickboy 13 Posted September 5, 2007 OK, It's Great! Thank you very much to pay close attention to my revise, and I will have the honor of work something out with you BTW, I am a professional 3D artist work for architecture, park, and 3d animations, If you have something i can do, Tell me to Heya Fromz, Are those my Tracers? If they are, you did a nice job perfecting them! I would not mind getting my hands on them and so improving the tracer package aswell as giving you permission to use+release them under license, with crediting and original readme inclusion etc Share this post Link to post Share on other sites
JoshuaC 0 Posted September 5, 2007 Hey excellent mod I love all the effects you've added. I'm having one small problem with it though. Whenever I make a quick mission with a group of soldiers when I preview it and play it I get this spam of blue text that looks like errors for a good 15 seconds then it goes away. Do you have any idea what could be causing this? The mods I have installed at the moment are the FDF sound mod, DM smoke effects and Yomies mod. Share this post Link to post Share on other sites
fromz 2 Posted September 6, 2007 OK, It's Great! Thank you very much to pay close attention to my revise, and I will have the honor of work something out with you BTW, I am a professional 3D artist work for architecture, park, and 3d animations, If you have something i can do, Tell me to Heya Fromz, Are those my Tracers? If they are, you did a nice job perfecting them! I would not mind getting my hands on them and so improving the tracer package aswell as giving you permission to use+release them under license, with crediting and original readme inclusion etc Oh, I am so sorry to forget the tracers, Yes! I use “SIX_Tracersâ€'s scrips from the great 6thSense MOD, Thx you Suggested that, My English is not very good, so I must read your "readme" files carefully once more.Sorry for haven't Inform you and other authors. I just have the third-rate script skill,SO, haha, Just revise them. Share this post Link to post Share on other sites
LoFFeN 0 Posted September 15, 2007 So do you have any updates for us, Matt? Anyway what I really wanna see in a later version are new explosions "detonations when rocket explodes" for the AT-4/RPG-7. Share this post Link to post Share on other sites
Maddmatt 1 Posted September 15, 2007 So do you have any updates for us, Matt? Anyway what I really wanna see in a later version are new explosions "detonations when rocket explodes" for the AT-4/RPG-7. Not yet. I've been very busy lately with other stuff. I'll be working on the mod again soon. Share this post Link to post Share on other sites
-Puma- 2 Posted September 15, 2007 now those tracers are the shitt, I would be very happy seeing those in arma effects. BTW nice job maddmatt, this is my favorite addon along with the CSM mod Share this post Link to post Share on other sites
chammy 7 Posted September 17, 2007 Holy crap O.o the sound from that second video is like, exactly the sound the M136 does in game. At least in the latest FDF soundmod.Sweet. (also, your effects mod is excellent, I use it all the time) Regards, Wolfrug Actually the wrong sound for the M136, its more the Javelin. They might have it switched accidently Share this post Link to post Share on other sites
chammy 7 Posted September 17, 2007 I have according to the configs and revised the textures of this MOD, I also add the revised Bullets Tracers and Improved Sound Effect, look at this: New explosion Effects New hand grenade Effects New Bullets Tracers New Effects etc I think my revise, Use 2048x2048pix paa images, and the Sound Effects, called FFAMM, it's batter The grenade effects in those pics seem too big. And the explosions effects, if they go up much quicker than the games stock explosions then it would be one hell of a plus, BUT, on the other hand if they still go up like water fountains speed then , you might want to adjust that. Share this post Link to post Share on other sites
Mr Opteron 0 Posted September 17, 2007 Anyone know how to get the FDF sound mod to work with it that mod has it's own shortcut to work too. It's Ok got it working with FDF sound mod. Just put the effects file in the FDF Sound addon mod folder and use the FDF sound mod shortcut as usual. ArmA looks a dangerous place now cheers!!! Share this post Link to post Share on other sites
dmarkwick 261 Posted September 17, 2007 Anyone know how to get the FDF sound mod to work with it that mod has it's own shortcut to work too.It's Ok got it working with FDF sound mod. Just put the effects file in the FDF Sound addon mod folder and use the FDF sound mod shortcut as usual. ArmA looks a dangerous place now cheers!!! You could have added the two mods together via the shortcut, like this: -mod=@MaddmattEffects;@FDF Share this post Link to post Share on other sites
Jarvis 0 Posted September 17, 2007 Hey Maddmatt, I tried getting into effect editing for Arma but my other mod and culinary school ate up my time but anyways, I was able to tinker around with one of my pet peves, the dreded vanilla arma fire . Â This is what I had when I stopped, and I'd like to see it in use if you'd like to check it out. It's definately an improvement over Arma's fire, I've studied fire before and it behaves more like fire would. Â The only thing is that you may have to modify it or the smoke and the time to live on it was increased more than the smoke so I could see how it looked better(w/out smoke in way). OLD - left NEW - right Quote[/b] ]class ObjectDestructionFire: Default { Â interval[] = {"fireInterval",0.02,0.02}; Â circleRadius = 0; Â circleVelocity[] = {0,0,0}; Â particleFSNtieth = 8; Â particleFSIndex = 2; Â particleFSFrameCount = 6; Â particleFSLoop = 0; Â angleVar = 60; Â particleShape = "\Ca\Data\ParticleEffects\FireAndSmokeAnim\SmokeAnim.p3d"; Â animationName = ""; Â particleType = "Billboard"; Â timerPeriod = 2; Â lifeTime[] = {0,0.7}; Â moveVelocity[] = {0,6,0}; Â rotationVelocity = 1; Â weight = 0.05; Â volume = 0.04; Â rubbing = 0.05; Â size[] = { Â { "intensity",0.5,1.5 }}; Â color[] = { Â { 1,1,1,0 }, Â { 1,1,1,1 }, Â { 1,1,1,1 }, Â { 1,1,1,1 }, Â { 1,1,1,1 }, Â { 1,1,1,0 }}; Â animationSpeed[] = {0.9}; Â randomDirectionPeriod = 0; Â randomDirectionIntensity = 0; Â onTimerScript = ""; Â beforeDestroyScript = ""; Â lifeTimeVar = 1; Â positionVar[] = {"0.2 + 0.4 * intensity",0.3,"0.2 + 0.4 * intensity"}; Â moveVelocityVar[] = {0.1,1.2,0.1}; Â rotationVelocityVar = 2; Â sizeVar = 0.5; Â colorVar[] = {0.1,0.1,0.1,0}; Â randomDirectionPeriodVar = 0; Â randomDirectionIntensityVar = 0; }; class ObjectDestructionFire2: Default { Â interval[] = {"fireInterval",0.02,0.02}; Â circleRadius = 0; Â circleVelocity[] = {0,0,0}; Â particleFSNtieth = 8; Â particleFSIndex = 6; Â particleFSFrameCount = 8; Â particleFSLoop = 0; Â angleVar = 60; Â particleShape = "\Ca\Data\ParticleEffects\FireAndSmokeAnim\SmokeAnim.p3d"; Â animationName = ""; Â particleType = "Billboard"; Â timerPeriod = 3; Â lifeTime[] = {0,0.7}; Â moveVelocity[] = {0,4,0}; Â rotationVelocity = 1; Â weight = 0.05; Â volume = 0.04; Â rubbing = 0.05; Â size[] = { Â { "intensity",1,1.25 }}; Â color[] = { Â { 1,1,1,0 }, Â { 1,1,1,1 }, Â { 1,1,1,1 }, Â { 1,1,1,1 }, Â { 1,1,1,1 }, Â { 1,1,1,0 }}; Â animationSpeed[] = {1}; Â randomDirectionPeriod = 0; Â randomDirectionIntensity = 0; Â onTimerScript = ""; Â beforeDestroyScript = ""; Â lifeTimeVar = 1; Â positionVar[] = {"0.8 + 1.25 * intensity",0.3,"0.8 + 1.25 * intensity"}; Â moveVelocityVar[] = {0.1,1.2,0.1}; Â rotationVelocityVar = 0; Â sizeVar = 0.5; Â colorVar[] = {0.1,0.1,0.1,0}; Â randomDirectionPeriodVar = 0; Â randomDirectionIntensityVar = 0; }; I also modified the firesmoke_ca.paa kinda cheaply to try to get the fire more yellow. Feel free to check it out, make revisions. Â I know you started doing seperate files for effects right? Â I think that was you, if it is true then the fire changes won't affect other effects using those 2 fire effects. Share this post Link to post Share on other sites
Colossus 2 Posted September 18, 2007 Looks nice, got a video of that? Share this post Link to post Share on other sites
.kju 3245 Posted September 18, 2007 good stuff Jarvis Share this post Link to post Share on other sites
Maddmatt 1 Posted September 18, 2007 ... Looks interesting. I'll play around with it later Share this post Link to post Share on other sites
joe556 0 Posted September 18, 2007 In your videos, what sound mod do you use? Share this post Link to post Share on other sites
Maddmatt 1 Posted September 18, 2007 In your videos, what sound mod do you use? I didn't make the videos myself. I think Chammy's sound mod is used in the videos made by ArmaVids. The others might use the FDF sound mod. @Fromz: You still around? I haven't had a chance to try the particles you made. Share this post Link to post Share on other sites
malick 0 Posted September 18, 2007 Jarvis, this fire effect looks nice. A video would do it justice, in my opinion This game is getting better each day Malick Share this post Link to post Share on other sites
-duke- 0 Posted September 19, 2007 Jarvis, this fire effect looks nice. A video would do it justice, in my opinion This game is getting better each day Malick I fully agree. I just hope BIS is keeping a close eye on the community and taking notes on what they should try to incorporate into ArmAII. Share this post Link to post Share on other sites
dmarkwick 261 Posted September 19, 2007 I considered long & hard on the ethics of posting my video in MaddMatt's thread, but seeing as people want to see the fire, here it is. Note that I use my addon to show this, albeit with MaddMatt's fuel fire explosion effect I tried to get a close, medium and distant shot in. Share this post Link to post Share on other sites
-duke- 0 Posted September 19, 2007 As much as I like the new fire effect, it looks odd to me with large plumes of smoke. Smoke is more prominent when flames die down so a blazing inferno should have less smoke than just a few smouldering flames. I think it would be cool if the smoke was much lighter and far less dense while the flames are high. Once the flames start to die down a bit, the smoke should gradually increase until it's the huge, thick, clouds you see in your sample video. Of course I'm basing this off campfires as I've never seen a tank burn IRL. Share this post Link to post Share on other sites
Jarvis 0 Posted September 19, 2007 I think the wind on the map should be increased. Maybe the smoke should spawn above the fire a little too, but I enjoy the effects made by the both of you, they bring new light to Arma . Speaking of wind, BF2 doesn't have wind, but I'm currently looking into making a wind generator as there is a material that affects particle sprites and grass and shit like when you're in a chopper - anyways kinda off topic but I also plan to do a water splash effect or two if time permits, still finishing my NebelKerze-39 smoke grenade and effect for early war Tigers , hopefully smoke will all blow in the same direction soon. Share this post Link to post Share on other sites
Maddmatt 1 Posted September 20, 2007 I'm thinking of signing this mod, now that DSUtils is out. Any comments? Will any server owners allow my signature? Anyone see anything that could be used as a cheat? Share this post Link to post Share on other sites
DaSquade 0 Posted September 20, 2007 Quote[/b] ]Anyone see anything that could be used as a cheat? Would more likely say the oposite. I mean, atm when i use this in MP, when a tank explodes i need to wait engaging the close perimitor of the tank as the smoke blocks my view. Some when buildings are beeing destroyed. But you don't hear me complain, realisme for the win. The only 'cheat' in effects might be the fact the smoke plumes can be seen from a huge distance (higher then the stock smoke plumes afaik)...but that isn't a direct cheat imho. ->You get my vote. Share this post Link to post Share on other sites
sickboy 13 Posted September 20, 2007 As Server Admins must pick the keys they want to allow on their servers anyway... I think they also can create a requireAddons section that actually requires the ArmAEffects for everyone on the server etc? Share this post Link to post Share on other sites