MKX ModInstaller [OUTDATED!]

Post Reply
User avatar
rizzn
Apprentice
Posts: 122
Joined: Fri Sep 27, 2013 6:07 am
Side: Darkness
PSN: rizzn1
Location: GER

MKX ModInstaller [OUTDATED!]

Post by rizzn »

THIS IS OUTDATED!
Use the GUI version instead: http://www.mksecrets.net/forums/eng/vie ... =97&t=8016
This is a simple extendable batch installer for MKX mods. Sadly the trainer from Lord Dragu didn't work on my machine. :( So I wrote my own little script to install multiple mods without re-copying the files manually.
Configuration
1) Drag the "MKX_ModInstaller" folder to a directory of your choice
2) Open the "Install.bat" and "Restore.bat" with right click and "Edit"
3) Adjust the following variables for your machine:

Code: Select all

set gameDir="C:\Steam\SteamApps\common\MK10\Asset"
set scriptDir="C:\Path\to\your\MKX_ModInstaller"
(gameDir variable must point to the "Asset" folder!)

Installation
1) Copy your character .xxx files to the folder called "Mods"
2) To activate a mod for installation, also add the filename to the "Mods.txt"
3) Run Mortal Kombat X
4) Run "Install.bat"
Important
On installing the script automatically makes a backup of the original game files by copying them to the "Temp" folder. If you run the "Restore.bat" all original files get moved back to your Steam folder and the mods get overwritten again.

If you want to be safe, test it with one or two mods and make a seperate backup of the original files to make sure your directory names are set correct.

//Edit: Updated the script to fix an error if gameDir/scriptDir pathes contain spaces.
Attachments
MKX_ModInstaller.zip
(1.24 KiB) Downloaded 744 times
Last edited by rizzn on Sat May 30, 2015 5:46 pm, edited 3 times in total.


Image Image Image
User avatar
UncleFestor
Grand Master
Posts: 620
Joined: Wed Aug 21, 2013 11:56 pm
Side: Darkness
Contact:

Re: MKX ModInstaller

Post by UncleFestor »

Thanks for this.
Check out my Youtube Channel : https://www.youtube.com/user/unclefestorable
User avatar
BlueTheReptar
Mortal
Posts: 16
Joined: Sun Apr 26, 2015 10:20 pm

Re: MKX ModInstaller

Post by BlueTheReptar »

Can't get it to work. Everything seems set-up right.
User avatar
rizzn
Apprentice
Posts: 122
Joined: Fri Sep 27, 2013 6:07 am
Side: Darkness
PSN: rizzn1
Location: GER

Re: MKX ModInstaller

Post by rizzn »

BlueTheReptar wrote:Can't get it to work. Everything seems set-up right.
Make a zip file of the "MKX_ModInstaller" folder and upload it if you want. I'll have a look at it then.
Image Image Image
User avatar
BlueTheReptar
Mortal
Posts: 16
Joined: Sun Apr 26, 2015 10:20 pm

Re: MKX ModInstaller

Post by BlueTheReptar »

User avatar
rizzn
Apprentice
Posts: 122
Joined: Fri Sep 27, 2013 6:07 am
Side: Darkness
PSN: rizzn1
Location: GER

Re: MKX ModInstaller

Post by rizzn »

I checked your files and the path to gameDir/scriptDir contain spaces. Try to set them in quotation marks.

Code: Select all

set gameDir=C:\Steam\SteamApps\common\MK10\Asset
becomes this

Code: Select all

set gameDir="C:\Steam\SteamApps\common\MK10\Asset"
Tell me if this works. :)
Image Image Image
User avatar
BlueTheReptar
Mortal
Posts: 16
Joined: Sun Apr 26, 2015 10:20 pm

Re: MKX ModInstaller [Updated]

Post by BlueTheReptar »

Alright, thanks!
Post Reply

Return to “Mortal Kombat X PC Modding Tools”