branchrust_reboot/main/mission_improvements_may_24cancel

31 Commits over 0 Days - ∞cph!

17 Days Ago
S2P fishing_village_c
17 Days Ago
Slight styling changes
17 Days Ago
Merge from main
21 Days Ago
Fixed the timer box staying active when a mission doesn't have a timer
22 Days Ago
Final tweaks
22 Days Ago
Conversation screen styling updates
22 Days Ago
S2P bandit town, fixes missing misison marker Remove mission/vending icon resizing due to proximity and just make a new toggle for showing missions
24 Days Ago
First pass on new UI layout for conversations and mission acceptance
27 Days Ago
Added a metal detector mission objective
27 Days Ago
Fixed escape key not working anywhere
27 Days Ago
Compile fix
28 Days Ago
S2P both stables and fishing villages
28 Days Ago
More map marker size adjustments
28 Days Ago
Don't allow missions to end if the player doesn't have enough slots in their inventory for all of the rewards (includes any applicable bonus rewards) Show an error toast in this case Toasts can now appear while the player is in a conversation
28 Days Ago
Shrink vending machine clusters that are too close to mission marker clusters
28 Days Ago
Conversation screen can now be closed with escape
29 Days Ago
Added a map marker for mission providers, displays how many missions are currently available from that provider for the local player
29 Days Ago
Added an automated error checker for conversations, looks for legacy conversation features and can automatically update them to the new system eg. converts a conversation node with a custom action "assignmission lumberjack" to the new AssignMission action with a proper reference to the lumberjack mission Updated all converations
29 Days Ago
Fixed dialogue graph nre when domain reloading Dialogue graph now persists through domain reloads Dialogue graph now zooms to fit all nodes whens opening
29 Days Ago
Mission editor now detects missing accept/failed/victory effects and shows appropriate warnings Also added some buttons to automatically assign the default effects
30 Days Ago
Don't show the current mission objectives on the map screen (they overlap with the markers UI) Add a section to the markers UI that shows the current missions, clicking on the mission entry will focus the map on the current misison objective marker
30 Days Ago
Add a UI panel listing all of the objectives and rewards for a mission when the player is about to accept a mission
30 Days Ago
Consolidated a bunch of localization strings, several mission objectives had descriptions with the same english text but different keys
30 Days Ago
Update lumberjack harvest wood description string to use a new localization key and adjusted text to not mention the required count (as we add that dynamically now)
30 Days Ago
Subtract 95838 - was meant to be on a sub branch
31 Days Ago
Scanner mission wip tests
31 Days Ago
Fix editor exceptions when loading BaseAiBrains in the editor More mission test setups
31 Days Ago
Fixed incorrect translation string on the final objective of the kill animals mission from the lumberjack
31 Days Ago
Fix exception when starting lumberjack mission Added a DebugWorldPosition component that allows us to test missions that use position generators without needing a proper proc gen Started making a Mission zoo scene that shows all mission providers with all of the stub content needed to actually run and test the misison, accessible via Scenes/Dev/Mission zoo toolbar option
31 Days Ago
Added ability for a mission to reward blueprints (tick isBp on the reward item entry)
31 Days Ago
Added the ability for a mission to not count towards the Mission Accomplished achievement Enabled this on the tutorial achievements