This mod lets you place buildings anywhere in your land, including within other buildings.
Documents/My Games/FarmingSimulator19/mods
folder0
to toggle terrain deformation (default: deformation on)
8
to toggle terrain ownership checks (default: land ownership required)
You can change the cost of terrain modifications by opening PlaceAnywhere.lua
in the mod's zip file and changing the value of
PlacementScreenController.DISPLACEMENT_COST_PER_M3 = 1; -- Edit this to change the terrain modification cost per cubic meter (game default: 50)
Additionally you can also change the cost of landscaping by editing this line in the same file:
Landscaping.SCULPT_BASE_COST_PER_M3 = 1; -- Edit this to change the landscaping cost per cubic meter (game default: 50)
I've tested this mod and didn't notice any side effects, however it might still cause issues as it removes some game checks.
1.4: Added ownership toggle for terraforming/painting tool (courtesy of 206airmail)
1.3: Added landscaping cost change and terrain ownership/deformation toggle controls (courtesy of scfmod)
1.2: Fixed crash when placing sheds
1.1: Fixed bug when buying vehicles
1.0: Initial release