Fallout New Vegas
0 of 0

File information

Last updated

Original upload

Created by

cancausecancer

Uploaded by

cancausecancer

Virus scan

Safe to use

Documentation

Readme

View as plain text

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Fallout New Vegas HD texture file installer script
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: First download NeilMc_NMC's Fallout 3 HD texture packs if you don't have them installed in Fallout 3 already:
:: http://www.fallout3nexus.com/downloads/file.php?id=12056
::
:: If you have the HD textures already installed in your Fallout 3 installation
:: then this script will copy them out and into your New Vegas installation.
::
:: To manually specify the paths to your Fallout 3 and New Vegas folders
:: edit the two lines in the CopyHDTexturePack.cmd file with a text editor.
::
:: If either of the path lines in the file have no value specified then it will try to
:: auto detect the game's folder path from steam
::
:: If you don't have a fallout 3 folder, but instead have extracted the HD
:: texture files to another folder, you can specify that folder instead.
:: That folder must have a data folder in it with the textures folder, just like
:: a normal Fallout 3 folder would have.
::
:: EXAMPLE::
::
:: SET fonv_dir_falloutnv=c:\games\steam\steamapps\common\fallout new vegas
:: SET fonv_dir_fallout3=c:\games\fallout
::
::::::::::::::::::::::::::::::::::::::::::::::::::::
::
:: Process break down:
::
:: 1) Ensure the Fallout 3 and New Vegas folders are known
:: 2) Go thru the Fallout 3 data/texture folders looking for texture/bump
:: files which are known to be used by New Vegas also.
:: 3) If a known file is found then add the file to New Vegas's ArchiveInvalidation.txt file
:: and add it to the RemoveHDTexturePack.cmd for late uninstall and then copy it
:: to the New Vegas data/texture folder.
::
:: Removal:
:: 1) Run the RemoveHDTexturePack.cmd file which is in your New Vegas folder, this
:: deletes the HD texture files
:: 2) Open your ArchiveInvalidation.txt and remove the list of files between the two
:: section marks that say: cancausecancer's NeilMc_NMC texture files from FO3
:: 3) Delete the RemoveHDTexturePack.cmd file from your New Vegas folder
::
:: If you fully run this script more than one time, it'll recopy the files, re-create the
:: RemoveHDTexturePack.cmd file and re-add the files to the ArchiveInvalidation.txt
:: So it is harmless to use more than once but you will need to manually remove the duplicate
:: ArchinveInvalidation.txt sections because it adds them to any existing data, they're
:: easy to see, their start/end sections are marked.
::
:: Credit: NeilMc_NMC for the epic HD texture work and cancausecancer for this script
::
:: If no files are copied, or the archiveInvalidation.txt has section markers but no files
:: listed then most likely the Fallout 3 folder or HD texture pack folder exists, but
:: does not have the data folder with the textures folder inside of it or it has no
:: textures in it
::
:: If you are having difficulty running this scrip then try running it as Administrator
:: This should work on XP, Vista and Win7
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::