Jump to content

Daveyboy154

Member
  • Content Count

    43
  • Joined

  • Last visited

  • Medals

Posts posted by Daveyboy154


  1. The ACM works with markers named BIS_ACM_x, where x starts at 1 and increases for each marker. The module won't function within those markers, which can be any size. This is handy because you can move / resize these markers by trigger / script to create a dynamic front line or remove / ntroduce battles to certain areas at specific times in your mission.

    Maybe the others have similar functionality? BIS_ALICE_x, for example?


  2. Try placing an extra move waypoint before the one you want to be activated by trigger (can be very very close to it) and synch that one to the trigger.

    For example placing a chopper with a move waypoint 200m away, synched to a trigger will have no effect. It will always go to that waypoint.

    Placing one with a move waypoint 1m in front of it, a second 200m and synching the first one to the trigger will have the desired effect.


  3. Actually, I think the guard waypoint means that they will either move to any unguarded trigger (with the type guarded by) or, if there isn't such a trigger, they will move from their position to hunt any known enemies anywhere on the map.

    You could experiment with the Hold waypoint and the combat behaviours for waypoints, setting them to open fire, rather than open fire engage at will. This means they won't break formation with their leader, but will fire at targets they can hit.

    Dave


  4. How about naming the trigger something and then, at the point it plays the alarm it also execs a script which just says:

    Sleep 30 (or however lon you want);

    Triggername setTriggerActivation ["NONE", "EAST D", true];

    That should change the activation condition of the trigger so it no longer fires, ending the alarm sound. I played around with deleting the trigger, but the sound effect seemed to remain afterwards for some reason.

    Dave


  5. I think the Ambient Civs module pretty much does this already. It only spawns Civs when the player is within a certain range and it spawns them according to the number of doorways nearby. So big towns have more than small towns. You can play around with the settings to have fewer or greater numbers of Civs, as described on the Biki:

    http://community.bistudio.com/wiki/Ambient_Civilians

    If you are familiar with spawning units (there are many threads on here about that if you aren't) then you can just as easily spawn Civs via triggers if you want extras.

    Hope that helps

    Dave


  6. That was a bit bizarre really. Could be summarised as:

    "Ground breaking military simulation. Amazing AI. Incredible scope and ambition. Lovely graphics. Endless editor possibilities. A few annoying bugs that will get patched and some dodgy voice acting".

    How the hell he therefore arrived at a gameplay score of 5 is, quite literally, beyond me. Did someone else do the scoring without his knowledge or something? Maybe he likes his military simulations without the, you know, simulated military part? Maybe BIS should add a "do you want to play - Yes/No" but at the start, that way people could click no if they don't fancy it!

    As for criticisms of the controls, i'm starting really wonder about some people. There is only way to have less complex controls - have a less complex game with less control options. Which kind of defeats the object of the game.

    Maybe BIS should add a "Do you want to play - Yes/No" button at the start.

    Dave


  7. I think that main issue is the "knowsabout" function, where one unit passes info to his mates when he spots an enemy. At the moment "spots" includes being killed by someone and he passes this info even though he is dead, making it impossible to take someone out with silencers without alerting his squad.

    As I understand it, this it fixed in upcoming patch 1.03.

    Dave


  8. A bit more detail might help - is the Helo in your group? Are you looking for it to happen as part of a scripted chain of events? Are you wanting a "taxi" service like in the campaign? What have you tried so far that hasn't worked? etc.

    I'm no expert, but i'll help if I can.

    Dave

    Plus, i'm not sure that this is the right forum, it might need to go in the editing forums.

×