======================================
RSBinTool    v0.9.0.0 - 07/11/07        Ben Laws (SteelIXB)   
DDSTool      v1.0.0.2 - 13/02/18        Dan Vystrcil
DDSTool.Util v1.0.0.1 - 13/02/18     
======================================
This software is to be used to work with Rail Simulator BIN files,
in particular, texture files.

======================================
Installation
======================================
Extract ALL files (making sure files that are in folders are still in their folders
when extracted) to ANY directory on your computer.

To verify you have installed it correctly, you should now have:
\Addins\DDSTool.dll
\Addins\DDSTool.Util.dll
\Languages\LangEN.xml
\PluginInterface.dll
\README.txt
\RSBinTool.exe         <-- MAIN EXECUTABLE
\RSBinTool.exe.config
\SerzTools.dll

======================================
HOW TO USE
======================================
1. Run 'RSBinTool.exe'.

2. 'File > Open', select a file you wish to modify.

3. 'DDSTool > Export to file...' to save the texture's data to DDS format. If the file
   contains multiple textures, you will be asked which one to export.

4. Edit the DDS file in your paint program (If you are asked if you want to load MipMaps, select 'no'). You do not have to keep RSBinTool open during editing.

5. Save the DDS with the *CORRECT* settings (look at the texture information in RSBinTool)
    - Generally, if the texture is uncompressed, it should be saved in 32bpp ARGB (even if there is no alpha channel)
    - Make sure you generate MipMaps (if given the option of how many, make sure it is of the same amount or greater than present already in the texture)
6. In RSBinTool, 'Tools > Import Data...'. Select your DDS file and click OK. 
   Select the texture you wish to replace (if the file contains multiple textures), and click OK.
7. If everything was done correctly, you will receive a message saying so.
8. You will need to save changes to the file ('File > Save' or 'File > Save As...').

Any problems, please post them in this topic:
        http://forums.uktrainsim.com/viewtopic.php?p=902380#p902380
        Note: the post is still there but its very old now. 

======================================
CHANGELOG
======================================
DDSTool      v1.0.0.2 - 13/02/18    
DDSTool.Util v1.0.0.1 - 13/02/18   
  - Extended the DDS plugin to interact with DXT5 "HC_IMAGE_FORMAT_COMPRESSED_INTERP_ALPHA"
    The plugin will still support all the texture it was originaly designed to work with.

v0.9.0.0 - 7/11/07
  - RSBinTool is now actually a Multiple Document Interface
    This means you can now open a number of documents to work with

  - Support for 'Add-ins' that can be loaded into the program
    and can use tools within the program for manipulating BIN files

  - Support for new languages. Language XML files can be placed in the
    languages folder. Use LangEN.xml as a template to create your own.
    If you believe your language xml is complete enough to be included
    with the next release, PM me (SteelixB) on the UKTrainSim (http://www.uktrainsim.com)
    with the details, and I will give my email address so that you may send it.

  - XML Tool added to quickly create, open and save Serz.exe compatible XML files
    (Minimal support for XML formatting). If you would prefer a better XML editor,
    then google search for 'Notepad++'.

  - DDSTool: Supports more than one texture present in TgPcDx files
  - DDSTool: Allows renaming textures
  - DDSTool: Fixed a bug that may have caused data to be lost in Mip Maps

v0.1a - 25/10/07
  - Initial Release