Jump to content

-duke-

Member
  • Content Count

    170
  • Joined

  • Last visited

  • Medals

  • Medals

Community Reputation

0 Neutral

About -duke-

  • Rank
    Sergeant

core_pfieldgroups_3

  • Interests
    My daughter.

Profile Information

  • Gender
    Not Telling
  1. Hello all. I've been working on a mission for some time that includes random artillery which happens to take down buildings as intended. It makes the battlefield seem much more authentic however there is one element missing, and that is smoke and fire (ok 2 elements) in those destroyed buildings. I'm comfortable with creating my own drop commands but Im not sure how to have a script find destroyed buildings within a trigger area and set small fires and/or smoke effects to these buildings? Since the artillery and destruction is random, it would be great if the fires could also be random in size, smoke, etc. Any thoughts on how to make this work? Sincere thanks!
  2. I'm currently working on an MP Mission where tanks are used in a supporting role allowing you to concentrate on engaging enemy soldiers. Each time your team moves the line forward, your supporting armor is triggered to move forward as well and engage any opposing OPFOR armor. Each trigger is synced to an armor waypoint and it works well for the most part. To keep the action continuous without bogging things down, OPFOR and BLUFOR spawn additional units when they've reached a minimum count of < X. Unfortunately, sometimes your supporting armor takes enough damage for the crew to disembark but they will not engage enemy nor will they continue onto the next waypoint until one of the triggers is activated which is to be expected. The problem is, not only does it look a bit silly to have them standing there doing nothing, it disrupts the math for respawning BLUFOR units and as such, creates a noticeable lull in the overall gameplay as less BLUFOR units are created. Hopefully I haven't lost you at this point because I'm having a tough time explaining myself so far :o Anyway, to deal with this issue I've tried simply destroying the tanks when they reach a damage level of x which doesn't always work. I've also tried to have the units join my spawning BLUFOR troops but so far to no avail. Lastly, I've just tried deleting the tanks synced waypoints keeping all but the last waypoing which is a move waypoint. I must be doing something wrong because that doesn't seem to work either? Any suggestions on the best course of action on how to deal with the static tank crews once the tank has been destroyed? Also, the tanks themselves are set to move as careless/limited as this seems to be the only way I can get them through a city without getting stuck on buildings. If the tank crews of the destroyed tank are to join the fight, I need them to change from careless/limited to combat/limited. Any and all help is greatly appreciated! Thank you.
  3. So I played around with it a bit tonight and it worked like a charm. Thanks again cobra :)
  4. Thank you very much for the help cobra. I'll try the code either tonight or tomorrow and will respond on how it worked. Cheers.
  5. If I haven't confused you with the title, I'm sure I'll be able to do so in my description. Essentially, I'm currently working on a MP Mission where I have a need to keep AI fighting one another continually in the background. Irregardless of where you are in the mission, there is always fighting and something to do, its pretty fun really. Currently I have approx. 5 Blufor Squads and 6 Opfor Squads on mission load and they are configured to spawn replacement squads when killed via Triggers such as follows: Condition: ({not alive _x} count units BLSquad1) == count units BLSquad1 && ({not alive _x} count units BLSquad2) == count units BLSquad2; On Activation: Friendly12= [(getpos city),west,12] call bis_fnc_spawngroup; wp = Friendly12 addwaypoint [position city3, 0]; wp setwaypointtype "MOVE"; wp setwaypointspeed "Limited"; wp setwaypointbehaviour "Combat"; hint "Spawning from BLSquad1, BLSquad2, Combined" I have some existing markers in key locations that allow for the units to advance on one another. BTW, my apologies if the code doesn't look very good, I'm still very much trying to wrap my head around how to actually achieve things. Much of what I got is cut and pasted from browsing this forum and others online as well as the Biki. BTWx2, I always use hint to make sure my triggers are at least activating. It may be n00bie but it's all I got. :o The above works actually rather well but there are times when squads can overlap upon respawn and you notice it rather drastically in FPS for about 5 seconds or so. You can also hit choke points now and again where FPS can literally be cut in half if there are both a number of units close by and overlapping trigger based respawns. It occurred to me that it may be a much better idea to spawn squads when a Repeating Trigger counts a number less than X but I'm just not educated enough to make this happen. Essentially, I'd like the Trigger to keep running and only add squads when Opfor (for example) has less than 50 alive units. Does anyone have any insight on the matter? BTW, thanks for taking the time to read. I did look around a fair bit before posting but really didn't see anything that would suit this particular need.
  6. Thanks a lot for the info Demonized, much appreciated!
  7. Probably a stupid question, my apologies. Is there an easy way to run this script in a trigger to keep the battlefield clear over the course of the mission? Thanks.
  8. -duke-

    Infinite Ammo for AI?

    I was looking for something just like this for some artillery placed well back of the main battle. The script worked like a charm, thanks rowdied!
  9. -duke-

    Sound broken by 1.03?

    I'm glad to see some Audigy users are experiencing issues as well because this has driven me completely crazy. In my case lowering ingame sounds did not work all that well and I'd still receive enemy radio chatter at ear splitting volumes through my center channel. I did notice something interesting though as I lost my system drive recently and had to re-install my OS and everything that was on c:\ (where I also keep Steam). My version of XP Home is quite old (SP 1). I re-installed my entire Steam platform (including ArmA II) on SP 2 and the sound was absolutely perfect in 5.1, no issues whatsoever. When Windows XP automatically upgraded to SP 3 the issues were magically back. ...incidentally I had all these issues prior even on my old failed system drive. To make a long story even longer, there were no issues in SP 2 however they have reared there ugly heads once again in SP 3. My card is an Audigy 2 ZS; tried all the driver versions I could find. The ONLY thing that works for me at this time is using 2.0. It'll be nice to see this addressed in a future patch but I do agree with one of the previous comments that a hotfix is a much better idea. I know it may be a bit more work but it does suck being a loyal customer and not being able to enjoy a game due to major sound issues.
  10. -duke-

    Regarding the dragging/carrying

    This is why I'd like to open my own parachute, rather than the automatically activated one we have now. Ever tried to shoot something travelling at free fall speed Mind you, they'd be a few red smudges on the landscape if you didn't time it right, or the server suddenly lagged. lol Medic!!!! Slightly unrelated but this is the one feature that I loved about Battlefield 1942. If you jumped from high enough altitude, you could hear your guy build up to a scream and then crap his pants; it sounded hilarious. I do agree that it would be a great feature to have more control over when your chute opens but I'm not sure whether or not this is realistic? Don't quote me but I thought most (if not all) military para insertions had chutes deployed straight away, is this not the case?
  11. -duke-

    Arma 2 cars and controlls

    As if that is the most important thing it needs fixed.... Where 'o where does it mention "most important thing" in the topic title? Sometimes I wish some of you would actually take more time reading and less time responding or simply take your meds before doing so While it may not be the most important thing to fix it is a rather noticeable aesthetic that's gone untouched and it looks ridiculous. H3ll, maybe if they actually have the guy steering the car controls wouldn't suck as much either ...of course I don't mean that it would make a difference so I better state it now before someone else takes it the wrong way
  12. -duke-

    Arma 2 cars and controlls

    I'd settle for seeing the hands actually steer with the wheel instead of having the wheel turn through my static fingees.
  13. -duke-

    CSM Betav2 Released!!

    Outstanding work Chammy and well worth the wait (as many have already indicated). I think it's great to finally have a soundmod that makes explosions sound like the ear rattlers they should instead of sounding like a corpse falling from the sky and landing in sand. The only minor observation I can make is that Urals seem strangely quiet but I must admit that my mission has them accompanied with armor so maybe the Ural sounds were just muted by the sounds or M113 tracks. Regardless, fantastic sound mod and my new favorite. BTW, I'm playing the Morphicon.de downloaded version because ArmA only became available in Canada approx. 5 mins ago. OK I'm kidding but it sure felt that way with the poorly staggered release dates.
  14. -duke-

    Symphony Of War

    I must say that I really do like this soundmod, great work! The only suggestion I can make is toward artillery shells because they really only sound like over sized grenades. If you could take the explosion effect from YASM then it would certainly add to your already great mod.
  15. -duke-

    JTD Smoke Effects MP Beta 5

    ArmA just isn't the same without these effects, FPS be damned, I like the immersion just so damn much. Great work as usual!
×