OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting Resources Beta Testing & Submission => Topic started by: myke13021 on 13 Apr 2008, 03:32:46

Title: AI Carrier simulation (ACS). (DELETED)
Post by: myke13021 on 13 Apr 2008, 03:32:46
Retiring all works from public. Has nothing to do with OFPEC nor with any member of OFPEC.
Title: Re: AI Carrier simulation (ACS). BETA STATUS (READY)
Post by: Mandoble on 13 May 2008, 12:02:42
What about making this compatible with official 1.08? So far anything else are betapatches and your STM_updater.sqf may be pretty well converted to a typical monitoring script:
Code: [Select]
STM_object = objNull;
while {true} do
{
   waitUntil {!isNull STM_object};
   Sleep 0.1;
   STM_object setVariable [STM_variable, STM_value];
   STM_object = objNull;
};

And for any publication script:
Code: [Select]
STM_value = whatever;
STM_variable = "whatever";
STM_object = whatever;
publicVariable "STM_value";publicVariable "STM_variable";publicVariable "STM_object";
Title: Re: AI Carrier simulation (ACS). BETA STATUS (DELAYED UNTIL FINAL PATCH 1.12)
Post by: myke13021 on 13 May 2008, 16:57:43
As most servers are running on 1.12, the (also official) 1.12 beta runs smooth, i don't see any reason to "downgrade" the script, although 1.12 Final is just days away (and maybe even less as you think).

So insted of downgrading the script, i'll delay it until 1.12 final is out.
Title: Re: AI Carrier simulation (ACS). BETA STATUS (READY)
Post by: Mandoble on 27 May 2008, 17:35:32
So far it seems to work well (not sure in MP). You have it marked as READY and BETA which is a bit confusing. Should we proceed with submission?
Title: Re: AI Carrier simulation (ACS). BETA STATUS (READY)
Post by: myke13021 on 27 May 2008, 18:40:02
Well, i'm pretty careful when it comes to move from "BETA" to "FINAL". If no errors were found it can be considered FINAL and be proceeded with submission.
Title: Re: AI Carrier simulation (ACS). BETA STATUS (READY)
Post by: Mandoble on 27 May 2008, 18:48:43
There is such a thing as "final", but 1.#. Which means that it is not "partially" implemented and works fairly well.
Title: Re: AI Carrier simulation (ACS). (DELETED)
Post by: myke13021 on 12 Jan 2009, 23:47:04
Please remove this resource from the list as i'm retiring all my work (as far as possible) from the public.

This has nothing to do with OFPEC nor withy any member of OFPEC.


Sincerly

Myke
Title: Re: AI Carrier simulation (ACS). (DELETED)
Post by: Mandoble on 13 Jan 2009, 01:03:50
Done  :dunno:
Title: Re: AI Carrier simulation (ACS). (DELETED)
Post by: Ext3rmin4tor on 16 Jan 2009, 12:01:55
Please remove this resource from the list as i'm retiring all my work (as far as possible) from the public.

This has nothing to do with OFPEC nor withy any member of OFPEC.


Sincerly

Myke

Can I ask why?