Jump to content

tomhighway

Member
  • Content Count

    41
  • Joined

  • Last visited

  • Medals

Community Reputation

30 Excellent

About tomhighway

  • Rank
    Lance Corporal

Recent Profile Visitors

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

  1. Hi all, I was playing with animations for few days and need one clarification. I see animations have connectTo and interpolateTo defined in their respective config entries. I was wondering does that mean that animation can smoothly transition to another listed in connectTo using playMove command? For example: _unit switchMove "A"; _unit playMove "B"; in config entry for A, move B should be included in connectTo list. Can anyone confirm this?
  2. tomhighway

    Zeus as High Command setup

    You could try hide enemy units with hideObject just for Zeus client. That command is local and you could only hide the enemy for Zeus. Or you could setup a loop which checks every 30 seconds if enemy unit is seen by blufor (or check something like knowsAbout/nearTargets for all blufor groups) and then hide/unhide the enemy.
  3. Have the same issue with A-10, could be that RHS model is not complete enough?
  4. tomhighway

    BIS_fnc_UnitCapture

    I have the same issue with A-10 from RHS. I can record the movement data but firing data just stays an empty array. My 2 cents it is the issue with the model.
  5. tomhighway

    High Command Module - MP

    Does Advanced AI commander work in latest release of Arma 3? I kind of seen the author is not working on the mod and it is currently broken.
  6. tomhighway

    High Command Module - MP

    I can indeed confirm that this module is broken in multiplayer to a degree that it breaks the mission, kicks players out giving some error messages about server not having some mods.
  7. tomhighway

    Wave respawn confusion

    Basically you wait entire wave length and spawn wave after. If your wave duration is 300 seconds, you will wait 300 seconds and then spawn on next wave which is a number divisive by 300. That is, probably, to prevent players to die in last seconds of the wave (risk more) just to respawn immediately after. Of course, dying immediately on respawn means waiting almost two respawn waves. Waiting time is therefore a number between respawnDelay and 2*respawnDelay.
  8. tomhighway

    ASR AI 3

    Issue that doesn't happen in vanilla. AI leader goes hundred(s) of meter(s) in front of other soldiers in his group. Why?
  9. tomhighway

    ASR AI 3

    @Robalo - we've found out that once unit goes to combat mode basically it becomes uncontrollable by Zeus and ASR AI takes complete control of it from now until it dies. People have tried switching combat stance to aware, but that doesn't help. This makes Zeus hosted missions very problematic. Is there a way to say to ASR AI to stop controlling a unit when danger.fsm starts running?
  10. tomhighway

    Dynamic Simulation Feedback

    My 2 cents - it depends on entity type. Props will not be awaken for all clients, but enemy AI will be. Otherwise it would make no sense, there would be inconsistency Client A view of the world and Client B view of the world which is a no go in Arma.
  11. There is no indication if this is working in multiplayer at all. Wiki doesn't list those commands as MP/SP, local/global. Please update wiki.
  12. tomhighway

    Dynamic Simulation Feedback

    Does that mean Dynamic Simulation is not working in the main branch?
  13. tomhighway

    Dynamic Simulation Feedback

    I can't find the global attribute setting under preferences. I am on the main branch. Am I missing something?
  14. Hi all. Acre2 is crashing my game and I'd appreciate help on this. Event viewer is explicitly pointing towards acre.dll. Here is the event viewer log entry: Faulting application name: arma3.exe, version: 1.66.139.586, time stamp: 0x5847dbb3 Faulting module name: acre.dll, version: 0.0.0.0, time stamp: 0x58443f4b Exception code: 0xc0000409 Fault offset: 0x000ec528 Faulting process id: 0xf74 Faulting application start time: 0x01d28a9ea796fa38 Faulting application path: C:\Program Files (x86)\Steam\steamapps\common\Arma 3\arma3.exe Faulting module path: C:\cnto\@acre2\acre.dll Report Id: f22d082e-3d06-40e9-8769-e360b1bb60e5 Faulting package full name: Faulting package-relative application ID: Here is report file. https://1drv.ms/u/s!AqgVT4o86VaQlH9K8Qdt3bbFdlQt What I did is: 1. I was working in Eden editor, clicked preview. 2. Game showed up ok and I clicked return to Eden. 3. Done some changes and clicked preview again. 4. Game crashes.
×