Skip to content

xOBSE 22.6

Compare
Choose a tag to compare
@llde llde released this 13 Feb 15:42
· 121 commits to master since this release
General: 
	- Add CRC for DRM Removed Polish Version from Cenega (GOTY Deluxe/Anthology)
	- Launcher will give a message if a new version is available (if you are connected to internet, only executable launcher)
Changes/Fix:
	- Fixed Use After Free  when RemoveMeIR was used with the destination container equals as the origin. Trade And Commerce Update rely on this working.
	- Add Wheel events for OnKeyEvent event handler
	- Re-add SetMouseSpeedX and SetMouseSpeedY (some mods use them)
	- Fix functionality of OBSEIOInterface, fix Blockhead WASD in character creation
	- Print xOBSE version on initialzing.
	- Fix a tList issue where removing last item of the iteration was causing the loop to not terminate.
	- Fix a potential crash where map markers with no name would cause a CTD on save load.
	- Fix multiple command issue with multibyte string. (Japanese encoding affected)
	- DeleteReference can now delete disabled clone actors
Addition:
	- Add SetCameraFOV2 (unbounded version of SetFOV, con_SetCameraFOV)
	- IsMajorRef,IsDiseased added as script and condition function.
	- GetFirstRef / GetFirstRefInCell added parameter to include deleted reference.
	- Type 90 now match only the deleted reference.
	- Added SetInvertFastTravel, IsInvertFastTravel, SetCantWait,IsCantWait, SetOwningRequiredRank, SetParentCellOwningFactionRequiredRank, GetLoadedTypeArray
	- HasSpell, IsMajor, GetActorLightAmount added as conditional functions
	- GetDisease vanilla unimplmented function replaced with IsDiseased
PluginAPI:
	- Added Replace to OBSECommandTableInterface
	- Bumped PluginInfo to 3