Git Product home page Git Product logo

mass-effect-3-texmod-autoit-script's Introduction

Mass Effect 3 TexMod AutoIt Script

There are a lot of lovely high-resolution textures for Mass Effect 3 that you can apply by running the game with TexMod. However, it's a pain to manually load each texture in TexMod, hence this AutoIt script.

Usage

See a video of this in action on YouTube.

  1. Download autoit-me3-textures.au3 above.

  2. Use AutoIt to edit the file, changing the path to TexMod.exe on line 1:

     ShellExecute("C:\Users\sarah\Documents\Mass Effect 3 textures\TexMod.exe")
    

    You may also have to update the path to MassEffect3.exe on line 14:

     ControlSetText("Select Executable", "","[CLASS:Edit; INSTANCE:1]","C:\Program Files (x86)\Origin Games\Mass Effect 3\Binaries\Win32\MassEffect3.exe")
    

    Starting with line 31 are the .tpf texture files. If you use the same files as me, you won't need to edit these lines. Otherwise, you'll need to update these lines to tell TexMod which texture files to load. If there's a texture file you don't want to load, you can comment it out from the AutoIt script by putting a semicolon ; at the beginning of the line.

  3. Under the Tools menu, hit Build, which will generate autoit-me3-textures.exe. You'll only have to do this step once. In the future to launch Mass Effect 3 via TexMod with all your textures, you'll just run the generated autoit-me3-textures.exe.

  4. Put the generated .exe file into a folder with both TexMod.exe and all your .tpf texture files. Run the .exe file and it'll open TexMod, load MassEffect3.exe, load each texture file, and finally run Mass Effect 3 with all the snazzy textures applied.

Where do I get texture files?

I got all my texture files from this thread on the Bioware forums.

mass-effect-3-texmod-autoit-script's People

Contributors

cheshire137 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

scottxcn

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.