File information

Last updated

Original upload

Created by

RandomPal

Uploaded by

RandomPal

Virus scan

Safe to use

Tags for this mod

29 comments

  1. SatanVsSanta
    SatanVsSanta
    • member
    • 4 kudos
    If you would like to have fireflies for 23 hours a day, I have isolated the code for you to change using the Construction Set:

    The script you need to change:

    RP_bugs_NightActivate

    The code you need to change:

    if ( GameHour < 18 )
        if ( GameHour > 6 )
            set toEnable to 0

    The above will disable fireflies from being active between the times of 6 pm and 6 am.

    The alteration will be:

    if ( GameHour < 5 )
        if ( GameHour > 6 )
            set toEnable to 0

    ...the above change turns fireflies off between 5 am and 6 am, and enables them the rest of the day.

    Now, you have fireflies for 23 hours a day!
  2. Elsky42
    Elsky42
    • premium
    • 8 kudos
    I love the mod but I can't get the fireflies to emit light. They should do that right? Edit: never mind.

    Great mod and strongly recommended to everybody. It has a great visual impact in many areas.
  3. Alicezap
    Alicezap
    • supporter
    • 2 kudos
    They are absolutely adorable, love them!
  4. pwnageking
    pwnageking
    • member
    • 4 kudos
    for clarification, TR_data is a requirement?
    1. BootlegPrincess
      BootlegPrincess
      • premium
      • 0 kudos
      No, this mod doesn't require TR_data. :)
    2. 1Mac
      1Mac
      • premium
      • 87 kudos
      BP is being cheeky. This mod requires Tamriel Data.
  5. Seichyn
    Seichyn
    • member
    • 4 kudos
    Are they suppose to have a collision box? Sometimes it's a bit awkward when they block the way..
    1. RandomPal
      RandomPal
      • premium
      • 330 kudos
      No they're not supposed to. They have no collision as far as I can tell, are you using some in-dev OpenMW build? Indev builds can sometimes handle stuff differently. Just a guess in any case.
    2. Seichyn
      Seichyn
      • member
      • 4 kudos
      Yea I do use 0.49 version; the one which is directly linked on official openmw website.
  6. sevenfm
    sevenfm
    • member
    • 2 kudos
    Maybe they shouldn't also fly in really bad weather, like, thunderstorms with lightnings etc.
    So I added the following condition to RP_bugs_NightActivate script to stop fireflies from flying in bad weather:
    if ( GetCurrentWeather > 3 )
    set toEnable to 0
    endif
    1. ODraws
      ODraws
      • member
      • 0 kudos
      Where do I find this script to change it? What file?
    2. RandomPal
      RandomPal
      • premium
      • 330 kudos
      Added this feature.
    3. Delta77777777
      Delta77777777
      • member
      • 23 kudos
      You're awesome sevenfm.
      Great idea!
  7. sevenfm
    sevenfm
    • member
    • 2 kudos
    Do they have physical bodies, preventing player from moving, like in FIM?
    1. RandomPal
      RandomPal
      • premium
      • 330 kudos
      No, they're just visual effects.
  8. Pushkatu
    Pushkatu
    • premium
    • 455 kudos
    Really cool. Can it be used in together with the Glowbugs mod? Thanks for sharing! 
  9. GrumblingVomit
    GrumblingVomit
    • premium
    • 58 kudos
    OpenMW user here, thank you very much for this!
  10. wazabear
    wazabear
    • premium
    • 37 kudos
    Excellent. Now we require toads to eat them to control the firefly invasion.
    1. GrumblingVomit
      GrumblingVomit
      • premium
      • 58 kudos
      If you are looking for a toad mod: Dragon Toads