Jump to content

msalaba

Premium Member
  • Posts

    10
  • Joined

  • Last visited

Nexus Mods Profile

About msalaba

msalaba's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Collaborator Rare
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. I'm having this issue as well trying to download Sim Settlements 2 and SS2 Chapter 2. https://www.nexusmods.com/fallout4/mods/47976 https://www.nexusmods.com/fallout4/mods/55817 I'm using Firefox 102.0.1 (64-bit) and downloaded via Vortex. Both Vortex and 7zip claim the downloaded archive file is corrupt. The strange this is if you change the file extension from .7z to .zip you can open and extract files from the archive without issue.
  2. ReferenceAlias extends Alias which extends ScriptObject. It doesn't have a Form so you can't get its form. You can either have your reference alias set properties on the quest script <dz_no_attacks_quest_script> that MCM can access or use the event I posted in your other thread. I forgot there was an MCM log. Thanks for the tip!
  3. In a "game start" quest, have this in the quest script: Event OnQuestInit() RegisterForRemoteEvent(PlayerRef, "OnPlayerLoadGame") EndEvent Event Actor.OnPlayerLoadGame(Actor akSender) ; player loaded game, do stuff EndEvent In the OnPlayerLoadGame event you can do is plugin installed checks and set properties or MCM mod settings. Which other scripts can use later. WSFW uses globals for this so the globals can be used with the condition system. I'm interested in how you setup GroupCondition 1. I was trying to figure out how yesterday... Every time I tried to test it, MCM said my config file was crap and didn't display until I commented out anything to do with display conditions.
×
×
  • Create New...