0 of 0

File information

Last updated

Original upload

Created by

Flashgreer

Uploaded by

flashgreer

Virus scan

Safe to use

Tags for this mod

About this mod

"Streamline your custom voiced followers in Skyrim! This Creation Kit Python script effortlessly integrates your followers with the vanilla framework, ensuring compatibility with popular follower management mods. Add your unique voice, enable marriage, and enhance your follower's functionality while maintaining flexibility for future updates. Unle

Permissions and credits
Transform your custom voiced followers effortlessly with the Follower Control Framework! This powerful script, tailored for use in the Creation Kit, ensures seamless integration into Skyrim's vanilla follower framework. Enjoy compatibility with popular follower management mods like NFF, EFF, and AFF. Auto-set properties make it a breeze to add custom voices, enable marriage, and enhance follower functionality. Empower your followers with simplicity and flexibility!


Instructions:

1. **Create a new quest in the Creation Kit.**

2. **Open the quest and navigate to the script tab.**

3. **Add the script "FG01_FollowerController" from the dropdown menu.**

4. **Right-click the script and choose "Edit Properties."**

5. **Auto-set properties by clicking "Auto-Fill Properties" (Ensure the fields populate).**

6. **Manually set:**

   - **Custom Voice: Choose your custom voice from the dropdown menu.**

   - **Marriage: Choose "VoicesMarriageAll" from the dropdown menu.**

   - **Integrated at Version: Set it to "1."**

7. **Save and close.**

**Using the Script:**

- **Recruit Follower:**

  - **In your player dialog topic, in the Papyrus Fragment area, type:**

    `(GetOwningQuest() as FG01_FollowerController).SetFollower(AkSpeaker)`

- **Dismiss Follower:**

  - **In the Papyrus Fragment area, type:**

    (GetOwningQuest() as FG01_FollowerController).DismissFollower(AkSpeaker)

- **Follower Follow:**

  - **In the Papyrus Fragment area, type:**

    (GetOwningQuest() as FG01_FollowerController).FollowerFollow(AkSpeaker)



- **Follower Wait:**

  - **In the Papyrus Fragment area, type:**

    (GetOwningQuest() as FG01_FollowerController).FollowerWait(AkSpeaker)

- **Follower Trade:**

  - **In the Papyrus Fragment area, type:**

    (GetOwningQuest() as FG01_FollowerController).FollowerTrade(AkSpeaker)


- **Follower Favor (Follow Commands):**

  - **In the Papyrus Fragment area, type:**

    (GetOwningQuest() as FG01_FollowerController).FollowerFavor(AkSpeaker)

Remember to save frequently in the Creation Kit.

**Q&A Section:**

**Q: Can I add this script to an existing follower mod?**

A: Absolutely! Attach the script to your follower's quest, configure properties, and use provided functions in your dialog topics.

**Q: Does this script work with custom follower frameworks?**

A: Yes, designed for compatibility with popular follower frameworks like NFF, EFF, and AFF.

**Q: Can I update my follower's features later without issues?**

A: Yes, this script allows for easy updates and advanced features without compromising compatibility with follower management mods.

**Thanks:**

Special thanks to Bethesda for Skyrim and the incredible modding community on Migal's Discord. Your support and creativity make Skyrim an everlasting
adventure!

Remember to endorse and share your experiences on Nexus Mods. Happy modding!