Page MenuHomeFeedback Tracker

difficultyEnabled dont show correctly some tags
New, WishlistPublic

Description

difficultyEnabled dont show correct params for RTL tags (roughLanding or windEnabled)

Details

Legacy ID
686430826
Severity
None
Resolution
Open
Reproducibility
Always
Category
Game Profiles
Steps To Reproduce

0) change diff to rorotlib enabled and other RTL options enabled

  1. place player in editor
  2. run map
  3. in debug console place

hint str (difficultyEnabled "roughLanding"); or hint str (difficultyEnabled "windEnabled");

  1. press local exec
  2. hint will be "false" (it must be "true")
Additional Information

i want to know which params are enabled on client and send it to server.

"stressDamageEnabled" we can get from isStressDamageEnabled (player params)

"autoTrimEnabled" we can get from isAutoTrimOnRTD (player params when player in heli)

Event Timeline

StDIABLO edited Additional Information. (Show Details)
StDIABLO set Category to Game Profiles.
StDIABLO set Reproducibility to Always.
StDIABLO set Severity to None.
StDIABLO set Resolution to Open.
StDIABLO set Legacy ID to 686430826.May 8 2016, 12:56 PM

Use

isStressDamageEnabled
enableStressDamage

commands. For some reason it is considered as separate difficulty which is not part of your usual difficulties

@Killzone_Kid
ok
StressDamage param I can know.
but commands
hint str (difficultyEnabled "roughLanding");
hint str (difficultyEnabled "windEnabled");
still false

and no any chance to get it from client.

There are no commands to influence other 2 params.