Lester 0 Posted September 10, 2010 (edited) Today the ASC Addon Team presents 3 small and helpful addons called: ASC_Core ASC_Markers ASC_EU_Lights The ASC_Core stands for our base routines and functionalities and will be extended from time to time. Beside our internal stuff it contains the following helping hands: (Please have a look in the example missions how to use them) C130 'Module' gives a easy but flexible HALO handling for MP Coop Games Task Targets allows you to define zones in there the players can see what targets are done/undone Jukebox is a small routine would play music from a playlist Sound Media Player is a helping dialog to test all the actual integrated sounds or music by any active addon The ASC_Core needs Armed Assault II : Operation Arrowhead or Combined Operations and also CBA (Community Base Addons) <ASC_Core Download> <ASC_Core Mirror - Armaholic> The ASC_Markers brings you the following things - all vehicle icons as marker symbols - additional marker colors - some special 'markers' (ingame invisible objects would can detected by commands) - invisible targets - a Playermarkers script to show Markers of all playable units in MP or the player group in SP (nice for Coop games), when in vehicle only the driver is shown. - a Vehiclemarkers script to show selected objects with/without names whichcan be unshown via varameters or Trigger zones. (Please have a look in the example missions how to use the scripts) The ASC_Markers needs Armed Assault II : Combined Operations ! <ASC_Markers V1.01 Download> <ASC_Markers V1.01 Mirror - Armaholic> <ASC_Markers V1.01 Mirror - Combined Arms> The ASC_EU_Lights is our solution for editor placeable lamps, you can drive or fire at them to turn them off. All Lampholders are in there in two orientations, allways vertical or slope to the ground to give a vintage outfit. Additional we've build a blue variant of the runwaylights like they are used on military NATO airfields. <Large Picture> The ASC_EU_Lights needs Armed Assault II : Combined Operations ! <ASC_EU_Lights V1.01 Download> <ASC_EU_Lights V1.01 Mirror - Armaholic> <ASC_EU_Lights V1.01 Mirror - Combined Arms> Edited October 25, 2010 by Lester Share this post Link to post Share on other sites
Fox '09 14 Posted September 10, 2010 wow that lights addon is very cool, thanks! Share this post Link to post Share on other sites
stephsen 79 Posted September 10, 2010 hell yeahh good addon mate ...thx so much :) Share this post Link to post Share on other sites
KeyCat 131 Posted September 10, 2010 Great stuff... Thanks for making and sharing! /KC Share this post Link to post Share on other sites
lao fei mao 21 Posted September 11, 2010 Nice stuff...thanks for sharing. Share this post Link to post Share on other sites
Jonn 10 Posted September 13, 2010 Need to try these badboys out, Thanks Share this post Link to post Share on other sites
wika_woo 182 Posted September 13, 2010 its always the small things that never get noticed :) ... great addition! Share this post Link to post Share on other sites
mcpxxl 2 Posted September 13, 2010 (edited) I can hopefully soon finish my MP Mission that uses most things in it. And with it the release of action hud that also gives stamina information when using ACE Mod. -- ASC -- MCPXXL Edited September 13, 2010 by MCPXXL Share this post Link to post Share on other sites
the chief 15 Posted September 13, 2010 Excellent set of mods. I like them all, particularly the asc weapons. Thanks very much for sharing. Share this post Link to post Share on other sites
MadMike-Brig2010- 10 Posted September 16, 2010 Tested the Lights in the editor - everything is working. But on a server in MP the lights are on - but they don´t maky any shine or glow. Under the streetlight it is as dark as without any lights. Any suggestions or did i missed something? Share this post Link to post Share on other sites
Lester 0 Posted September 17, 2010 (edited) Tested the Lights in the editor - everything is working.But on a server in MP the lights are on - but they don´t maky any shine or glow. Under the streetlight it is as dark as without any lights. Any suggestions or did i missed something? :eek: After work i take a look about it.I'm never tested it in MP of cause creating an objekt on the server should bring the object and all of the properties to all clients. In that case i have to rethink my routines a bit and use another more extensive idea for the lights. ;) Edit: Problem found, a new version comes the next days. ;) Edited September 17, 2010 by Lester Share this post Link to post Share on other sites
MadMike-Brig2010- 10 Posted September 18, 2010 Great news!!! Highly awaiting this... Share this post Link to post Share on other sites
Lester 0 Posted September 21, 2010 Changed Versions online ( links in the first Post! ): ASC_EU_Lights V1.01 - fixed: no lightsources on clients in MP ASC_Markers V1.01 - minor changes in 'special markers' icons (for orientation) Share this post Link to post Share on other sites
MadMike-Brig2010- 10 Posted September 22, 2010 Great that you could handle the problem that fast!!! Now everything is working in MP. Thank you mate! :) Share this post Link to post Share on other sites
KeyCat 131 Posted September 22, 2010 Thanks for the updates, appreciated! /KC Share this post Link to post Share on other sites
gvse 10 Posted January 7, 2011 Hello, Firstly, thanks for these good-looking lights! Now, could someone explain how to tie these lights to a generator and disable them all by deactivating or destroying a generator? I'd be much obliged. Share this post Link to post Share on other sites
Lester 0 Posted January 10, 2011 Hello,Firstly, thanks for these good-looking lights! Now, could someone explain how to tie these lights to a generator and disable them all by deactivating or destroying a generator? I'd be much obliged. The easy to use method is to make all lightpoles some damage like this following, i think a value of 0.1 should be help :rolleyes:{ _x setdamage 0.1 } foreach [LP1,LP2,LP3,LP4,LP5]; If you want to know the complex method i have a look when i'm back @home. ;) Share this post Link to post Share on other sites
gvse 10 Posted January 10, 2011 Hmm, so make a trigger where destroying a generator ("!alive generator") will trigger that damage code. Nice and simple, im gonna try it out. Thanks! :) Share this post Link to post Share on other sites
b00tsy 28 Posted January 31, 2011 No doubt a stupid quesion, but Where are the lights supposed to be in the editor? I have added the addon, but can't find it anywhere. I always played vanilla :) Share this post Link to post Share on other sites
Lester 0 Posted February 3, 2011 side: empty in the category named: ASC: EU-Lights Share this post Link to post Share on other sites
SmartGun 10 Posted April 12, 2011 first off: Thanks for creating this! makes arma-life a bit easier :) While playing around with the HALO template i got 2 small issues: First: My mission has 2 different groups of playable units. One will halo in and the other one will start on ground at their outpost. If i test the group starting on ground i get a hintC a few sec after missionstart. I have to klick it away and it kind of distroys the atmosphere. That happens even if i put this setVariable ["ASC_Halo", false, true];" in the initlines of the ground-group. Starting in HALO group works fine. Second: I noticed the random starting position of the c130 will only work if i put the ASC_C_HaloRNDPos variable on top in init.sqf. First i got them below the following lines: waitUntil { isServer || !isNull player }; waitUntil { !isNil "BIS_MPF_InitDone"}; waitUntil { BIS_MPF_InitDone}; //====Init BIS Functions -> Functions Module reqired============================== waitUntil {!isNil "bis_fnc_init"}; and random HALO positions did not work. Then i put the ASC_C_Halo vars on top in init.sqf and it worked fine. Perhaps this could be writen in the comments. I tested in editor preview and hosted game. Not on a dedi by now. Greetings! Share this post Link to post Share on other sites
sgtredphoenix 6 Posted September 24, 2012 Is there anyway of changing these so that I could make some of the lights flicker? Share this post Link to post Share on other sites
Steva 1 Posted May 5, 2013 i have the same problem like MadMike ,but in SP.In editor exactly.The problem arises when i use attachTo for light to place it,but not always!?? example: i put attachTo [obj,[-10,25,10] -IT WORKS,but, attachTo [obj,[-100,25,10] -DONT.So when i change Y or X axsis for some value it stop to give light,just like MadMike says..Please help,four days editing is depend on this.. Share this post Link to post Share on other sites