Oblivion

File information

Last updated

Original upload

Created by

Wookiee

Uploaded by

Wookiee

Virus scan

Safe to use

About this mod

V 1.2 and posably final Fat trimed Basic creatures base armor and weapons basic bare bones stuff that you could quite happaly make a world of your own with. I hope people like this. I know there are a few more out there now but hey this one is fairly stable. I havent had it crash on me yet. Feel free to post a comment or questions co

Permissions and credits
V 1.2 and posably final

Fat trimed

Basic creatures base armor and weapons

basic bare bones stuff that you could quite happaly make a world of your own with.

I hope people like this. I know there are a few more out there now but hey this one is fairly stable. I haven't had it crash on me yet.

Feel free to post a comment or questions complaints and other such things I like to get feed back.

Well now That I am done I am going to start my own TC so it is unlikely I will work on this file any longer unless there are problems with it.

Hope everyone has fun.

Wookiee

P.S.

After seeing Nehrim I wanted to be able to load it like they did in its own directory... I was disappointed with how easy it turned out to be.

For all those who want to pack their TC like Nehrim,

Create your Directory.
Copy the Oblivion.exe, binkw32.dll, atimgpud.dll (if this is only for ati users then nvidia should have its own dll... dont even know what the file does) to that Directory
create a Data directory inside that and copy the vanila Oblivion BSA's across to your data folder along with the directorys in the oblivion data folder.
Download my file into your new Data folder.
Rename it whatever you like.

go to %localappdata%\Oblivion and make a copy of your Plugins.txt and rename it whatever you like .txt in the same folder.
Edit your new one to show the blank esp's new name only... remember what it is called.

Now time to create 2 batch files.

Call this Batch file "PluginSW.bat"
@echo off
CD "%localappdata%\Oblivion\"
IF EXIST <your new plugin list>.txt (<br>rename Plugins.txt Plugins-back.txt<br>rename <your new plugin list>.txt Plugins.txt<br>) ELSE (<br>rename Plugins.txt <your new plugin list>.txt<br>rename Plugins-back.txt Plugins.txt<br>)<br>exit<br></your></your></your>


Call this Batch file "<your mod name>.Bat"<br><code>@echo off<br>start /min PluginSW.Bat<br>start /wait Oblivion.exe<br>start /min PluginSW.Bat<br>exit<br></code><br><br>Done now pack everything up and get your installer (which ever one you use) to install the new Plugin file into %localappdata%\Oblivion dir and make the shortcut on the desktop point to the Batch file... If you wanted to be realy anal about it you could actually nest the "start /wait oblivion.exe" inside the switching file and make it swap out run oblivion then swap back when it closes.<br><br>Theoretically this could allow multiple TC's to be installed each having their own Plugin list and a similar Batch file could be written for the Oblivion.ini so you can have custom ini tweaks with your TC as well.<br><br>Get your scripter to do this bit if you can't figure it out or change it how you want it, if they cannot do it... get a new scripter :)<br></your>