Jump to content

oOKexOo

Member
  • Content Count

    237
  • Joined

  • Last visited

  • Medals

Posts posted by oOKexOo


  1. It's unlikely that Achilles as such removes the custom factions (except you are using an older version that contains the faction filter settings).
    The loss of factions after the reloading would indicate an instability due to a misconfiguration in the mission or server.

    I need to know in which enviroment you tested (SP, dedicated or server host) and also your test mission setup (in the case it's just a mission.sqm you could use https://gist.github.com/).

     


  2. Anyway, as I already told you I can't reproduce your issue so far. I probably miss something. Could you please address all the points below?

    On 29.5.2016 at 8:51 PM, oOKexOo said:

    Please report issues in the following form:

      Reveal hidden contents

    1) Topic
    2) Version of ArmA
    3) *All add-ons that were running client side (give versions in parentheses if it's not the steam version)
    4) *All add-ons that were running server side (server key does not count; skip if it was SP).
    5) Environment (e.g. client on dedicated server / client on hosted server /server host/ SP)
    6) Reproducibility (e.g. always)
    7) Report step by step how the issue can be reproduced (can also be a video)
    8) Additonal Notes

     

    *Unload as many add-ons as possible in your test. The usage of an additional addon is only justified if there is an indication of a mod conflict (e.g. the issue only appears when that specific mod is loaded together with Achilles).

     

    Here is just an arbitrary example:

     

    1) Throw smoke grenade hotkey does not work for RHS units.
    2) 1.70
    3) Achilles (steam); CBA (steam); RHS (0.4.1.1)
    4) CBA (steam); RHS (0.4.1.1)
    5) Client on dedicated server
    6) only observed when the unit does not have a vanilla smoke grenade
    7.1) Set up a dedicated server with TADST running Tanoa Game Master
    7.2) Join server and take Game Master slot
    7.3) Place US Army Soldier, select him and press C.
    8) Message observed: "No smoke grenade available".

     

     


  3. The mission seems to be a mess... I end up in water and always get the "HQ officer killed" ending. In the short time I can test, Achilles is not greyed out.

    I loaded Achilles, CBA and CUP, played as the player1 and placed the HQ randomly.

     


  4. Quote

    It's not a mod conflict since, like I said above, going into the editor and putting down a Game Master and a random Unit, setting the unit as GameMaster and the Gamemaster to all addons, it does work. 

    That proofs nothing! We are still talking about the issue that Achilles modules are greyed out in Zeus, aren't we? Why are you then talking about Eden Editor? Eden and Zeus behave way different.

    If you really want me to help you, you should accept my help and do as I say (I already told you twice to test without other addons).

     

    Edit: Ok, you're right, a mod conflict is unlikely, since it works for you with a simple setup. Hence, it's the mission that causes the issue.

     

    Achilles worked fine when I tested your mission.sqm (replaced the PMF units with vanilla ones...), but as you pointed out there are other files, which we should take into consideration. Can you upload the entire mission by any chance? 

    What I also noticed is that you have two cost modules placed. You should check what happens if you delete them both.

     


  5. @DaveSkywalker
    The addons value for "ModuleCurator_F" has to be 3 to make addons available to Zeus. Don't set it do another value. For further testing, please unload all other addons except Achilles and CBA. Let me know what happens and in which environment you are working (SP, dedicated server, server host).

    Edit: If it happens on a dedicated server, also try once with Achilles loaded on the server.
     


  6. I was also confronted with this question for the vanilla spawn AI modules. Although this thread is old, I still think it is the best place to post a solution.

    The solution is to use the alternative syntax of createUnit:

    type createUnit [position, group, init, skill, rank]

    The init argument is the init line, which is executed before the module function. Hence, if you do the synchronizations and set the variables here, then it works fine.

    Note that this syntax does not return the object, so you will have to assign the module to a global variable.

     

    • Thanks 2

  7. @diehardfc

    As I said it's nothing really new, but rather a fix for an already existing feature.


    @General Kong

    The problem for the Ambient Anim module is that we haven't found a general approach via config to get looped animations and a descriptive text.
    The current approach is to manually add them: https://github.com/ArmaAchilles/Achilles/issues/261.
    However, I could think of a way to allow mission and addon makers to whitelist animations for the module themselves.

     

    • Like 1

  8. @diehardfc
    It's a different feature. The deep copy/paste key bindings were introduced by Achilles and are only useful for unit loadouts (also works when they are in a vehicle).

    The copy/paste Arsenal modules, on the other hand, were already part of Ares, but in Achilles v1.0.0 and v1.0.1 the feature to copy non-virtual items was lost. They are applicable to anything that has an ammo cargo (boxes/vehicles).


  9. @The Spirit of Morpheus

    On 1.4.2018 at 4:32 PM, The Spirit of Morpheus said:

    In Eden, I can spawn a vehicle, clear its default loadout and then define my own loadout and then I can save this custom vehicle as a custom composition ("Save this composition") - but I cannot use this composition outside of the editor (e.g. when I play a mission, I would like to spawn it in the mission via SSPCM -> Zeus).

    You are correct, the compositions created in Eden cannot be used outside. Achilles won't change that fact.

    Someone would have to write an extension that allows importing them as Bohemia didn't provide that feature. I doubt this will ever gonna happen.

    However, Achilles allows you to edit the loadout when you are in Zeus.

     

    On 1.4.2018 at 4:32 PM, The Spirit of Morpheus said:

    Another problem is (like described in my post above), Eden doesn't save changes made during a play (e.g. "Play as this Character") - during a play, I assemble the weapons with magazines and attachments and then put them back on the vehicle. But when I return to the Eden Editor, these changes are not saved - the vehicle is reset to it's initial state (the loadout I defined is still there - but the weapons, magazines and attachments are separated from each other just like in the beginning).

    Yes, that's because Eden is not a real-time editor in contrast to Zeus. Again ... just forget about saving pre-assebled weapons. They won't be saved, even when you use Achilles and that fact won't change. Period.

     

    On 1.4.2018 at 4:32 PM, The Spirit of Morpheus said:

    Therefore, I want to export a custom composition (e.g. a vehicle with custom loadout and the weapons readily assembled) made in Eden to Zeus or somehow else use it outside Eden (ultimately, I want to easily place it while playing a mission if I need it). I've read that Achilles can achieve that - that's why I loaded the Achilles mod.

    As mentioned before you should forget about an exporting custom compositions from Eden. Just edit the loadout in Eden or in Zeus and save/load them in Zeus with the copy/paste Arsenal modules provided by Achilles (v1.0.2).


  10. @The Spirit of Morpheus

    Achilles is for Zeus. If you are looking for an expansion for Eden, you should have a look on 3den Enhanced.

    I have to admit that I'm not aware of any way to add weapons with customized attachments/magazines to a cargo (by means of a script).

    Why even bother to do such a thing when just adding the items separately doesn't make much of a difference to be honest?
    Things that Achilles provide and may make your life easier are the copy and paste Arsenal modules, which also work on vehicle cargo (they won't work for your customized weapons, so just add the items separately).

    Note that in v1.0.0 and v1.0.1 the copy and paste Arsenal modules will only copy the virtual Arsenal, not the standard inventory. We'll provide a fix with v1.0.2, which will come soon.

    Finally, the vehicle garage is accessible when you double click on a vehicle and press the "garage" button. It is also possible to save/load customizations.
    Edit: There is also a button "cargo", which allows you to edit the inventory.

     


  11. @diehardfc

    In the case he uses vanilla Zeus it is indeed a locality issue as many features can't handle non-local units. If he didn't place the units himself, then they are for sure not local to his machine. Of course even if he placed them, the HC script will make them non-local at some point. As I told in my previous post, Achilles improved the attribute window in the way that it is capable of handling non-local units. The question remains why it still fails for him when he is not admin. One assumption I have is that the remote execution function Achilles_fnc_spawn gets blocked. If this is the case you should find something like the line below in the RTP file on the server:

    Warning: %1 (UID: %2) tried to use Achilles_fnc_spawn without permission!

    where %1 is his name and %2 is his UID.

    Edit: Oh well, stance and behaviours are not using Achilles_fnc_spawn and therefore, it must be a different issue...

     

    A script for testing locality:

    When the execute code module is placed on an unit and the code below is executed globally, you'll see in the chat to who it is local.

    if (local param[1]) then
    {
      switch (true) do
      {
        case !(isServer or hasInterface):
        {
          "HC" remoteExecCall ["systemChat"];
        };
        case (isServer):
        {
          "server" remoteExecCall ["systemChat"];
        };
        default
        {
          profileName remoteExecCall ["systemChat"];
        };
      };  
    };

     


  12. @john1

    1) It is hard to follow what your actual suggestion is, especially in first sentence. Note that the vehicle garage allows turning on/off lightbars. It also works on multiple vehicles simultaneously when you select them before opening the attribute window. 

    2) You can drag a vehicle/cargo box on top of a transport plane/chopper in order to load/slingload it.

    3) To make the paradrop WP on the spot is not feasible, as you probably well know that the AI can be pretty stubborn. What do you mean with "work with other then RHS"? The paradrop WP should in theory work for any 3rd party add-on.


  13. @diehardfc
    Maybe a stupid question, but did the player that got promoted and had the issue with commanding the AI have Achilles loaded?

    Edit: Just got that idea, since the attribute window for vanilla Zeus does not work properly for non-local units (I assume he tried to modify your placed units (= owned by you) or units part of the mission file (= server owned).


  14. @bumgie

    Hmm, I obviously didn't get your point about customization before.

    I didn't think about making use of CBA settings for restricting features on a server so far.

    This would be indeed a nice feature, especially for a ZvZ scenario.

     

    Edit:

    I suggest a more general approach that includes modules as well together with the reintroduction of the faction filter.


  15. @bumgie

    I don't see how these buttons are bothering anyone.

    They provide integral features of Achilles.

    Btw. the execute part is vanilla.

    Edit:

    I guess it would be possible, but one should avoid such an example of micromanagement.

    As far as I know some AI mods such as ASR AI provide automatic rearm.


  16. @Rockapes

    I just tried the mission as a server host with CBA and Achilles only.

    There are several script errors at the beginning... The mission seems to be a bit broken.
    The Zeus slot has no curator module assinged, but I realized that it is assigned to the squad leader slot instead. The squad leader has Zeus access and I could place modules without any issues.

    You either find a better template or try to fix the errors yourself.

     

    @bumgie

    Are you talking about the spawn attributes?

×