0% found this document useful (0 votes)
103 views3 pages

How To Dump and Repackage AGE DE For Modding

Download as doc, pdf, or txt
Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1/ 3

How To Dump And Repackage Forza For Modding

Disable Antivirus

Part 1-The Needed Items

Download and install the Windows 10 SDK from here and download the UWP dumper from here

Part 2-Permissions

Now the normal user doesn’t have or want to have access to the WindowsApps folder as they
probably didn’t even know it existed as its hidden. To see this folder follow these steps

Open file browser

Select View

Select hidden items under the show/hide button

Option 2

Open control panel

Select appearance and personalization

Select file explorer options

Find hidden files and folders in the View tab and select Show

Once you have done one of these options and can now see the hidden folders.

Navigate to the drive you installed FM7 onto for C: the WindowsApps folder will be “C:\Program
Files\WindowsApps”for any other drive it will be located in the root of the drive now give ownership
of the folder to the Administrators User Group by doing RightClick>Properties>Security>Advanced>
where is says owner click the change button and type in “Administrators” Tick the box that just
appeared under where is says owner then click apply.

Part 3-dumping

To dump the game you need at least 100gb free on the drive that FM7 is installed on as I mentioned
earlier The dumping process is really easy it just takes time. The steps to dump the game are:

Load FM7

Run the dumper as administrator(in the same folder as the dll from the zip file)

type in the number corresponding to forza motorsport 7


You will see blue text come up showing file sizes and number of files to move just wait until this is
done. It will open a file explorer window to the location it dumped to.

Part 4-Creating the APPX

To create the APPX file the windows SDK needs to be installed you can get it from Part 1

Browse to the SDK install folder which is called “Windows Kits” navigate through until you find the
correct folder containing the files choose the 64/32bit folder depending on your system.

Open a powershell window and use the command: cd “C:\Program Files (x86)\Windows
Kits\10\bin\10.INSTALLEDVERSION\x64”

To make the appx use the command ./MakeAppx pack /d “LOCATION THAT OPENED FROM THE
DUMPER” /p “WHERE_YOU_WANT_APPX\FM7.appx" keep the quotes around the paths or it wont
work(This takes time. It may look like its not doing anything but trust me its doing what it needs to)

Part 5-Signing the appx

Open a file explorer to “C:\Program Files (x86)\Windows Kits\10\bin\10.INSTALLEDVERSION\x64"

create the right certificates to allow installation of the appx How you make the certificates: Run
these three commands in an administrator powershell window

> cd “C:\Program Files (x86)\Windows Kits\10\bin\10.INSTALLEDVERSION\x64”

> ./MakeCert /n “CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington,


C=US” /r /h 0 /eku “1.3.6.1.5.5.7.3.3” /e 12/12/2030 /sv MyKey.pvk MyKey.cer (choose none when
the password window pops up)

> ./Pvk2Pfx /pvk MyKey.pvk /spc MyKey.cer /pfx MyKey.pfx

This will create 3 files inside the directory that I told you to open earlier 2 of the files are called
MyKey and the third is called MyKey.pvk

Move these files to somewhere you know they will be safe

Open the two files that are not the .PVK and install them to local machine then “Trusted Root
Certification Authorities”

To sign the appx to allow it to install run this command filling in the blanks with your own
information: ./SignTool sign /a /v /fd sha256 /f "LOCATION OF THE 3 FILES MADE
EARLIER\MyKey.pfx" "WHERE_YOU_WANT_APPX\FM7.appx"

This will take some time so just allow it to run i can assure you it has not frozen the command
window does not change any until it is complete

Part 6-Installation

Delete your current FM7 install

double click on the appx and install


Part 7-Fun?

Now that the game runs and its possible to edit the files you can download some premade mods or
start to create your own

You might also like