A Daily Timelapse Farming Simulator 22 video series. Music included.
Thank you for spending a few minutes of your day watching.
Please Like & Subscribe. Constructive comments & map or mod suggestions are welcomed.
@rubenaldo81
Unzip. Then in the measure.LUA change LINE 65.
Currently it reads:
if isDown and button == 3 and Input.isKeyPressed(Input.KEY_lalt) then
It should read:
if Input.isKeyPressed(Input.KEY_lalt) and isDown and button == 3 then
If you leave the mod as is, you cannot turn it off.
Unzip. Then in the measure.LUA change LINE 65.
Currently it reads:
if isDown and button == 3 and Input.isKeyPressed(Input.KEY_lalt) then
It should read:
if Input.isKeyPressed(Input.KEY_lalt) and isDown and button == 3 then
If you leave the mod as is, you cannot turn it off.