Skip to content

ShowOff NVSE

Compare
Choose a tag to compare
@Demorome Demorome released this 27 Jul 01:01
· 496 commits to main since this release

Changelog:

===Misc:

  • When the game starts, there is now a console print that says if ShowOff is running and what version it's at.
  • Optimized GetEquipped__ functions.

===DEFAULT BEHAVIOR CHANGES:

  • GetEquipped__ functions now account for items that have no equip slots (I didn't realize they could be equipped), no matter what the equip slot filters are.
    In order to filter those out, there is now a new flag: NoSlotlessItems

===Bug Fixes:

  • Fixed certain GetEquipped__ functions always printing to console
  • Add RandSeeded safety check (Min must be <= Max) - before, breaking this assertion caused a crash. Returns -1 if this assertion fails.
  • Fix GetRandomizerSeed returning NAN (returns -1 for errors now).

===New Functions:

  • IsTemporaryReference - this should be kept undocumented, I didn't sufficiently test it.
  • GetPCHasScriptedFastTravelOverride
  • GetPCCanFastTravel
  • WeaponHasFlag
  • ActorHasBaseFlag
  • RemoveAllItemsShowOff