Jump to content

Zorkaz

Premium Member
  • Posts

    2425
  • Joined

  • Last visited

Everything posted by Zorkaz

  1. It's the main Fallout 4 folder (Usually the steam folder), not the personal windows folder.
  2. 2. Do all areas within the building perimeter need to be marked as the same location? Yes, at least if you wan't NPCs to sandbox in that area. Otherwise you can overlap the scrapzone with cells that have other locations attached.
  3. I don't know. I mean active mines are projectiles. Maybe Beth didn't include projectiles into the save file the way they would do with other peristent objects. Just a guess...
  4. You mean Mines or their Projectiles? Because mines themselves won't explode anyway. if you trigger them then reload a save, the mine will not be there. That's not only in your cell but is a known bug.
  5. Thanks for all the input. It was intended for the base flora that used a attached script. Basically I wanted to achieve something similar to Starfield and the Botanist perk, where you would get additional different items from flor as you leveled a perk up.
  6. What I meant was checking if the flora has been harvested. Because the activation script still works even if you have harvested it. Somewhere must be a perk associated with this, since the activation button disappears, even though the activation of a flora object is still possible.
  7. Is there a script command to check if a plant can be harvested? Like Event OnActivate.... If Plant.IsHarvestable()....
  8. As base objects I also made https://www.nexusmods.com/fallout4/mods/40821 as part of "Unfinished Projects" Yeah the cats wouldn't use the cat houses.
  9. So I used WWise to convert my audio into .wem, renamed it "456350239.wem" under Data/Sound/Soundbanks, yet it doesn't work. Any suggestions on why it might not work?
  10. Is there a mod that doesn't let you leave Far Harbor? Sort of like a challenge.
  11. Yeah there are tons of sound regions, responsible for ambience.
  12. Honestly this confused me even more :) The issue is that I'm trying to add new sounds to the Far Harbor forest regions but I don't want them to be on the coast. However there is only one big Far Harbor region so I tried creating a custom one which seemed to add new region data to the existing cells. I'll see how and what it does.
  13. I've done that in the past but I am still unsure. If I create a new region in Far Harbor (Or elsewhere) and it overlaps with another region... then suddenly in the CK and FO4Edit all the cells suddenly are marked as "Active / Changed" Does this break precombines or previs?
  14. Rad Doves or Sparrows are kind of missing from the game. Crows and Seagulls are fine but a bit more diversity would be great.
  15. In the cell data window. Where the lighting is. Below you can turn the Sky on and off, also the LOD.
  16. There are so many different layers of noise. Sometimes you can hear the sea from faraway. The wind also does play a big role as it's constantly loud. Not sure if a game like this can replicate it. In game it sounds like a pondwave, not enough bass...
  17. My bad. If it's a Const script it should be Sound Property TheSoundToPlay Auto Const instead of Sound Property TheSoundToPlay Auto
  18. I'm thinking about adding soundscapes to the sea so it sounds like you're in front of the Atlantic. But how does the sea sound? If I place sound markers near the shore, the further out you swim the less you'd hear them. I don't know maybe I should take a vacation and find out.
  19. First off: Wow, well done! Just placing the markers will take an eternity.
  20. I'd make a custom door without scripts to play the sound. In the Door window you can set which sound should be played upon opening and closing The door might be a boat model instead of an invisible activator (The latter requires some extra steps to create)
  21. Under Activators you can find and place a box called "Defaultemptytrigger", which is an empty triggerzone. You need to place adjust the volume of the box. Then you add a script that's like this Sound Property TheSoundToPlay Auto Event OnTriggerEnter (ObjectReference AkActionRef) If AkActionRef == Game.Getplayer() TheSoundToPlay.play(Self) Self.disable() Endif EndEventAfter that fill the sound property to the sound you want to play
  22. Deutsch kann ich zwar aber mit Blender kenne ich mich nicht aus
×
×
  • Create New...