Long and Far Reach FORKED

by kasceus

Long Reach. You can interact with most entities in the game far away - as long as you can see them.

Utilities
7 months ago
2.0
8.83K
Cheats

b settings reset if a another mod is added

7 months ago

If I add a mod to my game, range an maybe other settings are reset to default. The settings page still shows the values that were picked but they are not the actual settings anymore. I have to change it to another value, go back to the game and change it again to get it working again.

5 months ago

I've experienced this too - and the fix above works.

3 months ago

If I add a mod to my game, range an maybe other settings are reset to default. The settings page still shows the values that were picked but they are not the actual settings anymore. I have to change it to another value, go back to the game and change it again to get it working again.

can you please let me know what other mods you had installed at the time? i need to test to see if there's a conflicting setting in that one.

29 days ago

The fix is probably to call the same apply_settings() logic from script.on_configuration_changed.

Right now the saved setting still shows 1000, but the actual LuaForce bonuses stop applying after a mod config change. Reapplying these in on_configuration_changed should restore them:

character_build_distance_bonus
character_item_drop_distance_bonus
character_reach_distance_bonus
character_resource_reach_distance_bonus

New response