Jump to content

Locklear

Former Developer
  • Content Count

    313
  • Joined

  • Last visited

  • Medals

Everything posted by Locklear

  1. Glad to help. Please let me know if any problem persists.
  2. Thank you for reporting he bug. The camo selection was indeed missing in the last LOD, so I fixed it. It should be all right in the next dev build.
  3. Locklear

    Adding facewear

    Facewear is configured as Goggles, so you use the addGoggles command to add a facewear to a unit. So if you for example want to use black variations of Beanie and Bandanna, add following to the character's init in the editor: this addHeadgear "H_Watchcap_blk"; this addGoggles "G_Bandanna_blk"; Please note that for FIA characters, you need to disable Headgear/Facewear randomization as well, so the init above would look like this: this setVariable ["BIS_enableRandomization", false]; this addHeadgear "H_Watchcap_blk"; this addGoggles "G_Bandanna_blk";
  4. Locklear

    Post your countries traditional music

    What a wonderful thread, thanks for this. I, personally, love Finnish folk, but as I listened to some Swedish music above, I found out it suits my taste as well. Let me share something Czech with you. These are not traditional per se, but they are so deeply influenced by our traditional music that they certainly have their place here. For the first one, I love the drive of the song, and the lyrics kinda rule. And the second one, for sake of having something calmer here, too. When I listen to this piece, I am always carried away by its melodies…
  5. It is possible, I have provided a solution here: http://forums.bistudio.com/showthread.php?179759-How-to-override-random&p=2721286#post2721286.
  6. Locklear

    Tenets of a good Zeus - hints/advices

    Great suggestion, thank you. I'll pass it to Ghost, so his tips can be found more easily.
  7. Locklear

    Tenets of a good Zeus - hints/advices

    Concerning hints and advices for being a good Zeus, let me recommend you occasional #ZeusTips by @Ghostonex on Twitter. Feel free to ask him for more or for specific things which you find interesting, Ghost is more than eager to share his Zeus-related ideas. And his missions we play are quite enjoyable! :)
  8. Locklear

    How to override random

    Generating license numbers works differently, so the randomization cannot be turned off. Also, I am not aware of any way how to get the number of a vehicle. I'm sorry.
  9. Locklear

    How to override random

    As far as I know, it shall work. If somewhere it doesn't, feel free to let me know.
  10. Locklear

    How to override random

    The randomization script counts with a possibility to turn randomization off. If you want to do so, insert the following to the init of the character in the editor: this setVariable ["BIS_enableRandomization", false]; This way, the randomization script won't run and the configured headgear/facewear will be used. P.S.: The guerrilla1_1 uniform has been replaced by the new one, so the older version is no longer available.
  11. Thank you for noting this. We are aware of the issue and it will be fixed.
  12. If you mean the entities in "Try" part of the Arsenal, they basically have your current loadout, so either glasses from your profile, or the ones you selected in the Arsenal are used.
  13. lulz You never know what you find hiding in the configs. :oops: Anyways, glad to make you lol'd. :bounce3:
×