userJarryd Campicancel
branchrust_reboot/main/mission_improvements_may_24cancel

30 Commits over 0 Days - ∞cph!

12 Months Ago
S2P fishing_village_c
12 Months Ago
Slight styling changes
12 Months Ago
Merge from main
1 Year Ago
Fixed the timer box staying active when a mission doesn't have a timer
1 Year Ago
Final tweaks
1 Year Ago
Conversation screen styling updates
1 Year 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
1 Year Ago
First pass on new UI layout for conversations and mission acceptance
1 Year Ago
Added a metal detector mission objective
1 Year Ago
Fixed escape key not working anywhere
1 Year Ago
S2P both stables and fishing villages
1 Year Ago
More map marker size adjustments
1 Year 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
1 Year Ago
Shrink vending machine clusters that are too close to mission marker clusters
1 Year Ago
Conversation screen can now be closed with escape
1 Year Ago
Added a map marker for mission providers, displays how many missions are currently available from that provider for the local player
1 Year 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
1 Year 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
1 Year Ago
Mission editor now detects missing accept/failed/victory effects and shows appropriate warnings Also added some buttons to automatically assign the default effects
1 Year 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
1 Year Ago
Add a UI panel listing all of the objectives and rewards for a mission when the player is about to accept a mission
1 Year Ago
Consolidated a bunch of localization strings, several mission objectives had descriptions with the same english text but different keys
1 Year 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)
1 Year Ago
Subtract 95838 - was meant to be on a sub branch
1 Year Ago
Scanner mission wip tests
1 Year Ago
Fix editor exceptions when loading BaseAiBrains in the editor More mission test setups
1 Year Ago
Fixed incorrect translation string on the final objective of the kill animals mission from the lumberjack
1 Year 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
1 Year Ago
Added ability for a mission to reward blueprints (tick isBp on the reward item entry)
1 Year Ago
Added the ability for a mission to not count towards the Mission Accomplished achievement Enabled this on the tutorial achievements