Texmod Exe Download

< Player-made Modifications
  1. Textmods
  2. Exe File Opener

Patch 1.3: Custom Textures + TexMod: http://www.nfscars.net/file/view/mostwanted. Rename TombRaider.exe to TombRaiderOriginal.exe; Rename Texmod.exe to TombRaider.exe Launch the game via Steam, it should execute Texmod instead of the game. Note: No launch the.exe within the games folder launch it through the TR-link from the desktop. Click on the folder icon below “Target Application” then select your TombRaiderOriginal.

Warning: Directly modifying the Guild Wars program files through any third party tools is completely unsupported by ArenaNet and NCSoft. If anything breaks, do not contact support for help; there's nothing they can do about it. Also, third party programs not supported by ArenaNet might contain trojans, spyware, adware, and other harmful programs. See also: ArenaNet Response.


  • 1TexMod
    • 1.1TexMod Manual
    • 1.2Running a Mod
    • 1.3Creating a Mod
  • 2FAQ

TexMod[edit]

TexMod is a third-party tool that can be used to alter textures in games rendered with DirectX 9.0. For more information on TexMod and other related tools please read about graphic manipulation here.

TexMod can be downloaded here.

TexMod Manual[edit]

(This information is copied from the Readme.txt file inside the Texmod download.)

TexMod Beta Version

TexMod is a utility to find, save and modify Direct3D textures in DirectX 9.0 or greater(!) applications. In order to share and distribute texture modifications, changes are compiled into a file known as a 'package' and is saved with a .tpf extension. The benefits of TexMod are that you don't have to modify any game files and you don't require any specific modding tools.

Modes[edit]

The application interface offers three modes:

  1. Package mode: add package files to a list and load them into the selected application.
    • Packages on top of the list are loaded first. Change the package order to prioritize a package if it changes the same texture as another one.
  2. Logging mode: choose between several options and start the selected application in logging mode. You can browse through all loaded textures of the application and save the selected one in the output folder.
    • For every saved texture a line will be appended to the texmod.log file in the output folder in the format the Package Builder expects it.
  3. Build mode: create a package by selecting a definition file (e.g. an automatically created log file) and entering your name and a comment, which both will be shown when opening the package in the package mode.

Please note: This is an early beta version and does not offer application specific fixes. Don't be surprised if your application crashes or shows other strange behavior and expect a slight performance drop, especially when you use the logging features.

Definition file syntax[edit]

The definition file, which contains a checksum and a path to a texture file has to look like this:

