Category:Oblivion Script Extender
Description |
Oblivion Script Extender v0020 by Ian Patterson, Stephen Abel, and Paul Connelly (ianpatt, behippo, and scruggsywuggsy the ferret) Additional contributions from Timeslip, The J, DragoonWraith, SkyRanger-1, badhair, JRoush, shadeMe and kyoma. The Oblivion Script Extender, or OBSE for short, is a modder's resource that expands the scripting capabilities of Oblivion. It doesn't make any modifications to oblivion.exe, TESConstructionSet.exe, or any other files in your oblivion install, so don't worry about permanent side effects. It is compatible with the Oblivion patch, as well as the 1.2 version of the Construction Set. Versions of Oblivion downloaded via Steam are supported as well. IMPORTANT: Please note that scripts compiled with OBSE v0018 or greater require the user to be running v0018 (or greater), even if no 0018 commands are used. | |
---|---|---|
Installation |
To make things easier, it is recommended that you create a shortcut to obse_loader.exe with the argument already supplied, for example: | |
Suggestions for Modders |
If your mod requires OBSE, please provide a link to the main OBSE website, instead of packaging it with your mod install. Future versions of OBSE will be backwards compatible, so including a potentially old version can cause confusion and/or break other mods that need newer versions. If you're making a large mod with an installer, inclusion of a specific version of OBSE is OK, but please check the file versions of the OBSE files before replacing them, and only replace earlier versions. When your mod loads, use the command GetOBSEVersion to make sure a compatible version of OBSE is installed. In general, make sure you're testing for any version later than the minimum version you support, as each update to OBSE will have a higher version number. Something like: if GetOBSEVersion < 5 MessageBox "This mod requires a newer version of OBSE." endif Another alternative that is even more user-friendly is releasing your mod as an OMOD, and adding a script to check the version when installing the mod: IfNot ScriptExtenderNewerThan #.#.#.# Message "Requires Oblivion Script Extender v#### or greater" FatalError EndIf If desired, it is possible to make the same .esp file work for both OBSE and non-OBSE users. See the Combine your SI and non-SI mods into one (OBSE, Patch v1.1, Other mods too) tutorial for more information. | |
Troubleshooting |
Oblivion doesn't launch after running obse_loader.exe:
obse_loader.log tells me it couldn't find a checksum:
The OBSE loader tells me I need to use the autopatcher:
OBSE doesn't launch with the Direct2Drive version:
Crashes or other strange behavior: - Let me know how you made it crash, and I'll see about fixing it. | |
Contact |
| |
Home Page |
[] | |
Discussion |
[] | |
Direct Download (Silverlock) |
[] |
Subcategories
This category has the following 14 subcategories, out of 14 total.
0
O
Pages in category "Oblivion Script Extender"
The following 6 pages are in this category, out of 6 total.