Advertisement
musicdemon

Bain.ini File

Feb 27th, 2013
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
INI file 14.03 KB | None | 0 0
  1. ;#   ____            _       _       _    ____     ___    ____
  2. ;#  |  _ \          | |     (_)     (_)  |___ \   / _ \  |___ \
  3. ;#  | |_) | __ _ ___| |__    _ _ __  _     __) | | | | |   __) |
  4. ;#  |  _ < / _` / __| '_ \  | | '_ \| |   |__ <  | | | |  |__ <
  5. ;#  | |_) | (_| \__ \ | | |_| | | | | |   ___) | | |_| |  ___) |
  6. ;#  |____/ \__,_|___/_| |_(_)_|_| |_|_|  |____/   \___/  |____/
  7.  
  8. ;The Default Font for the ASCII Art Headers is Lucida Console, Regular, 10
  9. ;(Notepad)
  10.  
  11. ;--This is the generic version of Bash.ini. You must copy or rename it to
  12. ;  "bash.ini" before it can be used. It is distributed as bash_default.ini so
  13. ;  that your changes won't be accidentally erased during an upgrade to Wrye
  14. ;  Bash.
  15.  
  16. ;  You do NOT need to set values for all of these, only those you wish to change
  17. ;  from their default values. In most cases, you just uncomment (remove the ;)
  18. ;  from the option you want to use and possibly change the value.
  19.  
  20. ;  Bool options (starting with b) can use use any of:
  21. ;   True, 1, Yes, On
  22. ;   False, 0, No, Off
  23.  
  24. ;  Paths - You can use either:
  25. ;   Absolute Path
  26. ;       Example=C:\Games\Oblivion Mods
  27. ;   Relative path, where path is relative to the game install directory
  28. ;       Example=Tools\Tes4Files.exe
  29. ;   In some cases, the path of "." means select a default.
  30.  
  31.  
  32. ;    _____                                 _
  33. ;   / ____|                               | |
  34. ;  | |  __   ___  _ __    ___  _ __  __ _ | |
  35. ;  | | |_ | / _ \| '_ \  / _ \| '__|/ _` || |
  36. ;  | |__| ||  __/| | | ||  __/| |  | (_| || |
  37. ;   \_____| \___||_| |_| \___||_|   \__,_||_|
  38.  
  39. [General]
  40.  
  41. ;--sOblivionMods is an alternate root directory for Bash Installers and other
  42. ;    Bash data.  Putting it under the game's install directory can cause
  43. ;    performance problems during gameplay, so by default it is placed at the
  44. ;    same level as the game folder.  Here are the Oblivion and Skyrim defaults,
  45. ;    and two other examples.
  46. sOblivionMods=C:\Program Files (x86)\Steam\steamapps\common\Skyrim Mods
  47.  
  48.  
  49. ;--sBashModData is the directory containing data about your mods, ini edits,
  50. ;    etc.  If using MOM, mTES4 Manager, or other utility to manage multiple
  51. ;    installs, you will want to change this to keep the Bash data with your
  52. ;    saved games.  You'll need to use an absolute path to your saved games
  53. ;    folder, so here are the defaults and a few examples.
  54. sBashModData=C:\Program Files (x86)\Steam\steamapps\common\Skyrim Mods\Bash Mod Data
  55.  
  56.  
  57. ;--sInstallersData is the directory containing data about which installers are
  58. ;    installed by Wrye Bash. If you changed sBashModData above, you'll probably
  59. ;    want to change this one too. Examples:
  60. sInstallersData=C:\Program Files (x86)\Steam\steamapps\common\Skyrim Mods\Bash Installers\Bash
  61.  
  62.  
  63. ;--OblivionPath is the game directory (containing Oblivion.exe, TESV.exe, etc).
  64. ;    A "normal" install of Bash will place the Mopy directory in your game
  65. ;    directory.  Use this argument only if you placed Bash outside of the game
  66. ;    directory and the automatic detection and -g command line parameter fail to
  67. ;    find the game.  If using a relative path, it will be relative to the Mopy
  68. ;    directory.
  69. sOblivionPath=C:\Program Files (x86)\Steam\steamapps\common\skyrim
  70.  
  71.  
  72. ;--User directory arguments.
  73. ;    These arguments allow you to specify your user directories in several
  74. ;    ways.  These are only useful if the regular procedure for getting the user
  75. ;    directory fails.  And even in that case, the user is probably better off
  76. ;    installing pywin32.
  77.  
  78.  
  79. ;--UserPath is the user profile path.
  80. ;    May help if HOMEDRIVE and/or HOMEPATH are missing from the user's
  81. ;    environment.
  82. sUserPath=C:\Users\Matt
  83.  
  84.  
  85. ;--PersonalPath is the user's personal directory ("My Documents").  Should be
  86. ;    used in conjunction with either the -l argument or setting
  87. ;    sLocalAppDataPath.
  88. sPersonalPath=C:\Users\Matt\Documents
  89.  
  90.  
  91. ;--LocalAppDataPath is the user's local application data directory.  Should be
  92. ;    used in conjunction with either the -p argument or setting sPersonalPath
  93. sLocalAppDataPath=C:\Users\Matt\AppData\Local
  94.  
  95.  
  96. ;--SteamInstall Bash will try to detect if you have a Steam install but if it
  97. ;    fails to properly detect it (or incorrectly detects that you do) you can
  98. ;    set this to the desired setting.
  99. bSteamInstall=True
  100.  
  101.  
  102. ;    _____        _    _    _
  103. ;   / ____|      | |  | |  (_)
  104. ;  | (___    ___ | |_ | |_  _  _ __    __ _  ___
  105. ;   \___ \  / _ \| __|| __|| || '_ \  / _` |/ __|
  106. ;   ____) ||  __/| |_ | |_ | || | | || (_| |\__ \
  107. ;  |_____/  \___| \__| \__||_||_| |_| \__, ||___/
  108. ;                                      __/ |
  109. ;                                     |___/
  110.  
  111. [Settings]
  112.  
  113. ;--bResetBSATimestamps:  Whether or not Wrye Bash should automatically set BSA
  114. ;    timestamps.  If enables, BSAs will be set to 1-1-2006 automatically. It is
  115. ;    intended to prevent files in BSAs from overriding loose files, but ... do
  116. ;    NOT use this for Oblivion if installed through Steam!
  117. bResetBSATimestamps=False
  118.  
  119.  
  120. ;--bSkipResetTimeNotifications: Whether or not to skip notification about mod
  121. ;    modification times reset by Lock Load Order and other load order
  122. ;    corrections.  The default is False, but if you find the alerts annoying,
  123. ;    you can hide them.
  124. bSkipResetTimeNotifications=False
  125.  
  126.  
  127. ;--bAutoItemCheck: Determines whether to automatically check new items in the
  128. ;    Bashed Patch.
  129. bAutoItemCheck=True
  130.  
  131.  
  132. ;--bSkipHideConfirmation: Determines whether the hide confirmations are shown.
  133. bSkipHideConfirmation=True
  134.  
  135.  
  136. ;--iAutoSizeListColumns: if set to 1 automatically resizes columns in lists to
  137. ;    fit the contents.  If set to 2 automatically resizes to the contents or the
  138. ;    header (so no ... header names).  If set to 0 feature is disabled (default).
  139. ;iAutoSizeListColumns=0
  140.  
  141.  
  142. ;--sSound*: if set plays that sound in the specified situation. Can be an
  143. ;    absolute path or a relative path from the app dir.
  144. ;  sSoundError: Bashed Patch build error
  145. ;  sSoundSuccess: Bashed Patch build success
  146. ;sSoundError=.
  147. ;sSoundSuccess=.
  148.  
  149.  
  150. ;--bShowDevTools: Whether to show some menu options and StatusBar buttons that
  151. ;    are really only useful for people programming Wrye Bash.
  152. ;bShowDevTools=False
  153.  
  154.  
  155. ;--bEnsurePatchExists:  Whether or not Wrye Bash should automatically ensure a
  156. ;    Bashed Patch exists.
  157. ;bEnsurePatchExists=True
  158.  
  159.  
  160. ;--sScriptFileExt: Is the extention that will be used for the exported scripts
  161. ;    when running 'Export Scripts' (defaults to .txt).
  162. ;sScriptFileExt=.txt
  163.  
  164.  
  165. ;--iKeepLog: Is how much log to record- set to a number in between 0 and 4 with
  166. ;    0 being no log, and 4 being maximum logging (not fully implemented yet).
  167. ;iKeepLog=0
  168.  
  169.  
  170. ;--sLogFile: Where to save the log to, defaults to Mopy/bash.log
  171. ;sLogFile=Mopy\bash.log
  172.  
  173.  
  174. ;--bEnableBalo: Whether or not to enable the use of BALO for ordering mods.  Be
  175. ;    aware that BALO is deprecated.  Please use BOSS instead for load order
  176. ;    management.
  177. ;bEnableBalo=False
  178.  
  179.  
  180. ;--sOblivionTexturesBSAName: use if you have renamed
  181. ;    "Oblivion - Textures - Compressed.bsa" and are using BSA Redirection (Does
  182. ;    not apply to Skryim).
  183. ;sOblivionTexturesBSAName=.
  184.  
  185.  
  186. ;--s7zExtraCompressionArguments: if set to something other than Default adds
  187. ;    these as command line switches for compressing with 7z.  If you always want
  188. ;    Solid on and a block size of 1mb you would specify: -ms=on -ms=1m
  189. ;s7zExtraCompressionArguments=-ms=on -ms=1m
  190.  
  191.  
  192. ;  _______             _      ____          _    _
  193. ; |__   __|           | |    / __ \        | |  (_)
  194. ;    | |  ___    ___  | |   | |  | | _ __  | |_  _   ___   _ __   ___
  195. ;    | | / _ \  / _ \ | |   | |  | || '_ \ | __|| | / _ \ | '_ \ / __|
  196. ;    | || (_) || (_) || |   | |__| || |_) || |_ | || (_) || | | |\__ \
  197. ;    |_| \___/  \___/ |_|    \____/ | .__/  \__||_| \___/ |_| |_||___/
  198. ;                                   | |
  199. ;                                   |_|
  200.  
  201. [Tool Options]
  202.  
  203. ;--Whether or not to show the various larger non core tool launcher segments.
  204. ;bShowTextureToolLaunchers=True
  205. ;bShowModelingToolLaunchers=True
  206. ;bShowAudioToolLaunchers=True
  207.  
  208.  
  209. ;--All tool launcher paths can be absolute paths or relative from the head of
  210. ;    of the game folder (that's the one with your Oblivion.exe or TESV.EXE in
  211. ;    it).  A few Java programs also have matching entries for argument options.
  212.  
  213.  
  214. ;==================================================;
  215. ;=========ESM/ESP/LOD/NIF Tool Launchers===========;
  216. ;==================================================;
  217.  
  218. ;sTes4GeckoPath=Tes4Gecko.jar
  219. ;sTes4GeckoJavaArg=-Xmx1024m
  220.  
  221. ;sTes4FilesPath=Tools\Tes4Files.exe
  222.  
  223. ;sTes4EditPath=Tes4Edit.exe
  224.  
  225. ;sTes5EditPath=Tes5Edit.exe
  226.  
  227. ;sTes4LodGenPath=Tes4LodGen.exe
  228.  
  229. ;sNifskopePath=C:\Program Files\NifTools\NifSkope\nifskope.exe
  230.  
  231. ;sTes5GeckoPath=C:\Program Files\Dark Creations\TESVGecko\TESVGecko.exe
  232.  
  233.  
  234. ;==================================================;
  235. ;===========3D Modeling Tool Launchers=============;
  236. ;==================================================;
  237.  
  238. ;sArtOfIllusion=C:\Program Files\ArtOfIllusion\Art of Illusion.exe
  239.  
  240. ;sAutoCad=C:\Program Files\Autodesk Architectural Desktop 3\acad.exe
  241.  
  242. ;sBlenderPath=C:\Program Files\Blender Foundation\Blender\Blender.exe
  243.  
  244. ;sGmaxPath=C:\GMAX\gmax.exe
  245.  
  246. ;sMaxPath=C:\Program Files\Autodesk\3ds Max 2010\3dsmax.exe
  247.  
  248. ;sMayaPath=C:\not\a\valid\path.exe
  249.  
  250. ;sMilkShape3D=C:\Program Files\MilkShape 3D 1.8.4\ms3d.exe
  251.  
  252. ;sMudbox=C:\Program Files\Autodesk\Mudbox2011\mudbox.exe
  253.  
  254. ;sSculptris=C:\Program Files\sculptris\Sculptris.exe
  255.  
  256. ;sSoftimage=C:\Softimage\Softimage_Mod_Tool_7.5\Application\bin\XSI.bat -mod
  257.  
  258. ;sSpeedTree=C:\not\a\valid\path.exe
  259.  
  260. ;sTreed=C:\not\a\valid\path.exe
  261.  
  262. ;sWings3D=C:\Program Files\wings3d_1.2\Wings3D.exe
  263.  
  264.  
  265. ;==================================================;
  266. ;==========Texturing/DDS Tool Launchers============;
  267. ;==================================================;
  268.  
  269. ;sAniFX=C:\Program Files\AniFX 1.0\AniFX.exe
  270.  
  271. ;sArtweaver=C:\Program Files\Artweaver 1.0\Artweaver.exe
  272.  
  273. ;sCrazyBump=C:\Program Files\Crazybump\CrazyBump.exe
  274.  
  275. ;sDDSConverter=C:\Program Files\DDS Converter 2\DDS Converter 2.exe
  276.  
  277. ;sDeepPaint=C:\Program Files\Right Hemisphere\Deep Paint\DeepPaint.exe
  278.  
  279. ;sDogwaffle=C:\Program Files\project dogwaffle\dogwaffle.exe
  280.  
  281. ;sGenetica=C:\Program Files\Spiral Graphics\Genetica 3.5\Genetica.exe
  282.  
  283. ;sGeneticaViewer=C:\Program Files\Spiral Graphics\Genetica Viewer 3\Genetica Viewer 3.exe
  284.  
  285. ;sGIMP=C:\Program Files\GIMP 2\bin\gimp-2.8.exe
  286.  
  287. ;sGimpShop=C:\Program Files\GIMPshop\bin\gimp-2.2.exe
  288.  
  289. ;sIcoFX=C:\Program Files\IcoFX 1.6\IcoFX.exe
  290.  
  291. ;sInkscape=C:\Program Files\Inkscape\inkscape.exe
  292.  
  293. ;sMaPZone=C:\Program Files\Allegorithmic\MaPZone 2.6\MaPZone2.exe
  294.  
  295. ;sMyPaint=C:\Program Files\MyPaint\mypaint.exe
  296.  
  297. ;sNVIDIAMelody=C:\Program Files\NVIDIA Corporation\Melody\Melody.exe
  298.  
  299. ;sPaintNET=C:\Program Files\Paint.NET\PaintDotNet.exe
  300.  
  301. ;sPaintShopPhotoPro=C:\Program Files\Corel\Corel PaintShop Photo Pro\X3\PSPClassic\Corel Paint Shop Pro Photo.exe
  302.  
  303. ;sPhotobie=C:\Program Files\Photobie\Photobie.exe
  304.  
  305. ;sPhotoFiltre=C:\Program Files\PhotoFiltre\PhotoFiltre.exe
  306.  
  307. ;sPhotoScape=C:\Program Files\PhotoScape\PhotoScape.exe
  308.  
  309. ;sPhotoSEAM=C:\Program Files\PhotoSEAM\PhotoSEAM.exe
  310.  
  311. ;sPhotoshopPath=C:\Program Files\Adobe\Adobe Photoshop CS3\Photoshop.exe
  312.  
  313. ;sPixelStudio=C:\Program Files\Pixel\Pixel.exe
  314.  
  315. ;sPixia=C:\Program Files\Pixia\pixia.exe
  316.  
  317. ;sTextureMaker=C:\Program Files\Texture Maker\texturemaker.exe
  318.  
  319. ;sTwistedBrush=C:\Program Files\Pixarra\TwistedBrush Open Studio\tbrush_open_studio.exe
  320.  
  321. ;sWTV=C:\Program Files\WindowsTextureViewer\WTV.exe
  322.  
  323. ;sxNormal=C:\Program Files\Santiago Orgaz\xNormal\3.17.3\x86\xNormal.exe
  324.  
  325.  
  326. ;==================================================;
  327. ;=========General/Modding Tool Launchers===========;
  328. ;==================================================;
  329.  
  330. ;sBSACMD=C:\Program Files\BSACommander\bsacmd.exe
  331.  
  332. ;sEggTranslator=C:\Program Files\Egg Translator\EggTranslator.exe
  333.  
  334. ;sISOBL=ISOBL.exe
  335.  
  336. ;sISRMG=Insanitys ReadMe Generator.exe
  337.  
  338. ;sISRNG=Random Name Generator.exe
  339.  
  340. ;sISRNPCG=Random NPC.exe
  341.  
  342. ;sMAP=Modding Tools\Interactive Map of Cyrodiil and Shivering Isles 3.52\Mapa v 3.52.exe
  343.  
  344. ;sOblivionBookCreatorPath=Data\OblivionBookCreator.jar
  345. ;sOblivionBookCreatorJavaArg=-Xmx1024m
  346.  
  347. ;sOBMLG=Modding Tools\Oblivion Mod List Generator\Oblivion Mod List Generator.exe
  348.  
  349. ;sOBFEL=C:\Program Files\Oblivion Face Exchange Lite\OblivionFaceExchangeLite.exe
  350.  
  351. ;sRADVideo=C:\Program Files\RADVideo\radvideo.exe
  352.  
  353. ;sTabula=Modding Tools\Tabula.exe
  354.  
  355.  
  356. ;==================================================;
  357. ;======Screenshot/Benchmarking Tool Launchers======;
  358. ;==================================================;
  359.  
  360. ;sFraps=C:\Fraps\Fraps.exe
  361.  
  362. ;sIrfanView=C:\Program Files\IrfanView\i_view32.exe
  363.  
  364. ;sXnView=C:\Program Files\XnView\xnview.exe
  365.  
  366. ;sFastStone=C:\Program Files\FastStone Image Viewer\FSViewer.exe
  367.  
  368. ;sWinSnap=C:\Program Files\WinSnap\WinSnap.exe
  369.  
  370.  
  371. ;==================================================;
  372. ;============Sound/Audio Tool Launchers============;
  373. ;==================================================;
  374.  
  375. ;sABCAmberAudioConverter=C:\Program Files\ABC Amber Audio Converter\abcaudio.exe
  376.  
  377. ;sAudacity=C:\Program Files\Audacity\Audacity.exe
  378.  
  379. ;sMediaMonkey=C:\Program Files\MediaMonkey\MediaMonkey.exe
  380.  
  381. ;sSwitch=C:\Program Files\NCH Swift Sound\Switch\switch.exe
  382.  
  383.  
  384. ;==================================================;
  385. ;=========Text/Development Tool Launchers==========;
  386. ;==================================================;
  387.  
  388. ;sNPP=C:\Program Files\Notepad++\notepad++.exe
  389.  
  390. ;sWinMerge=C:\Program Files\WinMerge\WinMergeU.exe
  391.  
  392. ;sFreeMind=C:\Program Files\FreeMind\Freemind.exe
  393.  
  394. ;sFreeplane=C:\Program Files\Freeplane\freeplane.exe
  395.  
  396.  
  397. ;==================================================;
  398. ;========Other/Miscellaneous Tool Launchers========;
  399. ;==================================================;
  400.  
  401. ;sEVGAPrecision=C:\Program Files\EVGA Precision\EVGAPrecision.exe
  402.  
  403. ;sFileZilla=C:\Program Files\FileZilla FTP Client\filezilla.exe
  404.  
  405. ;sLogitechKeyboard=C:\Program Files\Logitech\GamePanel Software\G-series Software\LGDCore.exe
  406.  
  407. ;sSteam=C:\Program Files\Steam\steam.exe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement