difficultyEnabled dont show correct params for RTL tags (roughLanding or windEnabled)
Description
Details
- Legacy ID
- 686430826
- Severity
- None
- Resolution
- Open
- Reproducibility
- Always
- Category
- Game Profiles
0) change diff to rorotlib enabled and other RTL options enabled
- place player in editor
- run map
- in debug console place
hint str (difficultyEnabled "roughLanding"); or hint str (difficultyEnabled "windEnabled");
- press local exec
- hint will be "false" (it must be "true")
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
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.