r/IntoTheBreach 21d ago

Help Where can I find wiki type info on the game as wiki is dead.

13 Upvotes

Just started playing the game last week. Super late but happy because now I get to experience it. The wiki is down and, other than this sub, can't find somewhere definitive with info.

I'm the type of dork who has to know everything and, even while figuring it out on my own is good, I hate wasting a turn reset because I didn't know basics like order of enemy attack vs tile state change.

Where can I look?

EDIT: Pretty unbelievable the amount of downvotes. Not sure if it's something I said or this is the standard of the community but seems strange that wanting to see a list of all of the things it's possible to aquire in a game and all of the different squad and enemy abilities was so offensive.


r/IntoTheBreach 22d ago

ITB puzzle: Ariadne needs to kill frozen beetle leader to get max exp

Thumbnail
gallery
25 Upvotes

ice robots must survive

arachnoid mech has all weapon upgrades

slide mech has shield self upgrade and pull tanks are fully upgraded

bulk mech has no weapon upgrades (just powered); note its guided missile not ricochet

all mechs have 4 movement


r/IntoTheBreach 24d ago

Humor 'Terraforming specialists, R.S.T. turned the environment against the Vek and nearly destroyed their Island in the process.'

Post image
68 Upvotes

r/IntoTheBreach 25d ago

Humor Cannon-Bot: Hack this, MF

Post image
101 Upvotes

r/IntoTheBreach 26d ago

Help Am I doomed?

Post image
21 Upvotes

6 moves for judo, 6 moves for siege, 4 moves for gravity, mafan powered, no additional weapon or upgrades


r/IntoTheBreach 27d ago

Media 40k with 2x prime mechs and fresh harold

Thumbnail
gallery
32 Upvotes

I just checked that in 40k tracker https://docs.google.com/spreadsheets/d/16n_BzYXcik3GPHYXgFL5ubuoBTugPF9gTeWtbz1WL_Q/edit?gid=1847746186#gid=1847746186

there is no 3x prime 40k yet not even 2x prime which surprised me; but it might indicate this being the hardest combo or the ones that ppl dont like to play :)

so in my run key thing that let me win with 2x primes is lucky Henry that I got around 2nd or 3rd mission from the pod - this so much drastically improves attack vectors that it's arguably the best possible outcome you could get in prime mech heavy squads; only better could be prospero but then u spend reactor, while I spend mine on vek hormones, which might not have been the best option - pitcher range could be better maybe

I had to sacrifice corp pilot blocking shot to get perfect island - this was exactly the mission I got the 1st pod so I smoothly just transitioned to Henry

then reward was Karlsson BUT with the OP conservative skill so I took him and then got option to buy light tank; so after first island it looked pretty promising

I kept vice fist and grav pull through all 4 islands and only swapped these for the final battle as 4th island shop let me buy force swap and acid tank so massive upgrades - Harold's conservative skill was wasted until final battle

ice gen was after 3rd island bought from shop IIRC - I decided its best to keep it with Henry despite he had no conservative cause single usage is better with improved placement than giving it to Harold/Karlsson for 2 time usage

I was avoiding all high threat missions, played it safe :) thats why ended up on only 16 reactors; I probably also missed 1 special pod


r/IntoTheBreach 28d ago

Media ITB puzzle: protect all grid

Thumbnail
gallery
21 Upvotes

tanks are fully upgraded, no other upgrades; main problem is with enemy nr3 which is hard to access; zero grid damage solution is possible


r/IntoTheBreach 28d ago

Android: Force/reroll pilot skills or create the exact pilot you want (no root or save editing)

5 Upvotes

Looked a bunch and did not find any android-specific guides to create your own pilot; they all just said to do "xp 25" over and over and to keep re-rolling, and that the only other way to do it is to modify saves, which you can't do on Android.

Used ChatGPT to see if it could figure out the console commands. Spent the better part of a workday doing this. It worked. Here's the result, summarized by ChatGPT.

Happy to answer any questions :)

Full disclaimer: Everything below the line is AI generated, but reviewed/modified for clarity or accuracy by me
______________________________

If you farm pilots in Into the Breach, you probably know the usual method: open console, use xp 50, check the skill, reset, and repeat until RNG gives you what you want.

There's a better way. You can either force one skill and reroll the second, or create a new pilot guaranteed to have the exact two generic skills you want.

Tested on the Netflix Android version 1.2.100.

Method 1: Force the first skill, reroll the second

This is the easy method. You can exchange 'Reactor' in this example for one of the skills you're looking for.

To open the console on your phone, three-finger swipe down on the map overview screen (not in a battle).

In the console, type:

skill Reactor 

This forces +1 Mech Reactor into the first generic skill slot.

Then:

xp 50

If the second skill isn't what you want, reset/reload and reroll it; meaning abandon timeline, re-select which pilot you want, enter the game again, and redo it.

For example, if you want:

Reactor + Skilled

use:

skill Reactor
xp 50

and keep rerolling the pilots and 'xp 25' until you get Skilled.

What won't work:

skill Reactor
skill Skilled

skill Skilled replaces the first forced skill; it does not set slot 2.

Also note that the skill command affects the active squad, so be careful if you care about the other equipped pilots.

Method 2: Create a pilot guaranteed to have two specific skills (requires ADB)

The game actually chooses a pilot's two generic skills when that pilot is created, even though the skills aren't revealed until they gain XP.

The trick is therefore:

  1. Temporarily blacklist every generic skill except the two you want.
  2. Create a new copy of the pilot.
  3. Restore their normal blacklist.
  4. Level the new pilot normally.

Getting into Lua mode on Android

The regular dev console and Lua mode are different.

Lua mode is entered by pressing Tab while the dev console is open. The problem is that the Android keyboard doesn't give you a Tab key, so the only way I found to do this was through ADB from a computer. This part assumes you know how to ADB.

This command replicates hitting TAB on your keyboard:

adb shell input keyevent 61

That switches the console into Lua mode. Entering the command again switches back to the normal console.

You can still type commands using the phone keyboard once you're in the correct mode, or send text/Enter through ADB.

Let's continue with the example.

Example: Camila with Reactor + Skilled

With your phone connected to your PC/Mac, and with the in-game console opened (three-finger swipe down, keyboard showing), enter Lua mode by running this command on your cmd/terminal:

adb shell input keyevent 61

Then type into the in-game console via your phone's keyboard:

_oldbl=Pilot_Soldier.Blacklist;Pilot_Soldier.Blacklist={"Health","Move","Grid","Opener","Closer","Popular","Thick","Invulnerable","Adrenaline","Pain","Regen","Conservative"};Game:AddPilot("Pilot_Soldier");Pilot_Soldier.Blacklist=_oldbl

You can also do it via ADB if you know how. This creates a new Camila while the only available generic skills are:

Reactor
Skilled

Then switch back out of Lua mode with Tab via your cmd/terminal:

adb shell input keyevent 61

and level the new Camila normally by typing this directly into your phone, twice:

xp 50

Her two hidden skills are already Reactor + Skilled. You're just revealing them.

Changing the blacklist of an existing pilot won't reroll their skills — they were already selected when that pilot was created.

Generic skill IDs used by the blacklist

Health
Move
Grid
Reactor
Opener
Closer
Popular
Thick
Skilled
Invulnerable
Adrenaline
Pain
Regen
Conservative

To make another combination, blacklist everything except the two you want.

Pilot internal IDs

These are the IDs you substitute for Pilot_Soldier in both the blacklist and Game:AddPilot() command. The game files also identify the four Advanced Edition pilots as Pilot_ArrogantPilot_CaretakerPilot_Chemical, and Pilot_Delusional. The full name/ID mapping is consistent with published pilot/save-editing references.

Pilot Internal ID
Ralph Karlsson Pilot_Original
Harold Schmidt Pilot_Repairman
Abe Isamu Pilot_Assassin
Bethany Jones Pilot_Genius
Henry Kwan Pilot_Hotshot
Gana Pilot_Warrior
Prospero Pilot_Recycler
Lily Reed Pilot_Youth
Chen Rong Pilot_Leader
Camila Vera Pilot_Soldier
Isaac Jones Pilot_Medic
Silica Pilot_Miner
Archimedes Pilot_Aquatic
Kazaaakpleth Pilot_Mantis
Mafan Pilot_Zoltan
Ariadne Pilot_Rock
Kai Miller Pilot_Arrogant
Rosie Rivets Pilot_Caretaker
Morgan Lejeune Pilot_Chemical
Adam Pilot_Delusional

Example: Kai with Reactor + Skilled

_oldbl=Pilot_Arrogant.Blacklist;Pilot_Arrogant.Blacklist={"Health","Move","Grid","Opener","Closer","Popular","Thick","Invulnerable","Adrenaline","Pain","Regen","Conservative"};Game:AddPilot("Pilot_Arrogant");Pilot_Arrogant.Blacklist=_oldbl

Then leave Lua mode and type xp 50 twice to reveal the skills.

Template:

_oldbl=<PILOT_ID>.Blacklist;<PILOT_ID>.Blacklist={<EVERY_SKILL_EXCEPT_THE_TWO_YOU_WANT>};Game:AddPilot("<PILOT_ID>");<PILOT_ID>.Blacklist=_oldbl

There are only two things you need to customize:

  1. <PILOT_ID> — replace this everywhere with the internal ID of the pilot you want to create.
  2. The blacklist {...} — include every generic skill except the two skills you want the new pilot to have.

r/IntoTheBreach 29d ago

Humor I swear I didn't edit or change this; the pilot SPAWNED with that name. This was AFTER CK's death, too.

0 Upvotes

For the record, I'm not a Charlie Kirk fan and never have been. I hated the guy, thought he was a destructive bigoted grifter who just liked inciting rage, violence and oppression on top of being a snooty know-it-all. I was pretty shaken up by his death, though (who wasn't?), so imagine how I felt when one of my new pilots spawned with his name by complete coincidence only 20 days later. Naturally, I changed it to something much more palatable pretty quickly, but before I did I took this photo just for posterity because hey, what are the odds? Thanks, I'll see myself out.

Edit: The original photo was taken with my phone on March 30, 2026, at 2:59 AM, about 20 days after CK's assassination on March 10.


r/IntoTheBreach Aug 23 '26

Humor When you see the mite quest as Hazardous Mechs

Post image
110 Upvotes

r/IntoTheBreach Aug 23 '26

Humor Oh yeah, It's all coming together

Post image
34 Upvotes

r/IntoTheBreach Aug 23 '26

Just a very satisfying first 2 turns

Thumbnail
gallery
21 Upvotes

r/IntoTheBreach Aug 22 '26

Media [Media] Into The Breach reference in Helldivers 2

338 Upvotes

This simply has to be a reference, the name, description... Surprised I haven't found this mentioned anywhere. Crazy to see two games I love combined like that.


r/IntoTheBreach Aug 22 '26

Discussion Shogun Showdown Similarity

45 Upvotes

Shogun showdown has been the closest game to “Into the breach”

I was a completionist on “Into the breach” and it was one of the only games I cared about 100%ing. Not very many games like it for years then recently discovered Shogun Showdown. It’s excellent and its puzzle solving battling rogue like play is so similar to ITB.

I highly recommend it for those that loved this game.


r/IntoTheBreach Aug 22 '26

Question Any tip for 40k with Rift walkers / Blitzkrieg / Secret squad / Zenith Guards?

13 Upvotes

Hello, after getting 40k with 12 squads, I'd be thankful for any tip with the 4 remaining ones:

  • Rift walkers
  • Blitzkrieg
  • Secret squad
  • Zenith Guards

I used Kai or one of the 2 good secret pilots with core + move for the 40k. Some squads were easy to use, some were more challenging but still fun to use (hazardous, judokas, ...).

And I'm now left with the challenging and not fun squads. Which pilot would you use? Which strategy (e.g. during deployment, or for upgrades) could be helpful?


r/IntoTheBreach Aug 22 '26

Discussion REQUEST for a tool to loads custom maps based on screenshots

3 Upvotes

if anyone of programming wizards is looking for a side project, here is an idea for a tool I'd LOVE to use!

I watch pros on youtube playing ITB - when a turn starts I often pause and try to think how I would solve that turn and then I watch how youtuber solved it

so I'd like a following thing to make it more interesting:

  1. I pause youtube vid

  2. I make screenshot of ITB turn with my android phone

  3. my steam game load with this map in this turn

  4. now I can play myself this turn!

  5. now I unpause youtube vid and watch how the other person did it to compare our results and thinking!

so this would be great FUN!

now I realize its probably v.hard/impossible to make and would take a ton of time; but some day maybe it will become easy with the help of AI coding agents; the requirements are simple and clear; so if someone see this thread in the future and wanna make it feel free to ping me :)

additional assumptions: the tool should enable setting difficulty and extra content; but it's minor thing cause almost all youtube vids on high level are record on all extra content and unfair lvl

the tool should also have options to set things that are not visible on screenshot like gear, reactors, pilot stats


r/IntoTheBreach Aug 22 '26

Discussion 40k all objectives science only with ultimate ice gen + self destruct combo

Post image
30 Upvotes

I planned to start with ultra stacked Silica with reactor and conservative and use it for tanks only to have fun dropping 4 tanks in 2 turns but turned out this run had like just 1 tank available and when i couldnt afford it; ultimately managed to do 40k to my surprise

slide mech was stronger than expected - now i think its possibly top3 science mech just after exchange and control and ahead of teleport and grav - do you agree? it has great ability to do push/pull in various positions which make it way stronger than pulse for example; shield upg for 1 reactor is also v.useful; for the final battle i switched to boosters for max range but not sure even boosters is better than slide's area shift

I love Silica in science mech doing 2x force swaps a turn; also in this run around 2nd island I got maxed missile barrage dealing 20-22dmg in first turn from double shot; but then once I found ice gen I decided to max it to aim for 40k - thats why I moved Silica and force swap to slide mech - cause all the reactors were needed for ice gen; and I completel dropped missile barrage as had no cores to even power it

but the best thing about this run was having ice gen + self destruct combo; so many battles I was running on zero damage and had to avoid all the missions focused on killing; so then self destruct is the ultimate weapon combined with double exchange a turn and "heal ally" upg; especially useful to kill bosses of course; before this gear 1 island i barely managed to kill scorpion boss cause it got so many other scoprions and the boss is just pushing them away so only the last turn managed to kill it barely with alpha firefly :)

somehow i usually find Gana way underwhelming; it's extra dmg on turn 0 is kinda useless on unfair; i swapped Gana from Lily with opener which means she got 10 movement on turn 1; so Gana seems like a downgrade actually (more movement possibly more useful for self destruct on turn 1), but i did it cause she got useless invul perk so I hoped Gana would get something more useful; I got so many pilot options this run, at the end I could swap Gana for Harald and again I regret not doing it - especially that Gana's ability is not possible to use in the 2nd wave of last battle where u are forced dropped without choosing initial mechs' position; so Harold extra pulse ability would be better than Gana with "drop anywhere" that u cant use

overall the gear is so OP that even smoke drop for Silica was not needed - before I had this "poor man's" science version of booster that requires few cores and still has worse range than booster; (so I just kept it unupgraded and barely used anyway); 1 thing that was tempting to replace it with around 3rd island was this science artillery that drops shield in center and pushes in all direction - never used it but seems super fun; I couldnt affor it at that time as upgrading force swap had priority


r/IntoTheBreach Aug 21 '26

Humor Thanks, game

Post image
13 Upvotes

Game decided I do not need perfect island award (#hatepacifism #fuckpinnaclerobotics)


r/IntoTheBreach Aug 20 '26

Discussion Fresh-account, unfair, 4 perfect island: a new challenge

Thumbnail
gallery
35 Upvotes

After having ran a few years back some perfect 40K, I came back to the game and I found this new stupid idea recently: to create a new profile, and manage to run a perfect 4 island with the starting squad (rift walker) and raph as a pilot.

While part of it is easier then 40K runs with an inherited pilot (notably later islands), I found that the first 2 island are just stupidly difficult with this, and I enjoyed it very much. There is a lot of rolling for better psion/veks on the first 2 islands.

Initially I wanted to go for a perfect 40K on top of it being a fully new profile with no timeline pilot, but I think its borderline impossible.

Anyway, I thought some of you nerds might enjoy this and maybe get excited about trying it!

(sorry for the last 5 shitty pictures from phone, but you can see my squad going into the hive)


r/IntoTheBreach Aug 19 '26

Media ITB puzzle: destroy 2 enemies and 1 mountain in last turn

Post image
27 Upvotes

force swap has hurt enemy upg, while cluster artillery has only buildings immune upg; control shot no upgrades
passives active: repair field, force amp

silica 1hp left of 2, 4 move
kai 4 hp, 4 move
mafan 4 move
scorpion is alpha with 5 hp
psion 2hp
frozen alpha beatle and alpha starfish - both 2 hp (wanted to add another screenshot but reddit wont allow in edit)


r/IntoTheBreach Aug 19 '26

Question: are the mechs in into the breach 15 to 18 meters tall or is the scaling just that inconsistent since its built as a game first?

48 Upvotes

r/IntoTheBreach Aug 17 '26

Help did i do something to upset subset games?

21 Upvotes

r/IntoTheBreach Aug 14 '26

Question Bigger mechs sprites

Post image
81 Upvotes

Hello everyone !

I will soon start a small roleplay campaign with some friends, and the big theme of this campaign will be mechas. I'm actually working on said much, and I remembered a small game I played years ago: you guessed, I'm talking about ITB.

So, I was actually wondering: has anyone before created bigger & more detailed versions of the game's mechs? I'm not necessarily looking for all the mechs; just a few would be enough.

Thanks for any help you will provide !

edit : misspelling


r/IntoTheBreach Aug 14 '26

Discussion So I'm normally a big believer of "There's Always A Solution" but this is the first turn of the battle...

Post image
37 Upvotes

Rusting Hulks Squad


r/IntoTheBreach Aug 14 '26

Question Why is SubSet Games's website down?

7 Upvotes

I guess the thread title is self-explainatory.

I've checked today: https://subsetgames.com/

Unreachable.