Wasteland Remastered

Wasteland Remastered

35 Achievements

1,000

25-30h

PC
Xbox One
Xbox Series
Log in or Register to track Wasteland Remastered achievements progress.
Hell Is For Heroes

Hell Is For Heroes

Promote a character to the rank of General Argent.

50

0.11%

How to unlock the Hell Is For Heroes achievement in Wasteland Remastered - Definitive Guide

General Argent rank is achieved at character level 131 and requires a total of 8,719,360 experience. Yes, you read that right. Playing the game naturally, you won't come anywhere close to this. Once the game is complete, you can either start killing enemies in Las Vegas for an entire weekend, or use the wonderful Play Anywhere feature this game offers and a little help from a macro tool to have it done for you on your PC.

Get on the roof of Ugly John's hideout. You can get to this location by walking into the alley next to the building and then using a rope to get to the roof. Up here, you will be able to earn unlimited experience by simply walking up and down the right side next to the glass. You will continually pass Perception skill checks, noting the enemies below, and earn experience every time.

Now, the trick to automating this is to download AutoHotKey, a simple macro program. Once you have that installed, you can create a new macro by right-clicking on your computer desktop. In the box that pops up, paste the code below and save your script as a file on your computer desktop. Then, right-click on the file and choose "run script." Once you have the script running, load up Wasteland Remastered, put your character in the middle of the glass, and then press F1 on your keyboard. This should begin the script, and you'll see your character move up and down extremely rapidly on its own.

Going from Level 1 to Level 131 for this achievement will take about 20 hours of idling, but I'd suggest stopping the script with F2 on your keyboard and saving every so often just in case. I found that the game got confused and my character continued to move constantly even after the script stopped, so you may need to load the save you just made to start fresh and don't forget to run the script in the background again before trying to restart it!

Here is the script for the macro:

F1:: ; start
Loop
{
Send {Up}
Sleep 10
Send {Down}
Sleep 10
}
return

F2::ExitApp ; close the script
There might be faster options of creating macros to continually camp somewhere or something else, but this is the first trick I found (thanks to lazygammer for posting it)and I ran with it. I left my game running for 20 hours overnight and when I was at work the following day and I got all the achievements once I applied my levels. If anyone has faster locations and the accompanying macros that get the job done, feel free to comment and let us know.

https://www.autohotkey.com/
10
1

02 Mar 2020 21:39

13 Comments
Used the script, just for camping, pressing C. It gives you 900EXP each time. Way faster than escape or walking up and down.

F1:: ; start
Loop
{
Send {C}
Sleep 400
}
return

F2::ExitApp ; close the script
0
0
By Darth Hawk CZ on 25 Sep 2020 05:41
I did the same thing to get it on my end.

Just a note, though, it's possible to actually break that glass to enter the warehouse, rather than entering via the front door. I imagine if you break it it would no longer be available to grind levels with. Granted, it's quick enough to rush to from a new save!
0
0
By eohjay on 04 Mar 2020 13:29
You can also camp next to it, which vastly speeds up the progress.
0
0
By TechnicallyCalm on 12 Mar 2020 10:15
Replace the main body with Send c and sleep 500. Much faster!

Try this, with CTRL+P starting and pausing the script:

Pause
Loop
{
Send c
sleep 500
}
^p::Pause
0
0
By C64 Mat on 14 Mar 2020 15:13
Thanks camping near the window was faster than walking up and down. Camping here is also way faster than camping in the lake in the wasteland which was a solution I saw somewhere else
0
0
By Max Power6 on 23 Mar 2020 21:56
So, I've just tried this, left my laptop on all night going, and no achievement.
Is it because I've done the rest on the One, and I need to load the save to level up on the Xbox? Or is it just buggy?
0
0
By Sonic Grunge on 31 Jul 2020 06:08
Why use a script? All you need to do is keep ESC pressed. Weight it down with something. And its faster in game too than moving, or pressing C over and over.
0
0
By Hratgard on 12 Aug 2020 20:31
I totally agree with @Hratgard: avoid the script, just put a weight on ESC key (I used my TV remote X-D ) and you are good.
One note for italian players: the game hangs out after some of the Major ranks because of a bug if you play it with the italian translation. After you have enough experience to get this achievement, change the console language to English, load your save, use the radio, get this achievement, save and then switch back to italian.
0
0
By Goharoth on 07 Sep 2020 18:16
To pop the achievement I had to load the game on xbox after grinding the xp
0
0
By NickCremonez on 25 Oct 2020 15:29
Can this script program record inputs you make? Or is it required to write txt scripts?
If not, there should at least be some way to script in actual controller buttons like R3, LT, etc.
Not that it matters, but this could work in stream mode if we knew what R3 controller input was in the script.
Just asking for other games I don't want to install on a PC.
0
0
By Twigleaf Twigs on 21 May 2022 12:19
For me when I tried to use the script in the solution my character would just run down and never go up. I had to use the camping method with the script someone mentioned in the comments, that one worked fine for me. I don't know why I couldn't get the moving down and up one to work properly for me.
0
0
By ThaDevilzHand on 03 Jul 2022 06:22
I did this with camping and just changed your script to C instead of up/down.
It worked, but I think this is way faster because after 15 hours I have reached the maximum rank a few times and now it wont stop giving me levels. So watch out with the 20hours.
0
0
By The Reward on 11 Oct 2022 14:54
I also changed the script to use camping instead of walking up and down. My character ended up either going too far up and getting stuck, refusing to go down anymore or just alternate between up and down where there was no glass.

