The Searching Flashlight mod works by setting the player.character.direction value, however modifying this value (even via console) does nothing in 0.14. It was working correctly in 0.12 and 0.13.
Steps to reproduce:
Enter this commands one after another:
/c game.players[1].character.direction = 0
/c game.players[1].character.direction = 4
Expected behavior: Character turns.
Current behavior: Character is not turning.
[0.14.x] Can't set player.direction from script
Re: [0.14.x] Can't set player.direction from script
Thanks for the report, it is fixed for 0.14.6 now.
Re: [0.14.x] Can't set player.direction from script
Thank you so muchkovarex wrote:Thanks for the report, it is fixed for 0.14.6 now.