Expeditions: A MudRunner Game

Expeditions: A MudRunner Game

20 Achievements

1,000

Xbox One
Xbox Series
Log in or Register to track Expeditions: A MudRunner Game achievements progress.
Globetrotter

Globetrotter

Drive a total of 200 km

90

0.36%

How to unlock the Globetrotter achievement in Expeditions: A MudRunner Game - Definitive Guide

If you want this achievements faster go on Mod , and download "Megabus" pretty easy with it
15
1

17 Sep 2024 12:38

12 Comments
any particular map youd recommend?
0
0
By BigDirtyFart on 19 Sep 2024 05:10
The first one
0
0
By MJRickGrimes on 19 Sep 2024 10:46
Do we know a good route to take? I tried the first map but it's progressing really slowly. I also tried the "Mods region" which is easier to navigate but it doesn't look like driving there counts at all and it doesn't let you choose your vehicle either (unless I haven't figured out how to do that). I'm at roughly 4 hours now and got everything else and I might be misjudging but I have to wonder how someone completed the game in 7 with how slowly I'm progressing on this achievement.
0
0
By Neo Yggdrasill on 19 Sep 2024 16:02
First map, eastern outpost go into the river behind where you spawn and just follow it all the way up and back. Stay close to the shore to maintain speed, still relatively slow but not too bad.
0
0
By EmG v SprayZz on 19 Sep 2024 18:18
You can actually rubber band this, I used one of the wider sections of said river, shifted into low gear (hold RB, then press left on the right stick), made sure my RT stays pressed and my left stick was held left so I would be going in circles. Using the Mega Bus I got 22km with around half my fuel and that thing is carrying massive reserves so you just occasionally need to refuel and you probably don't need to restart for a while if at all. Not sure how long that 22km took but it was less than an hour I think.
0
0
By Neo Yggdrasill on 19 Sep 2024 22:00
I had trouble idling this, the megabus kept on getting stuck, it wouldnt go in a perfect circle. Finally found a reliable way to idle, found a flat area, anchor and winch, let out winch to maximum and drive in circles tethered to the anchor.
0
0
By IrishBeatdown on 25 Sep 2024 03:14
I second IrishBeatdown's method. I got on top on plateau with meagebus, put winch down at about 20ft radius slack, and turboed RT.
0
0
By AbsoIuteZero x on 27 Sep 2024 00:31
I did this using the Megabus with the anchor and winch method and it took about 5 hours to get it. At first it took me 2 hours just to get 50km but then I found a better place and got the 150km left in just over 3 hours. So if you get a nice flat area and get a good circle going and rubber band your RT and LS right, you can get about 50km an hour. I did it on the very first map near the first base off in a very shallow water area with no trees or rocks in the way.
0
0
By DoomScott on 01 Oct 2024 12:15
I used Arizona with the Mega Bus. In the first area you unlock, go as far left as you can before hitting water. You'll see a long flat mountain on the map. You can get on top of this towards the bottom part of it, and then drive back and forth on it easily as its flat with very few obstacles. I got my second 100km in just under 1.5 hours. I was doing the water method as someone mentioned above and only got around 60km in 2 hours. I only had to reset once because I ran out of wheels. Even then it only takes a minute or two to get back up. If you start slowing down or veering off to one side, make sure to repair your wheels.

Someone asked me for a map showing where to go (don't know how long this link will last) - https://imgur.com/nuHlE39
0
0
By l BlackBrian7 l on 19 Sep 2024 23:25
Works like a charm!
0
0
By LSK ArcAziel on 21 Sep 2024 11:14
If you're a n00b like me, after getting the mod you have to enable it, then go into the Truck Store and actually buy the truck you downloaded in order to use it for campaign.
0
0
By The Cherished on 21 Sep 2024 18:07
thxs
0
0
By OBlockMafia on 24 Sep 2024 21:17
View all 12 comments Show less comments
For cronus users:

// Explorer and Globetrotter achievements in Expeditions A MudRunner Game
// author: dubdeetwothree

// Once you start the script the vehicle will go forwards and backwards and refuel after 20 mins
// If the vehicle is stuck on a rock it will mostly free itself eventually
// Download the Mega Bus from the mod store for most effective use


int drive;

main {
if (event_press(XB1_LS)) {drive = !drive;} // Start cycle with LS
if (drive) {combo_run(drive);}
if (!drive) {combo_stop(drive);}
}

combo drive {
set_val (XB1_RT, 100);wait (30000);
set_val (XB1_LT, 100);wait (30000);
set_val (XB1_RT, 100);wait (30000);
set_val (XB1_LT, 100);wait (30000);
set_val (XB1_RT, 100);wait (30000);
set_val (XB1_LT, 100);wait (30000);
set_val (XB1_RT, 100);wait (30000);
set_val (XB1_LT, 100);wait (30000);
set_val (XB1_RT, 100);wait (30000);
set_val (XB1_LT, 100);wait (30000);
set_val (XB1_RT, 100);wait (30000);
set_val (XB1_LT, 100);wait (30000);
set_val (XB1_RT, 100);wait (30000);
set_val (XB1_LT, 100);wait (30000);
set_val (XB1_RT, 100);wait (30000);
set_val (XB1_LT, 100);wait (30000);
set_val (XB1_RT, 100);wait (30000);
set_val (XB1_LT, 100);wait (30000);
set_val (XB1_RT, 100);wait (30000);
set_val (XB1_LT, 100);wait (30000);
set_val (XB1_RT, 100);wait (30000);
set_val (XB1_LT, 100);wait (30000);
set_val (XB1_RT, 100);wait (30000);
set_val (XB1_LT, 100);wait (30000);
set_val (XB1_RT, 100);wait (30000);
set_val (XB1_LT, 100);wait (30000);
set_val (XB1_RT, 100);wait (30000);
set_val (XB1_LT, 100);wait (30000);
set_val (XB1_RT, 100);wait (30000);
set_val (XB1_LT, 100);wait (30000);
set_val (XB1_RT, 100);wait (30000);
set_val (XB1_LT, 100);wait (30000);
set_val (XB1_RT, 100);wait (30000);
set_val (XB1_LT, 100);wait (30000);
set_val (XB1_RT, 100);wait (30000);
set_val (XB1_LT, 100);wait (30000);
set_val (XB1_RT, 100);wait (30000);
set_val (XB1_LT, 100);wait (30000);
set_val (XB1_RT, 100);wait (30000);
set_val (XB1_LT, 100);wait (30000);
set_val(XB1_LB,100);wait(500);
set_val(XB1_LB,100);set_val(XB1_A,100);wait(500);
set_val(XB1_LB,100);set_val(XB1_A,100);wait(500);
set_val(XB1_LB,100);set_val(XB1_A,100);wait(500);
set_val(XB1_LB,100);wait(500);


}

0
0

25 Sep 2024 04:47