Skyrim Special Edition
0 of 0

File information

Last updated

Original upload

Created by

SkyHorizon

Uploaded by

SkyHorizon3

Virus scan

Safe to use

Tags for this mod

About this mod

xEdit Scripts for Base Object Swapper to make INI files.

Requirements
Permissions and credits
Changelogs
Donations
Description
po3's mod BOS is a very useful tool, but it is sometimes time-consuming to create large INI files, especially for references. These scripts can do some of the work. For basic usage refer to the page of Base Object Swapper.

BOS - Multiple References - Export.pas
This script filters all REFR by the entered name (NAME - Base in SSEEdit) and writes the INI with the entered replacer BaseID and optionally with overrides and swap chances. Supports compacted FormIDs in esl-tagged files. Automatically sets the x in the FormIDs. The input fields marked as optional don't have to be filled in.

Example input:



BOS - Single References - Export.pas
This script will export all selected references and writes the INI with the entered replacer BaseID and optionally with overrides and swap chances. Supports compacted FormIDs in esl-tagged files. Automatically sets the x in the FormIDs. The input fields marked as optional don't have to be filled in.

Example input:
Same as the previous script, just without the need to enter a name to filter.


BOS - Plugin - Export.pas
This script will export all REFRs or all selected REFRs of a plugin and writes the INI with the given information. This is useful if you already have an esp that replaces specific references but it can be used BOS instead for it. Supports compacted FormIDs in esl-tagged files. Automatically sets the x in the FormIDs. Disabled references will be replaced with AlphaTest (00058E92).


BOS - Form - Export.pas
This script will write the INI with the entered information. The loaded plugins don't matter, only the input counts. Only one input per file, probably not very useful at the current state.

Example input:


Information and Warnings
- Also processes inputs that are not possible in BOS (markers, light,...) -> Select the needed refs
- For the final INI you probably have to copy multiple outputs into one common INI.
- You can change the name of the INI, just the "_SWAP" needs to be added



Future plans
BOS - Form - Export.pas: - Allow multiple inputs

Suggestions are welcome :)


  Requirements
Base Object Swapper
SSEEdit
Know how and when it makes sense to apply the particular script.


Installation
Place the pas files in the 'Edit Scripts' folder of your SSEEdit folder.


Credits
powerofthree for Base Object Swapper
konkeranto for inspiration and the export function
https://tes5edit.github.io/docs/13-Scripting-Functions.html