Ding1961 Posted May 10, 2012 Posted May 10, 2012 As per Gandalf's recommendation I am creating this thread. Here is a simple batch file for using Texmod with Mass Effect 3 that makes all of the file renaming for you. I have used it and it works well for me. Copy and paste it in Notepad and rename the extension to ".bat". You can save it to your desktop and run it from there. If your install directory is different, you have to change the directory to the appropriate directory. I did not create the file, I merely edited it for my setup. @ECHO OFF ECHO Run Mass Effect 3 with Texmod? SET /P X=(Y)es or (N)o? IF /I "%X%"=="Y" goto :Yes IF /I "%X%"=="N" goto :No GOTO END :Yes ren "C:\Program Files (x86)\Origin Games\Mass Effect 3\Binaries\Win32\MassEffect3.exe" "MassEffect3_tmp.exe ren "C:\Program Files (x86)\Origin Games\Mass Effect 3\Binaries\Win32\Texmod.exe" "MassEffect3.exe" ECHO Files renamed! Please start your Mass Effect 3 in Origin now. PAUSE ren "C:\Program Files (x86)\Origin Games\Mass Effect 3\Binaries\Win32\MassEffect3.exe" "Texmod.exe" ren "C:\Program Files (x86)\Origin Games\Mass Effect 3\Binaries\Win32\MassEffect3_tmp.exe" "MassEffect3.exe" ECHO Filenames restored! Now you can start Mass Effect 3 with use of TexMod. PAUSE GOTO END :No "C:\Program Files (x86)\Origin Games\Mass Effect 3\Binaries\Win32\MassEffect3.exe" :END
Recommended Posts
Archived
This topic is now archived and is closed to further replies.