Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×

CSLALUKI

CDLC Developer
  • Content Count

    464
  • Joined

  • Last visited

  • Medals

Everything posted by CSLALUKI

  1. I create script for your squads ;). You must only name the units of each group as is in the "list of units in each group" in the script. ;) LUKI_gnch.sqf (this script set the group names for 4 groups created in map): /* Filename: Group name changer (GNCH) Author: LUKI How to run: Paste this into your init.sqf: [] execVM "LUKI_gnch.sqf"; Description: This script set the group names for your group directly if mission starts. */ //list of units in each group _g1 = [a1, a2, a3]; _g2 = [b1, b2, b3]; _g3 = [c1, c2, c3]; _g4 = [d1, d2, d3]; //name for each group _g1 setGroupId ["TF Squad"]; //set the name for squad 1 _g2 setGroupId ["Support squad"]; //set the name for squad 2 _g3 setGroupId ["Reconnaissance squad"]; //set the name for squad 3 _g4 setGroupId ["Paratroopers"]; //set the name for squad 4
  2. CSLALUKI

    A2 Island Lighting Fixes

    Great work on this, thank you for this update!
  3. Yes, but the best way is to create a script file for example "LUKI_squadNames.sqf" and call it directly in init.sqf via execVM, no via trigger.
  4. CSLALUKI

    Player respawn in singleplayer

    Yes., this will work in singleplayer. :)
  5. CSLALUKI

    N-B U.S.M.C Project

    Looks amazing AWJacob!
  6. CSLALUKI

    [wip]rok armed forces 2035

    This looks amazing, thank you for this update firewill !
  7. CSLALUKI

    Bornholm, Denmark [Terrain WIP]

    AWESOME, thank you for this update ! I like this map. ;)
  8. CSLALUKI

    [A3][COOP-32] ALiVE TAKISTAN NATOFOR

    Nice, thank you for the information ! ;)
  9. CSLALUKI

    Payday Mod

    Thank you for this update, your GREAT work and time. :)
  10. Great job, thank you for this update ! :bounce3:
  11. Great work, thanks for this update gmwo !
  12. Sounds good, looking forward to it kibot !
  13. CSLALUKI

    [R3F] Logistics

    Okay, no problem, thanks for the info madbull. :)
  14. Great work, thank you for the update Drongo ! :)
  15. Hehe, very nice work on this NV goggles ! I'm looking forward to use this in my stealth night missions. :)
  16. CSLALUKI

    Player respawn in singleplayer

    Respawn is allowed only in MP missions, no in SP missions. You must create description.ext file in your mission. Paste in this lines: respawn=3; respawnVehicle=3; respawndelay=10; respawnVehicleDelay = 20; respawnDialog = true; AIkills=1; In the editor create one marker with name "respawn_west" or "respawn_east" (if you will be play as WEST units, you will respawn on marker "respawn_west", EAST will be respawned on "respawn_east", guerilla/independent units will be respawned on marker "respawn_guerrila"). Save mission before you want to use this respawn ! EDIT: I find now this thread on ArmAholic forums, so see here: http://www.armaholic.com/forums.php?m=posts&q=20070
  17. CSLALUKI

    Norwegian Units

    Nice work on this Vasilyevich, thank you for this update ! :)
  18. Very good work on this SP mission (despite the small "bugs" mentioned by Brainbug). It's funny. :) Thanks!
  19. CSLALUKI

    US Army A3

    Very good work, congrats on the release ! ;)
  20. CSLALUKI

    [WIP] MCU-2/P gas mask

    :459: Nice progress !!
  21. CSLALUKI

    [R3F] Logistics

    Very nice, thanks for this ! Keep it good work ! :bounce3: EDIT: Are you planning in the future make trailer for transporting boats (attached to the truck after run an action from action-menu for example)?
  22. CSLALUKI

    ArmA 3 : RESIST

    @Kydoimos: ShadowPlay - http://www.geforce.com/geforce-experience/shadowplay But with Shadowplay you can only record supported games. With this program you can stream your game to twitch (www.twitch.tv). And yes, ShadowPlay can be also used as FRAPS (you can save the video on your hard drive and upload on YouTube for example ;)).
  23. Awesome mod, thank you Goblin !
  24. The M1151 HMMWV is armored in every place, see this picture: http://armytrucksinc.com/wp-content/gallery/inventory/2.%20HMMWV/003-800x600.jpg (294 kB)
×