Jump to content

Dunkelheit II

Member
  • Content Count

    26
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About Dunkelheit II

  • Rank
    Private First Class

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hi. Suppose we have a ground vehicle and an AT missile flying to it. The IncomingMissile eventhandler identifies it. The question is: how to make the missile hit the ground 15 m before it using the setpos, setdir or setVectorDirAndUp commands and taking into account that the missile can also fly to it from above? Using camCreate or createVehicle to replace it is not an option. Thanks.
  2. The direction matters. I cannot just take an arbitrary third point to define two vectors.
  3. The problem is that there are just two sets of coordinates, not objects. So the first script is irrelevant because it uses getdir, and the second – because it does not return angle and uses _northdirection that should somehow be known.
  4. Hi. Could anyone suggest a simple script that would check a relative position between two points? The aim is just to check the angle between the vectors of two randomly generated points so that they are not situated on a more or less straight line vertically or horizontally. In the readme of the ECP mod, it is said: "[<unit>,<position>] call (ECP_resources select 4) ECP_getDirRelPos returns the relative direction in degrees from <unit> to <position>. 0 degrees is considered to be to the direct front of <unit>, 90 is to the right etc." But I can't find even the place where this array, ECP_recources, is announced, not to say the script itself.
  5. Hi. Can I ask on which parameters in config does the category of vehicle in multiplayer score depend? It seems that it is not VArmor or VSoft, because I have one well-defined tank, which is indicated as soft in score for some reason.
  6. Dunkelheit II

    Cannot get in vehicle in multiplayer mission

    In this case there is a double, with one vehicle I cannot get in and one I can (when 2 players).
  7. Dunkelheit II

    Cannot get in vehicle in multiplayer mission

    Of course, but what is wonderful that it is about only one vehicle.
  8. Dunkelheit II

    Cannot get in vehicle in multiplayer mission

    I can get in, but I cannot test a doubling quickly, and logically it must be. I suspect it is about config, but cannot even imagine what in config could create such a complicated bug.
  9. Dunkelheit II

    Cannot get in vehicle in multiplayer mission

    It is special action added by script in OFP. And ?!(local GameLogic): exit is used to prevent doubling. And it actually prevents it for all vehicles, but the problem is that for a certain vehicle it creates an impossibility to get in.
  10. Dunkelheit II

    Cannot get in vehicle in multiplayer mission

    Yes, under ?!(local GameLogic): exit condition. Yes, but with a double. By action menu through createVehicle. There is get in animation without result and then return back to original standing animation.
  11. Dunkelheit II

    Cannot get in vehicle in multiplayer mission

    Yes, it seems to be, because the problem is precisely with one vehicle. But I cannot understand what in config can cause such a specific bug. To summarise: 1. The problem is with only one vehicle. 2. The problem is when I use ?!(local GameLogic): exit parameter. Otherwise problem disappears, but doubling emerges. 3. Reveal does not help. 4. There are no doubled scripts. 5. The delays are provided. I would be satisfied simply by a way to delete odd vehicles.
  12. Dunkelheit II

    Cannot get in vehicle in multiplayer mission

    Well, when the vehicle is created without ?!(local GameLogic): exit parameter there is no problem with getting in. But without it the notorious problem of vehicle doubling arises. So my question is - is there any working script to delete all vehicles except one after (while) creation?
  13. Dunkelheit II

    Cannot get in vehicle in multiplayer mission

    It is simply createVehicle with ?!(local GameLogic): exit parameter. PublicVariable also does not help.
  14. Hi. There is a certain vehicle in multiplayer mission, which neither players nor ais cannot get in. Vehicle is created by respawn, there is get in menu, get in animation, but it is as if busy. MoveIn\AssignAs\OrderGetIn commands don't help. There are no lags, vehicle is not locked, the side is proper and all works offline in the same mission. What can be the cause of this?
  15. Hi. Tell me, please, on which parameters, except hit, armor and threat, depends unit's (non) attacking of certain vehicle on normal distance and with full field of vision?
×