Game mode: Single-player
Type of issue: Bug
Server type: PvE
Region: USA
Update 41 broke a few console commands that worked fine previously. For example, the following console commands now only accept integers when they should accept float values:
SetFollowerStat DamageModifierMelee
SetFollowerStat DamageModifierRanged
Please provide a step-by-step process of how the bug can be reproduced. The more details you provide us with the easier it will be for us to find and fix the bug:
- Make yourself admin
- Assign a thrall to follow you
- Open the console
- Type “SetFollowerStat DamageModifierMelee 1.23”. Notice that the autocomplete/tip says “SetFollowerStat stat(FString) Value(int32)”
- Type “GetFollowerStat DamageModifierMelee”. It will return “1.0”, not “1.23” as it should.