ubisoft forums

Quick Suggestions

  • MarcoEnxuto360
    Original poster 7 posts

    Hi all,
    With the increase of storage amount needed for these games, a very popular solution is considered to combined all the storage into one.
    That feature on Windows is called Storage Spaces and with that we can optimize the usage all of the drives.
    Some AC games do not launch when installed in this solution. This happens because the audio files are not read from the drive.

    The solution 1:
    Create a union (kind of symbolic link) for those files in system drive mapped to a the location of remaining files that are in the Storage Space.
    The solution 2 (better one in my opinion):
    Create a fixed virtual disk file to be stored in Storage space and then mount it into system.
    To create a fixed virtual disk file, go to Disk Management

    • Browse to the Storage Space volume
    • Type the amount of storage
    • Select Create a VHD
    • Select VHDX
    • Pick fixed size

    Keep in mind, vhdx files are not physical drives so there isn't automount upon startup. If you want automount of the drive, create a task schedule with the following parameters:

    • Run when user is logged or not
    • Trigger - Run at startup
    • Action - Start a program, type "PowerShell" and in arguments place the following cmdlet "Mount-DiskImage -ImagePath "<The vhdx file path>"


    That's it.

  • Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.

    Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.

    Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.

Suggested Topics