Page 1 of 1

Interacting with objects via zoom to world view

Posted: Sun Mar 24, 2019 12:54 pm
by jarcionek
In 0.15 it was possible to interact with the objects when the map was opened and zoomed in (i.e. player.render_mode == render_mode.chart_zoomed_in), assuming that the player was close to the object.

It was possible to interact with any object by increasing the value of these two properties:
- character_build_distance
- character_reach_distance

However, this was apparently a bug that was fixed in 0.16.

Is there any workaround?