Jump to content

nomdeplume

Members
  • Posts

    2558
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by nomdeplume

  1. If you only want to spawn one or two groups of fighters, you can easily do this with the in-game triggers. If you want to spawn unlimited fighters, have a look at this recent thread. (Actually the mission the OP attached to this has an example of activating groups using triggers as well, so if the following is completely incomprehensible to you, you might want to take a look at it.) For your basic setup, add the AI fighter group as you normally would (waypoints etc.) and then make sure the "LATE ACTIVATION" checkbox in the group properties is ticked. This will prevent the group from appearing in the game until they're explicitly activated. Next, place a trigger zone of your desired size at the location you want to use to activate the AI group. Finally, in the triggers dialog, add a new 'Once' trigger with condition: PART OF GROUP IN ZONE Group: player group (or whatever group you want to use to activate the AIs) Zone: the zone you placed And then for the action, you want: GROUP ACTIVATE Group: your AI fighter group If you only want to have a particular aircraft activate the AI, you can use "UNIT IN ZONE" instead of "PART OF GROUP IN ZONE".
  2. Yes it's been broken for the last few versions. You can use the HOTAS "Magic II SELECT" button instead of the PCA button (with the same name) as a workaround instead. This is a HOTAS switch similar to the dogfight override function on the F-16. Zeus has acknowledged the problem so hopefully it'll get fixed in the next few updates.
  3. You can use the Spot functions in the scripting environment to do it manually. Also means players don't have to go through the repetitive FAC comms process to get targets.
  4. At some point they added the Detection functions, which you can use to get insight into what units a particular group "knows about". Attached is the script I use (no dependencies) which might give you a starting point, and in simple cases may be all you need. It gives the ability to set a flag when a particular group (usually an EWR or SAM) "knows about" enemies. By default it only cares about detecting player-controlled units, but you can pass it "detectAI=true" to make it also detect AIs. There's a few other options, like only setting the flag after a certain period of time, or ignoring units outside of a particular range or zone. Documentation (such as it is) is in a comment block at the start of the script. Another function which I haven't seen working (though I've only tested it very briefly with a player-controlled Mirage; might work with AI units or other modules?) is this one: boolean, Object function Unit.getRadar(Unit self)which would be used as: radarIsOn, trackedUnit = someunit:getRadar()with the first return value (boolean) indicating whether the unit actually has a radar or not, and the second (an object) the thing the radar is interested in (presumably tracking/locked; nil if it's not tracking). detection.lua
  5. Still don't understand why you would want to activate the next blue group while the first one is still alive, though. I think your best bet would be to make a large zone covering the entire 'combat area' (i.e. not including the airbases you spawn on), and use a "PART OF COALITION (red) IN ZONE" 'switched condition' trigger to increment a flag. That way, when a red player enters the zone, flag gets increased (to 1 initially). Then you can have a normal 'once' trigger with condition "flag value equals 1" to activate the first AI group. Another 'once' trigger condition "flag value equals 2" to activate the second AI group, etc. To spawn the next group, all red players will need to exit the zone (so that the condition of the "switch condition" trigger is no longer true), and then one of them re-enter (making it true again). If everyone gets shot down, that counts as "exiting the zone". If someone survives, they just can fly back to the base area to meet up with the respawning players, thus exiting the zone. Or you could use a smaller zone that people will probably no longer be in once the combat starts. This would probably be the easiest way to set it up without using a dynamic group creation script, which would allow you to spawn infinite groups. It would be fairly easy to add several waves this way, potentially with different numbers of enemies and different weapon loadouts to make it progressively more difficult.
  6. Does your mission use dynamic weather? I've seen crashes in the weather DLL that I resolved just by changing the pressure zones. Presumably there's some combinations that it can't cope with. On the other hand, this update was pulled, so you might just want to wait until they release the fixed update and see if it still has problems.
  7. This will be difficult, as non-activated groups are not counted as "Dead". Also I think when a client respawns the group will stop being dead. So the only way this would work is for every slot to be spawned in, and for all the clients to be killed. But, I don't quite understand why you want to activate the second blue group when all red (i.e. clients) are dead. It would seem to make more sense to me that you activate the second blue group when the first blue group are dead; possibly also requiring a red player to be in the activation zone?
  8. On the INS panel is a selector dial which allows you to select the parameter displayed. Amazingly enough, putting this in the "ALT" position will show the altitude of your current waypoint (6,562 feet in my screenshot).
  9. Known issue. Workaround is to use the HOTAS 'Magic II SELECT' button (not the PCA 'Magic II SELECT' button) which still allows the smoke pods to be selected.
  10. Middle position. Most forward position is test mode. Not sure what it does in test mode, but generally doesn't produce sound. Btw, other switches like the HUD switch and countermeasure switches are the same, off, on, test. If you just push them all the way forward your systems won't be operating how you think they should!
  11. Are you using 1.5.3 stable or open beta? The module hasn't been updated in 2.0 for some time. If you are, then I think it'll be usual thing of removing any mods you have installed, running a DCS repair, and testing it again without mods.
  12. nomdeplume

    Mirage issues

    Well, that's interesting. I don't know what to make of it, but most of the time is being spent in state "BtwnRenders" which I assume is "everything except rendering". So that implies it's very unhappy about something on your system. Two of them are showing nearly 2.5 seconds, and the 3rd is still spending a quarter of a second. Just to be certain, you get this behaviour in all M-2000C missions? Do you know how to use the mission editor enough to make an empty mission with nothing but you're aircraft and see if that makes any difference? If it's still bad, maybe try switching it to an AI M-2000C so you're spectating - does it only happen if you're in the cockpit? On that subject, if you hit F2 or F10 or something to switch out of the cockpit view and go external or to the map, does the framerate recover? If it does that'd point to something to do with the cockpit rendering, if not then maybe flight modeling or other systems. Finally, are you able to have Resource Monitor open and check if you've got any disk activity? The extreme time involved suggests it could be waiting for I/O or similar. You can get to the Resource Monitor by opening the Task Manager, going to the Performance tab, and clicking Resource Monitor... at the bottom. Then click on the Disk tab to bring up info about the disk subsystem. Or if there's other programs you prefer to use, use them instead - basically just looking for any kind of explanation as to what the heck the game is spending all that time doing. Oh yeah and of course - what's the DCS.exe process CPU usage when it's crawling along like that?
  13. Friendlies are indicated by a diamond symbol on the contact in the radar display. Enemies do not respond to IFF interrogations and do not have any symbol. In the game world, everything is either friendly or enemy, so lack of a symbol effectively indicates an enemy. Real life is a bit more nuanced. To enable IFF, you need to move the IFF selector dial to SECT or CONT mode. This is on the right hand side horizontal panel. The IFF section has a four-digit code number (set to 0000 by default) - the selector dial thing is to its right. (The code set does not matter.) Then there's a button on the HOTAS you can use to interrogate for IFF, and it'll show diamond symbols on friendly contacts for 30 seconds.
  14. nomdeplume

    Mirage issues

    You could try hitting Ctrl+ScrollLock twice to get some extra information about where the system is spending its time each frame, and take a screenshot (PrintScreen - saved in Saved Games/DCS.../Screenshots) to share that info. Something in there might provide a clue. What resolution do you play at? Also, you said "sucking so much memory" - what was this based on? How much memory does Task Manager say DCS is using when you're in the M2000C cockpit? What about other aircraft? Probably best to restart the game between tests, I've noticed the memory usage tends to creep up when I'm repeated restarting a mission I'm building and it regularly goes over 8 GB on the Black Sea map.
  15. That's a bit like asking what really happens when a pilot engages in BVR combat. :) You can make generalisations, but the specific actions they take will depend on the particular circumstances. In general though, if things turn out to be not as expected, it's probably a good idea to get out of there while you still can and reassess your plans. So in this scenario, was the pilot aware that the enemy possessed things with 'more powerful' radars? Was the pilot expecting to remain undetected at this point? If so, a sudden (but short-lived) spike might well inform the pilot that they aren't undetected, and therefore if their plan was to abort if they were detected early, then they'd abort. On the other hand, maybe they weren't expecting to get all the way to a shooting position without being detected, but just wanted to reduce the amount of time the enemy had to react. In that case, they might well continue. If the pilot is being supported by AWACS or similar, then they're probably providing better radar coverage than the pilot's own radar would provide, so they likely have pretty good situational awareness. Search radars will generally perform a 360 degree scan, though I guess in some very specific circumstances they could be limited to a specific arc. Practically speaking though, you need to think in 3D: they scan a sphere (at least, the top half of a sphere). But it's common for parts of their search sphere to be masked by obstructions; terrain, trees, buildings, possibly weather. Depends on the altitude - a hill that's near the radar site could mask out a big slice of the airspace. But the air above it would still be in full view. Also, ground radar are just as susceptible to clutter problems as aerial platforms, so may have difficulty detecting/tracking contacts that are in line of sight, but have a mountain or similar behind them. So generally speaking, higher altitudes will have better/more radar coverage than lower altitudes, and coverage will tend towards "circles centred on radar sites". Lower altitudes can get quite complex, though it's theoretically simple: anywhere that a radar within range has line of sight to will be covered. This is why most modern SAM systems are designed to be highly mobile. A fixed SAM site can be combined with a detailed topographic map to determine blind spots. If you don't know exactly where the site is, you can only estimate probabilities that certain areas aren't covered.
  16. nomdeplume

    Smoke arm !?

    It's not selectable via the PCA buttons, but the "Magic II SELECT" in the HOTAS category (not the Weapons Management category) will still select smokewinders. And they'll still give the seeker tone when selected. ;)
  17. I think it's definitely worthwhile for ED to try to find ways to monetize improvements to the base game. There's a lot of things that could and should be improved or added, but only make sense if they're available as part of the base install. e.g. new AI units, more liveries, etc. Personally I really want more "low threat" ground units, things like technicals with a variety of light weapons. Fighting the same Zu-23-on-a-Ural over and over gets dull for COIN type missions. Maybe the new particle system could do justice to 'flak' as well. More civilian aircraft would be nice to have, too, to be able to populate the skies. But none of those things would really make sense as standalone DLC, since then mission makers couldn't rely on people having them. There's a lot of value in things like that being part of the base game. On the other hand, if you can do things that directly make money (new maps, aircraft, campaigns, etc.) then it's hard to justify doing things that don't have such a direct payoff. On the other hand, another thing to consider is word-of-mouth, e.g. lots of people find out about DCS via videos on YouTube on the like, so it's in ED's interests for the game to look as good as possible for everybody. One strategy which would be particularly interesting with a texture upgrade DLC would be to make it available at whatever price point they feel is right, but with a clear notification that it will also be a free update for everyone at some specific date in the future, e.g. 2 or 3 months away. That lets people who want to support the creator - or who are just impatient :D - vote with their wallet, while still letting everyone benefit from the update in the long run. They could even reduce the price on a weekly basis or similar, to reflect the amount of time until it becomes free. That way people can decide what price point they think is reasonable; some people might be willing to pay $5 to get updated textures a month early, but not $10 to get it two months early, for example. This model could possibly even work for AI units, as people who decide to buy it to get access early could design missions using them, and then everyone can play those missions later. There are already community-made addon units, but they're rarely used by mission designers that want to distribute their missions because most people don't want to mess around with mods just to play a user mission.
  18. Makes sense. To detect a target at say 45 nm, the radar must emit enough energy for the radio waves to not just reach the target, but also be reflected back to the emitter. So it needs to be enough energy to travel at least 90 nm and still be recognisable, plus not all of the energy would be reflected to the emitter (some scattered, some absorbed). I think it's also likely that you need a stronger signal for a radar system to be able to determine the precise distance a contact is away, in order to build a track and distinguish it from reflections from clouds etc. A RWR on the other hand only has to say "I'm getting a weak signal from this direction" and can be much more vague about the "distance", especially at long ranges. All it really needs to communicate to the pilot is "I'm picking up an emission from this type of radar, but it's too weak to currently be a threat".
  19. Would not be impossible for them to add, though. They already have parachuting pilots, and they have some infantry units as well. All it needs is the will to make some parachute units that become infantry when (and where) they land. The really hard part would be the mission editor UI to make them do something useful once landed. One of the most interesting things mentioned in the latest DCS Newsletter was the implementation of different runway types for the Normandy map, and placeable airfields. So it's not so far-fetched to think we might one day have placeable grass airfields that are perfectly landable. Also, you can already land on roads without problems, so there's a fine workaround already. :thumbup:
  20. The Q&A part was done in the chat during the stream, so not in the video itself. Answers have just been posted here: http://forums.eagle.ru/showthread.php?t=164579
  21. They - and all the other 3rd party devs - have consistently said that the module will be released on Steam once it's "released", i.e. out of beta, finished, complete. There's no date given for when that will occur because it's not yet known.
  22. nomdeplume

    Mirage issues

    What's your framerate when this is happening? You can hit ctrl+scrollLock to get a counter within the game.
  23. Game options, Units (dropdown in right hand colum) -> Metric. Affects mission editor, in-game F10 map, and the status bar in external views.
  24. Mods\aircraft\M-2000C\Input\M-2000C\joystick\default.lua (or keyboard\default.lua if you want to assign a keyboard command for it) in the game installation directory.
  25. I don't see a gun arm binding in the keyboard or joystick input lua. Is there a command we can add manually? Edit: also, I would've expected there to be some kind of HUD indication when guns are selected, master arm is on, but gun arm is off. Probably the CAN symbology blinking, in the same way the other weapon symbology blinks when master arm is off?
×
×
  • Create New...