This page was last updated on 08 July 2024, 12:26PM
Changelogs
Version 1.08
The structure of the INI has deeply changed in order to be able to exploit the new features of version 3.0 of BOS. Thanks to this change in structure it is still possible to use version 2.5.1 of BOS without warnings or problems.
minor fixes.
Version 1.07b
Removed the follow lines for the sake of compatibility: 0x3ED17 0X3ED18 and 0xC0E17
Changed the no esm dummy plugin which was incorrectly marked by esm
Version 1.07a
As directly suggested by powerofthree I am using another type of static, therefore the 0x21 record is replaced with the 0x3B record in the Disable Reference simulation. This fixes a very rare bug mainly due to the fact that some of you haven't installed all the skse fixes needed on nexus, in particular powerofthree's Tweaks.
Version 1.07
I didn't make any other changes to the format. I think I'm satisfied with it.
Since I'm happy with the format, I tried to further improve Riverwood's situation. I'm curious to know if you can see improvements from the bridge now.
Further improve Falkreat situation. Probably now is a bit better!
Version 1.06c
The way of simulating the disabled reference has been modified once again by removing the scale. I want to make sure to avoid any possible bugs since Base Object Swapper was not intended to be used as I invented it.
Version 1.06b
I wanted to improve the declarations in the ini by using absolute coordinates instead of relative coordinates in the disabled reference simulation. In my opinion I save the program a (probably) insignificant amount of calculation. Instead of extracting the value, changing the coordinate, adding the value in the INI and re-storing the value in the variable, now it simply has to make a copy of the value from the INI into the variable without doing calculations. Just my personal taste probably.