I

incontinenetia

Member

Last active 5 years ago

  1. 8 years ago
    Sat Feb 11 19:11:12 2017

    Ahhh well I've just removed LOP_AM and have stopped seeing the error (tested 3 minutes so far so not conclusive!!)... maybe it's the Middle East Militia. Have only just started seeing this error since using LOP_ISTS, LOP_AM and LOP_PESH. I'll keep the mission running and see what happens. Doesn't seem to be an indexing issue, probably something to do with the way one of the LOP_AM vehicles is set up.

  2. Sat Feb 11 18:59:03 2017

    Yeah that is helpful! Which factions from project opfor are you using?

  3. Sat Feb 11 18:34:14 2017
    I incontinenetia started the conversation Massive RPT spam with Project OPFOR and ALiVE 1.29.

    Hi guys, just noticed in one of my recently updated missions that I'm getting RPT spam that gets up to 100,000 lines in a matter of seconds with this message on repeat:

    _randomHitPoint params ["_randomHitPoint>
    18:30:18   Error position: <_randomHitPoint params ["_randomHitPoint>
    18:30:18   Error Undefined variable in expression: _randomhitpoint
    18:30:18 File x\alive\addons\sys_profile\fnc_profileSimulator.sqf, line 665
    18:30:18 Error in expression <ileToAttackHealth select _randomIndex;

    Anybody else noticed this? I'll file a bug once I can get to the route cause but it doesn't happen on vanilla so it's challenging to repro.

  4. Fri Feb 10 14:25:19 2017

    Hi @Nichols, if you can hold fire for a couple of days, I'm going to release a major update to the scripts which will require a different way of setting them up - I'll give instructions then if that's alright?

  5. Tue Jan 31 17:18:13 2017

    What I'm basically hoping to do is create a function that allows you to move ground weapon holders into nearby crates or deletes them entirely and then stops ALiVE persistence remembering where they were and reproducing them the next session (I end up with all kinds of random gear lying around otherwise). Also, I'd like to stop persistence on those crates. Is that possible?

  6. Tue Jan 31 13:26:02 2017
    I incontinenetia posted in Easy way to remove gear across a faction?.

    If that doesn't work, here's what I've been using:

    Description.ext:

    class Extended_InitPost_EventHandlers {
         class CAManBase {
    		init = "_this call (compile preprocessFileLineNumbers 'postInitXEH.sqf')";
    	};
    };
    

    Then create postInitXEH.sqf in your mission root with this in it:

    params [["_unit",objNull]];
    
    private _factions = ["YO_FAC_NAMZZZ","P_HOBO_F"]; //List of factions you want to run the script on
    
    if (faction _unit in _factions) then {
         _unit unassignItem "NVGoggles";
         _unit removeItem "NVGoggles"; 
         //Plus any other code you want to run on units of this faction
    };

    @marceldev89's solution is way cleaner than mine but just in case you have any trouble with it, this should work too.

  7. Tue Jan 31 01:49:55 2017
    I incontinenetia posted in Upcoming CUP Terrains update question .

    Yup, same here. Struggled to get the tools working last time but didn't really give it a fair shot to be honest as everything I wanted indexing was already good and laziness won the day...

  8. Tue Jan 31 00:29:48 2017
    I incontinenetia started the conversation Disabling object persistence for specific items.

    Hi, pretty straightforward request; is there a way to disable ALiVE persistence on specific vehicles / crates?

  9. Tue Jan 31 00:24:02 2017
    I incontinenetia posted in Lots of errors on 1.2.9.
    Error Type Number,Not a Number, expected Number

    Fun times!

  10. Mon Jan 30 17:03:16 2017
    I incontinenetia posted in N'Ziwasogo Mission request.

    No worries dude! Thank you anyway.

View more