File information

Last updated

Original upload

Created by

Rolaz Laguna

Uploaded by

RolazLaguna

Virus scan

Safe to use

8 comments

  1. luvmachine20
    luvmachine20
    • premium
    • 0 kudos
    Hi there, first would like to thank you for your time on this mod. I always thought cranberry island should be a settlement. 

    I am having a hard time getting the concrete pile and door to fix upon activation, making the fog condensors and interior cell essentially inaccessible. I was curious if you knew of a fix or if anyone else has had issues with this as well. 

    I have the mod on the bottom of my load order and used vortex for download.

    Thank you for your time! 
    1. RolazLaguna
      RolazLaguna
      • member
      • 6 kudos
      Yes, someone else had this error. I thoroughly tested it and could not reproduce it. At the end, it seems to be related to the game version: this mod was created with OLD gen.
      You could also use coc RLZCranberryINT.
      Here is the script attached to the concrete pile:
      Spoiler:  
      Show

      scriptname RLZ:RLZconcretepilescript extends ObjectReference

      objectreference property intmarker auto const
      objectreference property destdoor auto const
      objectreference property newdoor auto const
      message Property removemsg auto Const

      ObjectReference Property LightToDisable01 Auto Const
      ObjectReference Property LightToDisable02 Auto Const
      ObjectReference Property LightToDisable03 Auto Const

      Event Onload()
          setActivateTextOverride(removemsg)
      Endevent
      Event OnActivate(ObjectReference akActivator)
          if akActivator == Game.GetPlayer()
              Game.Getplayer().moveto(intmarker)
              destdoor.disable()
              newdoor.enable()
              LightToDisable01.disable()
              LightToDisable02.disable()
              LightToDisable03.disable()
              self.disable()
          endif
      endevent
  2. smrdutyskunk
    smrdutyskunk
    • member
    • 0 kudos
    Very sorry, but I cant find "a logical place" and install fog generators. One hour i finding, please where is it ? Its not possible find !
    1. RolazLaguna
      RolazLaguna
      • member
      • 6 kudos
      Did you check exhaustively the kind of bunker were all ghouls were trapped?
    2. smrdutyskunk
      smrdutyskunk
      • member
      • 0 kudos
      its full of concrete ruin, but i go return there and check it repeatly, thanks for tip, now i have new hope :) :) 
    3. RolazLaguna
      RolazLaguna
      • member
      • 6 kudos
      Let me know if you figure out (but please do not reveal here the solution :) ).
    4. smrdutyskunk
      smrdutyskunk
      • member
      • 0 kudos
      Thanks much, yes, I found it, but maybe error stay, i write You mess with screens. :) 
  3. Drivinghard
    Drivinghard
    • member
    • 10 kudos
    Far Harbor has been utterly neglected by modders so far