This took 8 hours for me to reach max rank.

Use the same instructions Za Pantsupati wrote but you can use my code if you would like.

Here is my edited code:

F1:: ; start
Loop
{
Send {c}
Sleep 30
}
return

F2::ExitApp ; close the script
0
0
By OddFutureSlip on 12 Jan 2023 14:30
View all 13 comments Show less comments
If you want to grind this out, you can take your party into the alley between the derilict building and Ugly's Hideout on Hubcap street. Once inside, use a rope to climb up on the roof. There will be one enemy to kill.

One you have that taken care of, walk back and forth along the skylight to get a message saying something like, "You could probably break this to ambush those inside." Every time you walk past a window, it gives you experience and levels up your perception skill. You can gain several levels in just a couple minutes. It even works after you have cleared out Ugly's hideout! (although, I don't know if breaking the glass will void the glitch).
5
0

28 Feb 2020 11:07

7 Comments
Unless the wiki I'm reading is wrong, this requires Level 131 which is over 8 MILLION experience. This glitch is nice to gain a few early levels and help with the story, but I certainly hope there is a better way to get huge xp later on. Otherwise you'll be walking up and down for dozens of hours.
0
0
By Za Pantsupati on 29 Feb 2020 01:55
I found camping continuously next to the windows generated XP faster for me, but I've done it for hours and still only 1.4 million XP.
That said, the most XP I got for killing an enemy (so far) was 400 XP, so I'm not sure grinding kills will be any quicker.
0
0
By Karachi King on 01 Mar 2020 05:22
@Karachi King If you’re only getting 400 xp for killing an enemy, you’re not far enough in the game.

Near the end game 1 enemy can give around 2000 xp. Using melee weapons doubles that.

So at the end game one of the best things you can do is run around Base Cochise with Chainsaws, Proton Ax’s and spam attack.

The window trick is a very stable source of xp though.”, instead of running around like where playing Pokémon.
0
0
By TechnicallyCalm on 01 Mar 2020 14:34
Make sure everyone has swim and go chill in the middle of the world map lake. Use the camp command and each party member gets about 800 xp every 3 seconds or so. It's not fast, but you can get upwards of a million per hour. I haven't found anything faster yet.
0
0
By FranticRed on 01 Mar 2020 22:14
@TechnicallyCalm I just recently got to Vegas, and I did get 4000xp for killing a Scorpitron, but that was a really long battle. Each time I camp at the window is ~900xp. So much easier/quicker, and I can grind it while watching TV.
Even constantly referencing guides/wikis, I feel like I'm missing some basic fundamental information about the game, so maybe that fight shouldn't have been so hard.
0
0
By Karachi King on 02 Mar 2020 02:00
Great find @lazygammer13 and thanks for sharing! My melee party would've been in trouble vs the end game robots without some serious xp grinding.
0
0
By Healtti on 05 Mar 2020 18:30
Thanks. This worked fine on PC July 2023. I just parked my party next to the window on the roof, put a weight on ESC-button (which skips a turn and gives XP), left my computer on while doing something else. After about 9 hours everyone in my party had over 9 million XP and I unlocked all the promotion achievements. Now the rest of the game should be easy...
0
0
By Renki on 05 Jul 2023 10:56
View all 7 comments Show less comments
After getting enough XP for a character, you can hit cn_RB to radio into Ranger HQ and they'll promote you up through the ranks... which you should definitely know by this point! General Argent rank is the hundred and thirty-first rank in the promotions (for the first level of it, at least), and requires a staggering 8,719,360 XP!

This requires some significant grinding, which is part and parcel for Wasteland. As noted in my other rank solutions, you get more XP when killing things with melee, so the best way to grind some of these levels out is by decking your crew out with some good melee weapons.

Notably, Base Cochise is a great place to grind out XP. Even though you *can* keep playing after dealing with it, the Base and its associated mobs will be gone, so I strongly recommend making a save just before the last few steps in Cochise and starting from there for the level grind rather than playing on. If you're geared well enough, you'll easily be pulling in many thousands of XP per melee kill.

Edit: Stolen from comments in the other solution, this gem from FranticRed:
Make sure everyone has swim and go chill in the middle of the world map lake. Use the camp command and each party member gets about 800 xp every 3 seconds or so. It's not fast, but you can get upwards of a million per hour. I haven't found anything faster yet.
And from TechnicallyCalm:
There is also another one that doesn’t include drowning. There is an alleyway between Ugly’s hideout and a building. Once you enter there, you use a rope to climb up, kill the one enemy there and camp next to the window. I know I’m getting more then 1000 doing so.
I can confirm that I spent a good many hours getting from 5m to 8m harvesting for the last rank, so camping for levels (particularly early on) might be a good way to reduce risk in the game overall.

For this and the other rank achievements:

Rank - Level - XP
Corporal - 5 - 10240
Sergeant - 12 - 67584
Lieutenant - 30 - 445,440
Captain - 45 - 1,013,760
Major - 60 - 1,812,480
Commander - 103 - 5,379,072
General Argent - 131 - 8,719,360

Edit: Turns out that the list I was going off of at fandom.com was wrong around Captain and afterward! I've adjusted them here, and the one at https://wasteland.gamepedia.com/Desert_Ranger_ranks_(Wastela...) matches, for anyone interested in the complete list.
4
0

29 Feb 2020 05:03

2 Comments
Another side note - not sure if this is a bug, but I've been getting the rank achievements 1 rank early. I got the achievement for making Major when I was promoted to the last rank of Captain Argent, for example. Not a huge difference but if it keeps up it will save a little time for the last one.
0
0
By FranticRed on 02 Mar 2020 12:49
There is also another one that doesn’t include drowning.

There is an alleyway between Ugly’s hideout and a building. Once you enter there, you use a rope to climb up, kill the one enemy there and camp next to the window.

I know I’m getting more then 1000 doing so.
0
0
By TechnicallyCalm on 02 Mar 2020 18:22

General Argent rank is achieved at character level 131 and requires a total of 8,719,360 experience. Yes, you read that right. Playing the game naturally, you won't come anywhere close to this. Once the game is complete, you can either start killing enemies in Las Vegas for an entire weekend, or use the wonderful Play Anywhere feature this game offers and a little help from a macro tool to have it done for you on your PC.

Hopefully you took my suggestion from the Road Map/Achievement Walkthrough and did not break the skylight at Ugly John's hideout. You can get to this location by walking into the alley next to the building and then using a rope to get to the roof. Up here, you will be able to earn unlimited experience by simply walking up and down the right side next to the glass. You will continually pass Perception skill checks, noting the enemies below, and earn experience every time.

Now, the trick to automating this is to download AutoHotKey, a simple macro program. Once you have that installed, you can create a new macro by right-clicking on your computer desktop. In the box that pops up, paste the code below and save your script. Then, right-click on the saved script and choose "run script." Once you have the script running, load up Wasteland Remastered, put your character in the middle of the glass, and then press F1 on your keyboard. This should begin the script, and you'll see your character move up and down extremely rapidly, gaining experience like crazy.

Going from Level 1 to Level 131 for this achievement will take about 20 hours of idling, but I'd suggest stopping the script with F2 on your keyboard and saving every so often. I found that the game got confused and my character continued to move constantly even after the script stopped, so you may need to load the save you just made to start fresh and don't forget to run the script in the background again before trying to restart it!

Here is the script for the macro:

F1:: ; start
Loop
{
Send {Up}
Sleep 10
Send {Down}
Sleep 10
}
return

F2::ExitApp ; close the script

0
0
Since none of the guides mentioned this yet, I figure I'd mention another spot to idle experience at the same speed as Ugly's Hideout but without any macros that need babysitting, so it works better on Xbox at least.

Camping in the lake is still the fastest method but since you'll need to restart the macro it's not entirely automatic.

Head to Vegas and go upstairs in Spade's Casino. Lockpick works without triggering hostility. I can't confirm if TNT or strength trigger combat.

When upstairs you'll see a hatch. Break into the room, kill the lady with the Uzi and use a rope to get down the hatch.

You'll reach an extremely unremarkable crawl space under the casino. At the top left are rocks that trigger a Climb check just by walking into them.

Strap down the joystick to walk up into the rocks and plug in your controller in so it stays active. Now you can go to sleep, work or school and get experience equal to the Ugly's Hideout skylight, plus the macro won't need to be restarted constantly so it's fully automatic.
0
0

09 Jun 2023 04:44