If the checksum is in hex format, it has to start with 0x, e.g. 0x00ABCDEF.The file path has to be absolute. (The manual allows for relative paths, but they don't work with Guild Wars.)

Controls in logging mode[edit]

All controls are located on your numpad.

KeyFunction
+select next texture
-select previous texture
*filter drawn textures. Only filtered will be selectable.
/reset filter mode (show all textures again)
,reload the replacement definition file (reload modified textures without restarting your application)


Visual Guide

Running a Mod[edit]

  1. You will need a .tpf file, which is a file containing all the edited textures. These can be downloaded on many Guild Wars fansites, as well as the modifications located in Shared Player Content on this wiki.
  2. Once you have your mod file and TexMod downloaded, unzip and run TexMod.exe.
  3. Click the big folder icon in the Target Application section and select Browse.
  4. Find your Guild Wars folder and select your Gw.exe (usually located within 'C:Program Files').
  5. Switch to Package Mode (should be default).
  6. In the Select package section press the small folder icon and find the .tpf file(s) you want to use and select it.
  7. Once all the mods you wish to run are in the list, press Run and the game will launch. Enjoy.

Saving a preset template[edit]

  • Using uMod v1.0, you can save a template of mods that you always want to launch with the game. Find the instructions here.

Note: When multiple mods try to change the same texture, the one that is higher on the mod list takes priority. If this mod is turned off, the texture reverts to the game default instead of the other mod(s) that would change it.

Creating a Mod[edit]

  1. Open TexMod.
  2. Click the big folder icon on the Target Application section and select Browse.
  3. Find your GuildWars folder and select your gw.exe.
  4. Switch to Logging Mode.
  5. Select the options you want. I would advise you to keep 'Show Texture on the upper left corner' and 'Replace Texture (with a green texture)' on.
  6. Select the Output format you want (see the table below).
  7. Select the Log with button (Something that isn't bound to anything else e.g. F8). Pressing this button will cause TexMod to extract a texture when the program is loaded.
  8. Select a folder you can find easily as the 'output folder'.
  9. Press Run.
  10. Keep pressing '+'(Numpad) until you find the texture you want (Notice the selected texture becomes green) and press the 'Log with' key to export it.
  11. Close Guild Wars and go to the output folder, there should be an image and a TexMod.log file.
  12. Edit the image all you want but leave the dimensions and name of the image alone.
  13. The log file contains the references to the extracted files that TexMod will later use to build the packages. The textures are listed in it in the following format:
    • memory address|path to file
    • eg. 0x11C1E5BA|[path]GW.EXE_0x11C1E5BA.dds
  14. If you ended up capturing more textures than you want to use, you can edit the log file in Notepad or similar plain text editors to only contain the texture references you want to use in your mod.
  15. Go back to TexMod and press the 'Package Build' button.
  16. In the Definition File browse to the Output folder and select the TexMod.log file that accompanied your edited texture.
  17. Enter your name and some comments (e.g. what you changed).
  18. Press Build. A new window will open up and ask you to specify a name and a place to save it. Give it a name and press save.
  19. The Build Status shows you the progress. If all goes well, you will see 'Success!' After the package is built, it can be loaded like any other mod.
  20. (optional) Upload your project to share it with others and link your download file to the appropriate Shared_Player_Content index.

Output Format[edit]

When extracting textures using TexMod, there are a variety of different file types to choose from. This table will try to show which is best for specific uses.

2 textures have been extracted, with various formats.

  • 0xF614EDF7 is a Paragon armor texture
  • 0xE730F7C3 is a small UI element

0xF614EDF7

BMPJPGPNGDDSTGA
File size1025kb53kb379kb342kb1025kb
Alpha ChannelYesNoNoYesYes

As seen here, the ideal filetype to use (if possible) is .dds. It has the smallest filetype which supports alpha (a.k.a transparency), and is the native texture format which Direct3D uses. This means that using .dds does not require your video card to do additional conversions to display your texture, using even less memory and bandwidth compared to the other formats. If your image editing program does not support .dds, plugins can be easily found for Photoshop, Paintshop Pro, and GIMP.

0xE730F7C3

BMPJPGPNGDDSTGA
File size5kb1kb2kb5kb5kb
Alpha ChannelYesNoNoYesYes
TransparencyYesNoYesYesYes

For small textures without a reflection map, the difference is negligible. While .png has a smaller file size and supports transparency, due to its lack of alpha channel it selects black as the color which denotes transparency. Because of this, you may find that .dds is preferable. Despite the slightly larger file size, it includes an alpha channel and requires no additional conversion by the video card to display the texture.

Note, that you can still include transparent .png images in your mods, where the transparency is included in the image itself, instead on a separate Alpha channel.

It is recommended to avoid .jpg format despite its low file sizes. The small size may look attractive, but this format greatly degrades the quality of the image, leading to highly noticeable imperfections in mods, while also lacking transparency features.

It is worth noting that the .dds compression format is not lossless, and can result in some quality degradation. If artifacts are rendered, be sure to save the file uncompressed.

Additional Notes[edit]

Fixing the 'shiny' effect the hard way
  • Depending on the filetype and image editor used, some textures will show a 'shiny' effect in-game when modded. This is either caused by the filetype or the image editor not supporting alpha channels. (IE, JPG format, or editing with MSPaint.) As mentioned above, the ideal filetype to use for modding is .dds. If this is not possible, you can also try editing with BMP. If your textures are still shiny while using BMP, the problem is more than likely the image editor itself rather than the filetype. At this point, there are two options. One is to use an image editor which supports alpha, such as Photoshop, or Paintshop Pro. If you're interested in going this route, The GIMP, which is a free image editing program similar to Photoshop, may be downloaded from here and .DDS plugin here. If you'd rather not use a different image editor, you can then solve this problem by replacing the reflection texture of the original texture with a plain black one (see image). This fix should only be used as a last resort, as doing this will completely remove any shininess the texture once had, and may leave your mod looking dull, or flat.
  • If you are unsure of how to use GIMP to edit a mostly-transparent armor or other texture, the following process does work.
  1. Capture the texture you want as a .dds, and save to your folder of choice.
  2. Capture the texture AGAIN, this time as a .bmp to another location.
  3. Open the .BMP in Microsoft Paint to remove the Alpha layer, then edit this file using whatever editing software you prefer.
  4. With the edited file open, select the entire image (control + A) and copy it (control + c)
  5. Open the .dds with GIMP
  6. Select the background layer in the layers palette. Above it, there will be a small checkbox that locks the Alpha layer. Make sure this is selected
  7. Select the brush tool, then in the brushes palette below, click the image of your texture. GIMP allows you to use images on the clipboard as a brush
  8. Carefully align the dotted outline of the brush over the image, and click once. If you see some of the semi- transparent pieces shift, then undo and try again
  9. Save the file, and package your Texmod
  • On a laptop you will have to press the function (Fn) key to access the numpad, the numpad keys are typically written in blue below the normal function.
  • Plain text cannot be replaced with TexMod.
  • In the case of overlapping textures, the .tpf applied first will show.
  • Video on how to make mods (using .bmp image format, as opposed to the suggested .dds)

Scaling Behavior of Graphics[edit]

Scaling test screen.

The following test results may help you when modding the extracted graphics. As you can see in the screenshot, the size of the edited graphic is not equivalent to the in-game rendered graphic. The origin graphic is scaled linear in X- and Y-axis, however not all over.

Due to the test, the scaling behavior is as follows:

Note: All pixel values refer to the origin graphic.

Origin graphics with height <= 32 pixels (eg.: buttons, inner frames, head of window panels):

  • An area of 10 pixels length from the left and right border is not scaled.
  • The remaining inner area is scaled linear in X-axis only.
  • As an exception frame elements behave like origin graphics with height >= 64 pixels despite the non-scaled-corner-area is 10x10 pixels.

Origin graphics with height >= 64 pixels (all panels eg.: party window panel, inventory):

  • An area of 40x40 pixels in each corner is not scaled.
  • Starting from this non-scaled-corner-area a stripe of 40 pixels height (in Y-axis) is scaled linear in X-axis only (Y-axis remains as in the origin graphic) and vice versa.
  • The remaining inner area is scaled linear in both axes.
  • As an exception elements like the radar are scaled linear in both axes all over.

FAQ[edit]

Modifications to Guild Wars[edit]

  • What does ArenaNet say about all of this, will I get banned?

Textmods

ArenaNet Response
  • Are mods permanent?
Download
No. Any modifications must be run through TexMod every time, and no changes are made to any Guild Wars files.
  • How can I remove a mod?

Exe File Opener

Run Guild Wars normally.
  • Can I create new models / new UI elements?
No. TexMod only supports modification of existing textures, and can not access model data.
  • Can other people see my mods?
If they have the same mod active, then yes. Otherwise, no, only you will be able to see the changes.
  • Where can I find mods other people have created?
A list of player-made modifications can be found in Shared Player Content.

Requirements and Options[edit]

  • What version of DirectX is required?
Texmod currently requires at least DirectX 9 (or higher) to run. In particular, DirectX 10 and 11 are ok.
  • Can I use Guild Wars command line switches with TexMod? (such as '-password' or '-noshaders')
TexMod does not yet support command line switches.

Troubleshooting[edit]

Note: Most all antivirus software will detect TexMod as a 'virus, backdoor, or suspicious'. These are known as 'false positives' and can normally be ignored AT YOUR OWN RISK. To be sure that your copy of this software is safe, verify one of the checksums in the section that follows.

  • What are some common troubleshooting tips?
  1. Check your security software: Add Texmod to your anti-virus/security software's allowed or exceptions list (or disable it temporarily for testing).
  2. Ensure you have the most recent version of Guild Wars: Run gw.exe with the '-image' argument (without TexMod running).
  3. Replace your mods/software: Re-download Texmod and/or the mods you wish to use (don't forget to confirm the checksum; at the bottom of this page).
  • I downloaded an armor/weapon reskin, why isn't it working?
Many armor/weapon reskins only work if the item is a specific color to start with.
  • I get a strange error message, with the text 'D'OH'. What does it mean?
This is a general error message used for nearly all exceptions - as TexMod is beta software, error handling isn't up to par.
However some known instances where this error may occur are:
  1. After being browsed to, gw.exe can no longer be found in that location.
  2. One or more of the selected .tpf files can no longer be found or are corrupted and cannot be run.
  3. A virus scanner has blocked TexMod's access to the gw.exe file. If you are using a virus scanner or other malware protection software, it could be detecting TexMod as a threat (see below). Turn your virus scanner off, then use TexMod. Once Guild Wars starts, you should turn your virus scanner back on.
  4. Try running TexMod as an administrator, especially for Windows Vista or Windows 7.
  • My anti-virus/anti-malware software claims that Texmod has a trojan in it. Is this true?
If your anti-virus/anti-malware program uses heuristic detection, a program's ability to modify the way another program works, it might detect TexMod as a trojan. These scanners cannot tell good modifications from bad ones. TexMod is a probable false alarm, since the basis of it is to modify how a program runs by replacing textures that the program uses. To verify that you have a valid copy of TexMod, compare the checksum of your downloaded zip file or texmod.exe with the known good checksums (see bottom of page).
  • I followed all the directions, have DirectX 9 installed, and nothing changes. Why?
TexMod requires a graphics card that is fully DirectX 9 compatible in order to work. Older graphics cards do not have the ability to fully use DirectX 9. This means that some programs that require it may not function properly, including Texmod. In addition, if a new Guild Wars.exe build comes out, it will restart Guild Wars, which means that Texmod will no longer be modifying the game. If this occurs, simply close Guild Wars and re-run it via Texmod.
  • TexMod used to work. Now it doesn't. Was there an update? Did an update to Guild Wars cause it to stop working?
TexMod has not been updated in several years; you almost certainly have the latest version. There is very, very little chance that an update to Guild Wars will cause TexMod to stop working. The most common reasons that TexMod might suddenly stop working are:
  • You changed anti-virus software or a recent (usually automatic) update to the software requires that you tell it that TexMod is okay.
  • TexMod points to an outdated version of Guild Wars; update gw.exe to the latest version.
  • Without realizing, you moved files around on the computer and TexMod cannot find them. There are many ways to resolve this; the simplest is to reinstall TexMod and/or the mods.
  • While rare, it is possible that updating the Guild Wars client while TexMod is running can cause TexMod to stop working properly. A possible fix is to run Guild Wars with the -repair argument. If problems persist, try using the -image argument.

Checksum[edit]

FileMD5SHA1
Zipped2291f3095f14efb847d366e2fbe4be51c05a59ef20c5cb682230de2be9973945562ab86d
Unzipped Texmod.exe3a561b80cfba394a810d528d4c05dc7e6da72f02cb63e04210d590213073ec677bdd20fd
  • Online tech-tips provides a basic overview of checksums.
  • You can download a simple utility from CNet or upload a file here to calculate the checksum. Various anti-viral programs (e.g. AVG) also provide checksums automatically on files on their exception lists or that are tagged as potential threats.
Retrieved from 'https://wiki.guildwars.com/index.php?title=Player-made_Modifications/TexMod&oldid=2662019'
Page 1 of 1
[ 4 posts ]
Print view
Previous topic | Next topic
AuthorMessage
Posted: Sat Jan 30, 2010 1:01 am
Gamer Lv:0 Exp:10%

Joined: Mon Feb 15, 2010 2:23 am
Posts: 13
Good morning
Like the heading says it comes to steam games and TexMod.
It is well known that several coaches Mod often FUNZ at SteamGamens.
The problem I had yesterday. I've pulled myself (thanks to Nude Mod ) a nude patch for ME2 (Extreme Nude Mod by Extasy).
Although I could charge the nude patch via TexMod to start the game but the patch did not work.
So I've googled a bit and found a very simple solution for this.
TexMod Copy patch to the game directory.
Texmod.exe rename the original. Exe of the game (eg MassEffect2.exe)
the original. Exe name not start anything else (eg MassEffect2v1.exe)
The game over Steam and see TexMod since opened itself.
Then, just as usual. Exe of the game selecting and loading the mod. Done
If this is already common knowledge, please, Sorry for the mindless then Fred.
Thanks
Moe


Top
Posted: Tue Feb 02, 2010 10:38 am
Gamer Lv:0 Exp:0%

Joined: Wed Nov 17, 2010 9:09 am
Posts: 2
Hi blahblub
Ne Your comment is pointless, so I feel this is at least Sun The TexMod one should actually always install in the Games directory, for the game, what the mod actually meant, or where you might file another.


Top
Posted: Fri Feb 05, 2010 2:30 pm
Gamer Lv:0 Exp:0%

Joined: Sun Dec 05, 2010 11:44 pm
Posts: 2
As far as I weiu, the tip was not mentioned here.
From this already Thanks .


Top
Posted: Tue Feb 09, 2010 9:36 am
Gamer Lv:0 Exp:0%

Joined: Fri Oct 15, 2010 12:35 pm
Posts: 4
Hi liquid jesus.
1) When you start TexMod you have at the top of Which area is called Target Aplications.
Here you need to select the. Exe File Which starts the game.
Importent: Do not select the launcher if there is on. Select the main. Exe file.
2) Now go to the lower area Which is called Select Packages.
Here you need select the Sun. Tpf file.
Go to the first four of the butter in the center of this area of the Selct. Tfp file. Now the file name should be listed in the left area.
3) Now click at the button run in the buttom of this site from TexMod.
The program will change the TexMod grafictextures during the runtime of the game. And TexMod can only change the textures Which is made for the texmodfile.
For example If you wear clothing Texmodfile A and the B is made for clothing than you will not see any changes because you wear the wrong clothes.
You need to wear the same clothes Which were used for the Texmodfile.
Here in the Download Area you can find many mods for Sudeki and one or two big packs Which mods have many single packed to one big pack.
You can load many. Tpf files at the same time.
When two or more tpf files change the same texture then the order is important.
In TexMod you have in the middle two arrows.
One shows up and the other down.
Which you can change the arrows this order. The mod who is at the top of the list have the higher priority.
When Mod A and B change the same texture but you will have to see mod than B Mod B need to be higher in the list than Mod A.
Or if you want to have to show mod A, than Mod A need to be higher in the list.
So you can load more tpf files and change the priority in Which the mods will be to see when two or more mods change the same textures.
Sorry for my english.


Top
Page 1 of 1
[ 4 posts ]