Vegas

Member

Last active 3 years ago

  1. 3 years ago
    Fri Jan 22 22:34:05 2021
    Vegas started the conversation Unresgister Captured POWs.

    I have a mission where enemy units can surrender and be captured by players. I have a detention area built on our base, and I need ALiVE to basically resister these enemies as "dead" as to not break persistence in missions once they are brought to that area.

    What's the best way to do this? I could create a looping script that checks an area, or put something in a trigger, but I don't know what to call for any bad guy groups brought in.

  2. 4 years ago
  3. 5 years ago
    Thu Mar 21 00:59:28 2019

    Thanks! I'll give this a try. o7

  4. Wed Mar 20 01:24:55 2019
    Vegas started the conversation Blacklist Profiler Via Classname.

    I want to run a scripted function to profile all non-profiled units on the map, but need to prevent it from profiling certain things via classname. Is there a way to do this?

    Here is the script (pulled from the wiki)

    if (isServer) then {
        [] spawn {
            while {true} do {
                sleep 60;
                [] call ALiVE_fnc_createProfilesFromUnitsRuntime;
            };
        };
    };
  5. 6 years ago
    Fri Aug 18 23:17:57 2017
    Vegas started the conversation C2iSTAR Custom Task Template.

    I think there is an opportunity to create some additional objectives for C2iSTAR. However, I need some direction as far as scripting for this module.

    If someone can provide me a simple template script that does the following, I will love you forever.

    1. Allows player to select task creation position via tablet (same as every other task currently in the system)
    2. Spawns custom composition

    I could totally see this being used to create a whole mess of custom tasks like a simple "destroy the weapon cache" - without Zeus.

  6. Fri Jul 14 06:44:01 2017

    Apologies for the delay. Been busy over here.

    Here is a repro mission for both issues on Altis running nothing but ALiVE and CBA.

    Download repro mission here

    Additionally, here is a screenshot of the issue.

    -image-

    Also created issue report on the Github.

  7. Mon Jul 10 04:41:15 2017
    Vegas started the conversation Saving Error - CQB and Player Logistics (Logs).

    Hello all,

    Been having some difficulty recently with saving CQB systems and Player Logistics.

    Just to provide a little more information, I actually have Player Logistics Persistence turned off. Logistics (move, carry etc) are still enabled, but persistence is off for this module. However, it still appears to be trying to save this on mission exit, and hangs up forever without finishing. That's random issue number one.

    Second issue I seem to be experiencing is with CQB systems. Obviously I have persistence enabled for CQB, however is does not appear to be saving. After hitting Server Save & Exit, it runs through the save, I see the log entry for CQB, returns OK value, however it always says "saving 1 CQB installation" whatever and never more than 1. After reloading the mission, all CQB is reset and everything is occupied by enemies again.

    Steps I've taken:

    • Reproduced with just ALiVE and CBA and map of course
    • Deleted all mission modules and replaced from scratch
    • Tried switching version to latest Pre-Release build... still happens
    • Enabled Data Debug to capture more complete logs (attached)

    If anyone wants to check out my logs who has a better understanding of them, please feel free.

    Download Log here

  8. 7 years ago
    Mon Mar 6 01:48:10 2017
    Vegas posted in Save Only Specific Item(s).

    @SpyderBlack723 Thanks for the reply! Great to see how these functions can be utilized.

    Question regarding the blacklist field, are you referring to the field inside the Player Logistics (Disable) module?

  9. Sun Mar 5 20:06:08 2017
    Vegas posted in Save Only Specific Item(s).

    http://alivemod.com/wiki/index.php/Database#Editor_Notes

    ["My Custom Variable", _value] call ALiVE_fnc_setData
    _value = ["My Custom Variable"] call ALiVE_fnc_getData

View more