userMartyn Chapmancancel
branchrust_reboot/main/mission_create_streamliningcancel

9 Commits over 31 Days - 0.01cph!

11 Days Ago
WIP changes to mission editor. Changes summary: - Created new TutorialMission type, removed some fields that were no longer needed and moved some things pertaining only to tutorial missions to these. Updated tutorial mission assets to be of this type. - Renamed some fields on BaseMission and added tooltip descriptions. - Removed simple mission provider field from missions. Missions which belong to a simple mission provider are now defined on the provider. - Added FilteredEnum attribute which allows for the inspector to omit drawing one enum value and for defining a new default value for the field on int-backed enums.
29 Days Ago
Remove last uses of node shortnames
29 Days Ago
NPC statements now copied over too
29 Days Ago
Post node data copy
29 Days Ago
Pre node data copy
31 Days Ago
Merge from main
35 Days Ago
Merge from main
36 Days Ago
Changes to dialogue tree editor: - Support for new node types (entry node, branch node) - All dialogue trees now have and start at the entry node, with conditions for which speech node to start at defined in the graph editor window rather than in scripts - New node creation window - Nodes are now stored with GUID's and we use these to determine connections rather than shortnames - Updated all existing conversations to work with these changes, all *should* be mostly working as before. Where some scripts are still relying on shortname values things will break - Various other small fixes and improvements
44 Days Ago
Merge from main