Page MenuHomeFeedback Tracker

[BUG] SQF command cadetMode always true
Assigned, NormalPublic

Description

Instead it should be only true for recruit and regular (0 and 1 for https://community.bistudio.com/wiki/difficulty)

Ref: https://community.bistudio.com/wiki/cadetMode

Probably got broken by the Arma 3 difficult overhaul.

Details

Severity
None
Resolution
Reopened
Reproducibility
Always
Operating System
Windows 7
Category
Scripting
Additional Information

Event Timeline

BIS_fnc_KK closed this task as Resolved.Jul 19 2020, 6:10 PM
BIS_fnc_KK changed Resolution from Open to Not A Bug.

@BIS_fnc_KK something is wrong still as it returns true regardless of difficulty level but the configuration is:

class CfgDifficultyPresets
	showCadetHints = 1;
class CfgDifficulties
	class Recruit
		showCadetHints = 1;
	class Regular
		showCadetHints = 1;
	class Veteran
		showCadetHints = 0;
	class Mercenary
		showCadetHints = 0;
BIS_fnc_KK reopened this task as Assigned.Jul 24 2020, 9:57 AM
BIS_fnc_KK changed Resolution from Not A Bug to Reopened.

Ok will try to make it backward compatible

BIS_fnc_KK removed BIS_fnc_KK as the assignee of this task.Nov 24 2020, 6:13 PM
BIS_fnc_KK added a subscriber: BIS_fnc_KK.