Difference between revisions of "Category:Oblivion Script Extender"
imported>Scruggs (Fix spelling of my name) |
imported>Behippo (Update for v0014 release) |
||
Line 3: | Line 3: | ||
!style="background:#ffdead;border-bottom:1px solid;" width="100" | Description | !style="background:#ffdead;border-bottom:1px solid;" width="100" | Description | ||
|style="background:#ffeded;border-bottom:1px solid;" colspan="2"| | |style="background:#ffeded;border-bottom:1px solid;" colspan="2"| | ||
Oblivion Script Extender | Oblivion Script Extender v0014 beta | ||
by Ian Patterson and Stephen Abel and Paul Connelly | by Ian Patterson and Stephen Abel and Paul Connelly | ||
(ianpatt, behippo and scruggsywuggsy the ferret) | (ianpatt, behippo and scruggsywuggsy the ferret) | ||
Line 10: | Line 10: | ||
This release adds: | This release adds: | ||
* | * MesageEX and MessageBoxEX allowing the use of newlines, object names, and FormIDs to be used in messages, message boxes and PrintToConsole | ||
* | * Getting and setting various Actor and NPC Misc flags | ||
* | * IsPersistent and IsOffLimits | ||
* | * GetCrosshairRef | ||
* | * Faction functions | ||
* | * IsLightCarriable and Get/SetLightRadius | ||
* | * GetRace, GetRaceSpellCount, GetNthRaceSpell | ||
* | * Various creature flag functions | ||
* | * GetActorSoulLevel | ||
* | * GetPlayersLastRiddenHorse, GetPlayersLastActivatedLoadDoor | ||
* | * GetHorse, GetRider | ||
* | * IsHarvested, SetHarvested | ||
* | * Get/Set/ModActorValueC, GetBaseActorValueC | ||
* | * ModNthEffectItemScriptName | ||
* | * MagicItemHasEffectItemScript | ||
* | * MagicItemHasEffect and GetToalAEXXXMagnitude functions now take optional actor values to help with fortify and drain effect filtering | ||
* | * Several misc bug fixes | ||
* GetCreatureSoundBase | |||
* HasModel | |||
* IsModLoaded | |||
* HasName | |||
* HasBeenPickedUp | |||
|- | |- | ||
Line 97: | Line 101: | ||
!style="background:#ffdead;border-bottom:1px solid;" | Discussion | !style="background:#ffdead;border-bottom:1px solid;" | Discussion | ||
|style="background:#ffeded;border-bottom:1px solid;" colspan="2"| | |style="background:#ffeded;border-bottom:1px solid;" colspan="2"| | ||
[http://www.bethsoft.com/bgsforums/index.php?showtopic= | [http://www.bethsoft.com/bgsforums/index.php?showtopic=799115 Release thread on The Elder Scrolls Forums] | ||
[http://www.bethsoft.com/bgsforums/index.php?showtopic=738400 Oblivion Script Extender Scripting Questions] | [http://www.bethsoft.com/bgsforums/index.php?showtopic=738400 Oblivion Script Extender Scripting Questions] | ||
Line 104: | Line 108: | ||
!style="background:#ffdead;border-bottom:1px solid;" | Direct Download (Silverlock) | !style="background:#ffdead;border-bottom:1px solid;" | Direct Download (Silverlock) | ||
|style="background:#ffeded;border-bottom:1px solid;" colspan="2"| | |style="background:#ffeded;border-bottom:1px solid;" colspan="2"| | ||
[http://obse.silverlock.org/download/ | [http://obse.silverlock.org/download/obse_0014.zip Click here to download] | ||
|} | |} | ||
Revision as of 01:17, 19 January 2008
Description |
Oblivion Script Extender v0014 beta by Ian Patterson and Stephen Abel and Paul Connelly (ianpatt, behippo and scruggsywuggsy the ferret) 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 1.2.0.416, 1.2.0.214, and 1.1.0.511 Oblivion patches, as well as the 1.0 and 1.2 versions of the Construction Set. This release adds:
| |
---|---|---|
Installation |
Example Target box for a shortcut to the editor: "C:\Program Files\Bethesda Softworks\Oblivion\obse_loader.exe" -editor This would be what the Target box would say if you had a default install of Oblivion. | |
Suggestions for Modders |
If your mod requires OBSE, please provide a link to the main OBSE website, http://obse.silverlock.org/ 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 | |
Troubleshooting |
Oblivion doesn't launch after running obse_loader.exe: - Make sure you've copied the OBSE files to your oblivion folder. That folder should also contain oblivion.exe. - Check the file obse_loader.log in your oblivion folder for errors. obse_loader.log tells me it couldn't find a checksum: - You may have a version of Oblivion that isn't supported. I have the english official patch v1.2.0.416. Localized versions with different executables or different patches may not work, but many have been successful. If there's enough legitimate demand for it, I can add support for other versions in the future. - Your Oblivion install may be corrupt. Hacks or no-cd patches may also change the checksum of the game, making it impossible to detect the installed version. The OBSE loader tells me I need to use the autopatcher: - Go to to OBSE website (http://obse.silverlock.org) and download autopatcher, which will walk you through the update process. You will need the latest patch from Bethesda, as well as your original Oblivion DVD. OBSE doesn't launch with the Direct2Drive version: - The Direct2Drive version of the Oblivion executable is compressed and possibly encrypted. This makes it very difficult to support. Whether or not it is supportable in the future is unknown. Apologies. Crashes or other strange behavior: - Let me know how you made it crash, and I'll see about fixing it.
| |
Contact |
Send email to ianpatt+obse [at] gmail [dot] com. (yes, keep the + symbol, it helps sort email) Send email to behippo at gamer [at] silverlock [dot] org. | |
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.