This page was last updated on 02 April 2024, 4:40AM
Changelogs
Version 1.3.2
Follower's movement control has been improved.
After ending a city travel in a tavern, the follower does activities like sitting and eating.
The issue of the follower not traveling to cities where their default innkeeper is replaced by another NPC has been fixed.
The issue of the follower stops traveling and starts following the player normally after commenting in places like caves and dungeons has been fixed.
Version 1.3.1
The "Lead on" option now allows the follower to lead the player to the bosses in their current locations.
The issue of the follower not being able to pass through doors and sneak while executing the "Lead on" command has been fixed.
Version 1.3.0
Added a new dialogue option to make the follower walk in front of the player.
Version 1.2.6
Follower's movement control has been improved.
Script files are packed into a BSA file.
Version 1.2.5
The issue where the follower would return through a door after the player starts moving has been partially fixed (The follower will now only return through the door if the player starts moving backwards).
When the player moves backward, the follower returns to the player.
Version 1.2.4
Follower's behavior of stopping with the player has been improved. This helps to eliminate the need to move when passing through doors with the follower.
Version 1.2.3
The issue of the follower not following the player after reaching the destination has been fixed.
Version 1.2.2
When the player stops moving, the follower returns to the player.
Version 1.2.1
Follower now escorts player instead of traveling.
Version 1.2.0
Follower now adapts player's movement (walk/run).
Version 1.1.4
The issue of the follower headtracking the player when behind them has been fixed.
Version 1.1.3
Due to not appearing of the "I'll follow you..." dialogue option in some situations, its code has been moved back into its previous files.
Version 1.1.2
Created a new script file named IFY_RefreshLocationScript instead of modifying the existing script files QF_BQ01_00095125, QF_BQ02_000BD77F, QF_BQ03_000BD78C and QF_BQ04_000CBA9A to avoid conflicts with other mods that might modify them.
Version 1.1.1
Created new script file named IFY_FollowerAliasScript, instead of modifying an existing script file named FollowerAliasScript, to avoid conflicts with other mods that might modifies it.