MHW Backup Guide

A guide on how to make an bat file that is a one click script to auto backup MHW save files to a folder.


Backup Setup

What you need

I recommend the following programs to make things easier.

  • 7-zip or WinRaR - You will absolutely need as it is required to make this work.
  • Notepad++ - Makes it easier to see the code. But Notepad does work aswell.
  • Notepad++
    7 Zip
    WinRaR

    Instructions

    In order to make this run smoothly, please follow the steps carefully.

    Step One

    To begin, let's make a new folder for where you want to save your backups for MHW. In this example, I will create a new folder for that in my external drive. You can put it in your documents or wherever you like, but for my example, i will choose my external drive. I will call this new folder..."Monster Hunter World Save Backups"

    Step Two

    Now open up Notepad++. If you have WinRaR, open that. But as for my example, i will be using 7zip.

    Now click on FILE and then click SAVE AS. Navigate to your desktop or wherever you want to put this .exe file. Name it as "MonsterHunterBackup.bat" and in the FILE TYPE dropdown, make sure its set to "All Types (*.*)" Then click save.

    Step Three

    Now you will need your steam ID, to find that...navigate to the following path:

            C:\Program Files (x86)\Steam\userdata
        

    The folder in this path with a bunch of numbers is your Steam ID. Keep this folder open for the next step.

    Step Four

    Copy the Code below and paste it into your newly saved file on Notepad++.
    Monster Hunter Backup Code
    Find the PATH=C:\Program Files (x86)\Steam\userdata\XXXXXXXXXX\582010
    In the code and replace the XXXXXX's with your steam ID from that folder in previous step.

    Step Five

    Now find the BACKUPPATH= and put your path for the savefolder you created in step one. For my example. My path will be: D:\Monster Hunter World Save Backups

    Step Six

    Save the MonsterHunterBackup file you created in notepad++ and then close the Notepad++ program.
    Double click on the new file you created and it should run its course. It should not take more than a few seconds.
    After that, check your backup folder to see if it has a new backup in it.

    If there is a save in there as a 7zip compressed file and two log files, then you did it correctly! Now you have a way to backup with ease.