DaVidoSS

Member

Last active 8 years ago

  1. 8 years ago
    Tue Apr 26 21:24:37 2016
    DaVidoSS posted in CUP factions (SOLVED).

    Faction are not need to be indexed. Only limited by faction config standardization.

    Today we already helped someone with similar issue, the case was old version of CBA.

    http://alivemod.com/forum/1944-cant-use-any-custom-armies-solved

  2. Tue Apr 26 20:16:09 2016
    DaVidoSS posted in IEDs.

    I am always disarming IEDs by my explosive specialist and get them to any uninhabited area where will be destroyed.

  3. Tue Apr 26 12:21:50 2016

    Obliviously your mods are broken.

  4. Tue Apr 26 12:04:22 2016

    1.0.4.1604212

  5. Tue Apr 26 11:12:44 2016

    Simply ALiVE battle test for Stratis.

    Both faction are on invade

    Mission

    Mods

    Video

  6. Tue Apr 26 10:54:33 2016

    Well i have created quick scenario with your faction and its works perfect for me

  7. Tue Apr 26 10:28:22 2016

    Obliviously you have mess something with your modules settings. The picture says almost nothing about.
    Post your mission.

  8. Mon Apr 25 22:19:45 2016
    DaVidoSS posted in Hazey's Insurgency.

    PipeBombCore is a parentclass for both charges

  9. Mon Apr 25 17:43:37 2016
    DaVidoSS posted in Hazey's Insurgency.

    Try this one

    CACHE addEventHandler ["handledamage", {
    
    	params ["_box","_selection","_damage","_damager", "_ammoType"];
    	
    	if (_ammoType isKindOf "PipeBombCore") then {
    
    		_box setdamage 1;
    		//--- Event handler to call explosion effect and score.
    		_box spawn INS_fnc_cacheKilled;
    
    	} else {
    
    		_box setdamage 0;
    
    	};
    }];
View more