Bridge Constructor Stunts – Obtaining Grindfest Achievements

Bridge Constructor Stunts – Obtaining Grindfest Achievements 1 - steamlists.com
Bridge Constructor Stunts – Obtaining Grindfest Achievements 1 - steamlists.com

It's easy to achieve the grindy achievements
 

Intro

I don't like boring, repetitive or monotonous achievements. To allow this to be done by a macro, I created a script-based strategy.
 
 
This video explains how to use an auto-clicker program to do the job for you.
 
 
These are the goals of this guide:
 
 
Bridge Constructor Stunts - Obtaining Grindfest Achievements - Intro - 4FB52FE
 
 
Bridge Constructor Stunts - Obtaining Grindfest Achievements - Intro - F400851
 
 
Bridge Constructor Stunts - Obtaining Grindfest Achievements - Intro - 8D9EF69
 
 
Bridge Constructor Stunts - Obtaining Grindfest Achievements - Intro - 4226824
 
 
Bridge Constructor Stunts - Obtaining Grindfest Achievements - Intro - 7F8424E
 
 
Bridge Constructor Stunts - Obtaining Grindfest Achievements - Intro - B6B403C
 
 
 

Flying Flips Star Truck Destruction script

These achievements will be possible with the help of this script:
 
Bridge Constructor Stunts - Obtaining Grindfest Achievements - Flying Flips Star Truck Destruction Script - 86F00DD Bridge Constructor Stunts - Obtaining Grindfest Achievements - Flying Flips Star Truck Destruction Script - 1B36229 Bridge Constructor Stunts - Obtaining Grindfest Achievements - Flying Flips Star Truck Destruction Script - 6A7353B Bridge Constructor Stunts - Obtaining Grindfest Achievements - Flying Flips Star Truck Destruction Script - E4A43E8
 
 
AutoHotkey can be downloaded and installed
 
– Create a file in.txt, rename it to ".ahk" and edit it using NotePad++
 
– Copy the following code and save it. Then, double click on it to run the script
 
 

 ; Start game, load level 1-8, no built ramps, get into drive mode and hit C on your keyboard.
c:: ; C starts macro
SetTimer Macro
return

v:: ; V stops macro
SetTimer Macro, Off
return

Macro: ; here the macro starts
Loop
{
 Send {d down}
 Sleep 3000 ; wait until ramp is reached
 Send {Left down}
 Sleep 10000 ; keep D and Left arrow down until exploded
 Send {d up}
 Send {Left up}
 Sleep 1000 
 Send r ; pressing R will reload the level
 Sleep 1000
}

 
 
– Launcher, edit controls to make a left arrow left rotation and a right arrow right rotation
 
 
Bridge Constructor Stunts - Obtaining Grindfest Achievements - Flying Flips Star Truck Destruction Script - 914473A
 
 
Start the game, load levels 1-8, make certain no ramps have been built, toggle every floor beam from your ramp into a structure beam, click on it, and then hit C.
 
 
– Now your digital programed self will drive up the ramp, do some flips and collect a star before crashing into the ground to end its life.
 
 
– Hitting V should cause the script to stop, but it didn't work in my case. The car will do what you want and ride the track endlessly. You can stop it later by exiting the script via AutoHotkey tray icon > right-click > exit. I would appreciate any suggestions on how to stop the script by pressing a button.
 
 
This script will run for 15 seconds. It will grant you one star, four flips, 5 seconds of airtime, and 1 pickup truck wreck. This script can be run 250 times over 62,5 mins to grant 250 stars, 1000 flips and 21 minutes of airtime. There will also be 250 pickup truck destructions. This script should give you Reach for the Stars and Insurance Nightmare. If Frequent Flyer didn't unlock because you didn't accumulate 40 minutes of airtime playing the game correctly, let it run for longer.
 
 
 

Explosive Barrells Script and Destruction Points

These achievements will be possible with the help of this script:
 
Bridge Constructor Stunts - Obtaining Grindfest Achievements - Explosive Barrells and Destruction Points Script - D238AC2 Bridge Constructor Stunts - Obtaining Grindfest Achievements - Explosive Barrells and Destruction Points Script - 471FDFA
 
 
– Create another file in.ahk with this code
 
 

c:: ; C starts Macro
SetTimer Macro
return

v:: ; V stops Macro
SetTimer Macro, Off
return

Macro: ; here the macro starts
Loop
{
 Send {d down}
 Sleep 2000
 Send {d up}
 Sleep 400
 Send {a down}
 Sleep 500
 Send {a up}
 Send {Left down} 
 Sleep 1000 
 Send {d down}
 Sleep 7000
 Send {d up}
 Send r ; pressing R will reload the level
 Sleep 2000
}

 
 
– Run the script and load level 3-3. Make sure there are no ramps built. Hit C
 
 
This script will run for 12.9 seconds. It will grant you 1 second of airtime, 7 red barl destructions, and 15000 destruction points per run. This script can be run 67 times over 14.4 minutes, giving you 1,000,000 destructions points and 469 red barrell destructions. It also gives you 1 minute of airtime. This should definitely grant you Explosives Expert and Wanton Destruction. If Frequent Flyer does not unlock, then run the previous script in 1-8 to unlock it.
 
 
 

The End

I hope you found this helpful. If you enjoyed this guide, please give me a thumbs-up and let me know which achievement was the most difficult for you. It was the (Frequent Flyer) airtime one.

 
 

Written by Linkblade

 
 
Hope you enjoy the Guide about Bridge Constructor Stunts – Obtaining Grindfest Achievements, if you think we should add extra information or forget something, please let us know via comment below, and we will do our best to fix or update as soon as possible!
 
 


Be the first to comment

Leave a Reply

Your email address will not be published.


*