Skip to content

Releases: PipeRift/FactionsExtension

1.9

18 Nov 22:01
Compare
Choose a tag to compare

This update is more of a rework than a mere update. After years it was time for a cleanup.

Breaking changes!

This version is a fresh start and is NOT backwards compatible with 1.8

Changes

Runtime

  • Feature: Added the option to edit factions in runtime

  • Factions Manager is now a Subsystem. Relevant functions have been moved there for simplicity.

  • Renamed FactionInfos as Descriptors

  • Descriptors have better names fields

  • Simplified code folder structure

  • New Blueprint API

    image

Editor

  • Reworked settings to follow Unreal Engine 5 style and improved its UX

    image

  • Fixed: Pin faction default value showing up on connected pins

  • Removed a lot of unnecessary/unused code

  • Factions in settings allow faster editing

  • All faction editor dropdowns have been generalized and improved with search bars

1.8

21 Feb 15:27
Compare
Choose a tag to compare
1.8
  • Better editors
  • Info Assets to allow extra fields on faction infos
  • Bugs & crashes fixed
  • Error display on missing factions
  • Simplified BP and C++ API
  • Reputations prototype (beta)

1.7b

21 Sep 09:37
Compare
Choose a tag to compare
  • Fixed plugin start-up for Mac users
  • Improved tooltips and documentation
  • 4.21 Update

1.7

07 Sep 22:26
Compare
Choose a tag to compare
1.7
  • Added EQS faction test
  • New function for getting all actors from a faction
  • New handlers
  • Exposed display names

1.6a

25 Aug 08:46
Compare
Choose a tag to compare
  • Fixed version
  • Fixed engine crash on nativization
  • Fixed native event calls
  • Fixed occasional compile error

1.6

09 Aug 10:05
Compare
Choose a tag to compare
1.6
  • Relations can now be edited in runtime
  • Other Fixes

1.5

01 Jul 14:19
Compare
Choose a tag to compare
1.5
  • New Factions editor (with search)
  • New Relations editor (with search)
  • Some handler functions
  • Improved performance

1.4

01 Jun 15:16
Compare
Choose a tag to compare
1.4
  • Many improvements to content creation and database focused data

  • Faction variables now have a search bar

  • Relations now appear on a list, with individual search and styles

  • Relations can now be edited in runtime

1.3b

11 May 21:40
Compare
Choose a tag to compare
  • Fixed Team support
  • Fixed Registryfaction return value

1.3a

11 May 14:45
Compare
Choose a tag to compare

This subversion fixes a few errors with 1.3:

  • Some engine versions not compiling if installed from marketplace
  • Crash while modifying relations
  • Small API syntax changes