Results 1 to 7 of 7

Thread: Smoke effects in MP

  1. #1
    Well I have no idea how particles are treated in MP, it seems a lot of traffic would be generated if the server looked after all explosion effects & smoke seen by all players. I would suspect that smoke effects are almost purely client-side effects as each smoke effect from similar vehicles look identical. More randomness would create different things for different players.

    If I create a smoke effects addon, am I creating a client-side addon only?
    Fire And Smoke for ArmA2: JTD_FireAndSmoke v0.2

    For better future effects addons, please vote for this ticket.

  2. #2
    Yes, particle effects run on clients only, for the exact reasons you mentioned before. If you want sync'ed smoke effects, trigger this on the server and have the clients create their own effects using local scripts.

    Victor

  3. #3
    I am not so certain. I asked a similar question awhile back and got no answer. You use createVehicle to create a particle source, so how would that remain local? The question is whether the commands that set a paticle sources parameters have a local or global effect.

  4. #4
    Captain DMarkwick's Avatar
    Join Date
    Mar 19 2006
    Location
    Lincolnshire, UK.
    Posts
    6,599
    Author of the Thread
    Quote Originally Posted by (Mr.Peanut @ June 15 2007,22:31)
    I am not so certain. I asked a similar question awhile back and got no answer. You use createVehicle to create a particle source, so how would that remain local? The question is whether the commands that set a paticle sources parameters have a local or global effect.
    Well actually I use a procedure called createVehicleLocal which explains things somewhat

  5. #5
    If you are the same DM from the FrugalsWorld forums, then I liked what I had seen of your smoke effects you posted screen shots of. Hope you get them released. If this is not you, then disregard, carry on lol.
    [img]http://cache.www.gametracker.com/server_....mg]
    31st MEU -***Cpl. Roe - 2/4 Echo Co. 1st Rifle PLT, 1st SQD, 2nd FT TL

  6. #6
    Captain DMarkwick's Avatar
    Join Date
    Mar 19 2006
    Location
    Lincolnshire, UK.
    Posts
    6,599
    Author of the Thread
    Quote Originally Posted by (Shadow_Spyder @ June 15 2007,23:29)
    If you are the same DM from the FrugalsWorld forums, then I liked what I had seen of your smoke effects you posted screen shots of. Hope you get them released. If this is not you, then disregard, carry on lol.
    Yep, it's me I put up a simple scenario there if you'd like to see it for yourself.

    *edit* in fact, here it is uses the Sahrani no-grass map.




  7. #7
    Copy that, thank you!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •