Page MenuHomeFeedback Tracker

Tasks do not use CfgTaskTypes from Description.ext
New, WishlistPublic

Description

CfgTaskTypes that are defined in the description.ext are not shown when creating a task. The problem lies in BIS_fnc_setTaskLocal. The script does not look in the missionConfigFile (only the configFile). The documentation states the TaskTypes defined in the mission and in the configFile will work (however, this is not the case)

https://community.bistudio.com/wiki/Arma_3_Task_Enhancements#Visualization {F27272}

Details

Legacy ID
2436819553
Severity
None
Resolution
Open
Reproducibility
Always
Category
Scripting
Steps To Reproduce
  1. Download the attached mission
  2. Play the mission
  3. Open the map, and navigate to the Task option in the Diary.
  4. See two tasks defined "Task 1" and "Task 2".
  5. No task icons on the map
  6. Close the map, no task icons on the screen
Additional Information
  • Please download the attached mission
  • BIS_fnc_setTaskLocal needs to be updated to look in the missionConfigFile rather than just the configFile.

https://community.bistudio.com/wiki/Arma_3_Task_Enhancements#Visualization

"The list of available task types can be extended through new CfgTaskTypes definition in mission description.ext, campaign description.ext or global (addon) config."

Event Timeline

Bohemia edited Steps To Reproduce. (Show Details)Oct 18 2015, 9:49 PM
Bohemia edited Additional Information. (Show Details)
Bohemia set Category to Scripting.
Bohemia set Reproducibility to Always.
Bohemia set Severity to None.
Bohemia set Resolution to Open.
Bohemia set Legacy ID to 2436819553.May 8 2016, 12:58 PM