Strategies |
Cheats |
- 1Mods
- 7Exploits
Mods[edit]
Disable Rebel Fleet Pursuit[edit]
This mod removes the rebel fleet pursuit, allowing you to take your time travelling through each sector visiting each warp point. Makes the game significantly easier but still offers some challenge.
Download Bomber Crew for macOS 10.7 or later and enjoy it on your Mac. Prepare your crew for their most dangerous mission yet and go chocks away for a sky-bound expedition in this strategic survival sim, Bomber Crew. Choose your Crew! Train and personalise your own Bomber Crew. Procedurally-generated names, skills and back stories means a. Bomber Crew: USAAF Skin Pack 2 and 3 DLC v20181104 - b6092 MULTI6 Fixed Files Bomber Crew: USAAF v20181023 MULTI6 Fixed Files Bomber Crew: Challenge Mode v20180710 MULTI6 Fixed Files. PLITCH - Stop Cheating, Start Plitching. Deactivated: We won't be able to ‚remember‘ you from a previous session, so you'll have to select your language and log in again every time you come back. Engine For FREE Engine at. Bing Gains New Logo Ui Page Zero Links Snapshot U0026 Pole. How the Bomber Friends Cheat Works. The whole process of accessing the Bomber Friends Cheat is very simple. To begin with, just go to this page, Click on ‘Online Hack V1' or ‘Online Hack V2' or ‘Online Hack V3'.
The mod can be found here and it's updated to the latest version of the game. No it's not.
Memory Editing[edit]
Warning: Crashes can occur if the wrong Addresses are modified! Make sure you're modifying the right address or else you carry a very high chance of crashing the game.
Using Cheat Engine:
- Use at your own risk - can install bloatware & mess with your personal settings unless you uncheck the 'install yahoo search suite' box in the installer!
- Download & install Cheat Engine: http://www.cheatengine.org/ - it will ask you whether or not you want to install a bunch of crappy bloatware like chromium and Avast.
- Start a new game of FTL, and run Cheat Engine
- Click the image of the computer on the upper left.
- Locate FTLGame.exe in the list, select it, and press ' Open'
- In the box labelled 'Value:' enter the value of what you want to change. (eg: if you have 30 scrap, type '30' into the box.) Click 'First Scan' (Note: Downloading a cheat table might be useful as it isolates common variables [i.e. missiles, scrap])
- Change the Value of what you want to change. (eg: add scrap from battle or lose scrap from buying something)
- Enter the new value into the box and click 'Next Scan'
- Repeat the above step until you have 2 addresses found on the left side
- Click an address (highlighting it blue), right-click it and select 'Change the value of the selected addresses'
- Enter any number, then click OK.
- Check the game to see if the value of what you wanted to change changed
- If it has, double-click the highlighted address, it will be moved to the bottom of the window
- If it hasn't, double-click the address that isn't highlighted, it will be moved to the bottom of the window
- If you want to, right-click the address at the bottom of the window, go to 'Change Record -> Description' and set a description for the address (usually the name of what it changes)
- When you want to change the value, right-click the address at the bottom, and go to 'Change Record -> Value' and enter the desired value.
- If you want to add more recorded addresses, click 'New Scan' (above the 'Value:' box) and go back to Step 5.
Memory Editing on Mac[edit]
If you play Faster Than Light on Mac OS X, Bit Slicer is similar to Poke. Bit Slicer for Mac. Choose the 32-bit Integer type and specify that it is Unsigned. There are various ports of Cheat Engine to OS X, however.
Naruto Shippuden English Dubbed Episodes Episodes, Watch Naruto Shippuden English Dubbed Episodes Free Anime HD Quality latest Episodes, Naruto Shippuden English Dubbed Episodes AnimesEpisodes Full Seasons Download. You are Watching Japanese cartoon. Naruto shippuden english dubbed. Watch all seasons and episodes of Naruto Shippuden online and follow Naruto Uzumaki and his friends on his journey to train to be the best ninja in the land. Naruto Shippuden Dubbed at Narutoget Watch Naruto Shippuden English Dubbed! You can watch Naruto Shippuden english dubbed & Movies without registration. All videos are in high quality you can begin watching by selecting the episodes below.
Memory Editing on Linux[edit]
The Linux equivalent of Poke is a command-line utility called scanmem. The neat thing with scanmem is that you can run multiple instances at once, to track different values. It is as easy to use as poke.
The basics are:
- Download scanmem. apt-get install scanmem OR yum install scanmem
- Start up your game and get to the point where you are looking at your chosen ship in space. Open a command line and find the PID (process ID) of your game.
- type ps -ef | grep -i FTL and look for an executable named 'FTL'. If there are several results, try the one with the highest PID.
- Start scanmem as root (or with sudo permissions), and set the PID you want to scan. For example, if the pid is 1234, type sudo scanmem 1234
- Note: as an alternative to running as root, you can disable restrictions on process tracing with echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
- Type the current number that you want to track, and hit enter. It will locate all instances of that number.
- Do something to change that number in-game, then enter the new value into scanmem. Keep doing this until it pares down to 2-3 matches.
- If it very quickly returns 0 results, you are likely scanning the wrong PID, or you scanned the PID before the game was underway. Try scanning the PID again, or scan a different PID.
- With matches pared down to a few, type list to see them. They will be assigned list numbers.
- Set an entry to a different value by typing set # value. So to set entry #1 value to 1000, type set 1 1000
- You should see your value change in game. If it does not, you picked the wrong entry- set the value back to normal and try tweaking a different entry.
- Bonus: you can track a value in scanmem as it changes, by typing watch # with # being the entry number from list command.
So, the whole thing looks like:
root@d3athPC:~# ps -ef | grep -i ftl
1002 21866 21104 0 02:56 ? 00:00:00 /bin/sh -c '/home/user/Steam/SteamApps/common/FTL Faster Than Light/FTL'
1002 21867 21866 0 02:56 ? 00:00:00 /bin/bash /home/user/Steam/SteamApps/common/FTL Faster Than Light/FTL
1002 21868 21867 99 02:56 ? 00:02:26 /home/user/Steam/SteamApps/common/FTL Faster Than Light/data/amd64/bin/FTL
root 21899 21308 0 02:59 pts/1 00:00:00 grep --color=auto -i ftl
- PID 21868 is the one we want.
root@d3athPC:~# scanmem
scanmem version 0.13
Enter the pid of the process to search using the 'pid' command.
Enter 'help' for other commands.
0> pid 21868
info: maps file located at /proc/21868/maps opened.
info: 35 suitable regions found.
- Lets say our ammo is at 16. Start tracking that.
0> 16
info: 01/35 searching 0x889000 - 0x89e000......ok
info: 35/35 searching 0x7fffb4c2a000 - 0x7fffb4c73000......ok
info: we currently have 1698010 matches.
- Now we fire off a missile, leaving 15.
1698010> 15
info: we currently have 11 matches.
- Firing another..
11> 14
info: we currently have 2 matches.
2> list
[ 0] 0x1bae4f04, 14, [I64 I32 I16 I8 ]
[ 1] 0x1bc3e8c0, 14, [I64 I32 I16 I8 ]
2> set 0 100
info: setting *0x1bc3e8c0 to 64..
The same goes with harpies and their golden seeds for females.Also, STFU about my hard-on for hardcore survival!Well last time i checked which was a month or two ago, the only way to revert back was by using humus so hearing about both those items is news to me.Eh, hardcore doesn't really make sense as i said. I've play many runs as a virgin character without needing to load. Corruption of champions golden seed. For example, just now before I typed this, I met a bunnygirl in the Plains. When you 'converse' with her (As a male and not taking it up the arse) she'll give you an egg that has a chance of reverting a major change from something else the first time.
- Missiles will now read 100
Game Trainers on Linux[edit]
By far the best game trainer on Linux is the universal elite game trainer ugtrain as it comes withdynamic memory support by preloading libraries for memory discovery and memory hacking (using LD_PRELOAD). It takes over control ofdynamic memory objects and can modify everything inside. It uses scanmem for discovery and matches found memory addresses on the heapto recorded memory allocations. The tool comes with example configs for FOSS games like Chromium B.S.U. or Warzone 2100 with automaticadaption so that you can use them right away on your system. Also security measures like ASLR/PIE are bypassed.
The methods are not trivial. So it is best to ask maintainer Sebastian Parschauer for support.
All other tools like Game Conqueror, QGSpider, gamecheater, lintrainer or Tursiops are too basic and do not even work for static memory any morebecause of ASLR/PIE.
Save Game Editor[edit]
Save game editor has been created by reddit user ftlcheat. The file can be downloaded from mediafire.
Updated version: http://www.sendspace.com/file/o7o1mi
Another save game editor was created with Excel macros at mediafire.
This editor is compatible across Windows, Mac and Linux, including abilities to edit both profile(achievements/unlock) and saved files: http://www.subsetgames.com/forum/viewtopic.php?f=7&t=10959
Memory Editing on Linux[edit]
The Linux equivalent of Poke is a command-line utility called scanmem. The neat thing with scanmem is that you can run multiple instances at once, to track different values. It is as easy to use as poke.
The basics are:
- Download scanmem. apt-get install scanmem OR yum install scanmem
- Start up your game and get to the point where you are looking at your chosen ship in space. Open a command line and find the PID (process ID) of your game.
- type ps -ef | grep -i FTL and look for an executable named 'FTL'. If there are several results, try the one with the highest PID.
- Start scanmem as root (or with sudo permissions), and set the PID you want to scan. For example, if the pid is 1234, type sudo scanmem 1234
- Note: as an alternative to running as root, you can disable restrictions on process tracing with echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
- Type the current number that you want to track, and hit enter. It will locate all instances of that number.
- Do something to change that number in-game, then enter the new value into scanmem. Keep doing this until it pares down to 2-3 matches.
- If it very quickly returns 0 results, you are likely scanning the wrong PID, or you scanned the PID before the game was underway. Try scanning the PID again, or scan a different PID.
- With matches pared down to a few, type list to see them. They will be assigned list numbers.
- Set an entry to a different value by typing set # value. So to set entry #1 value to 1000, type set 1 1000
- You should see your value change in game. If it does not, you picked the wrong entry- set the value back to normal and try tweaking a different entry.
- Bonus: you can track a value in scanmem as it changes, by typing watch # with # being the entry number from list command.
So, the whole thing looks like:
root@d3athPC:~# ps -ef | grep -i ftl
1002 21866 21104 0 02:56 ? 00:00:00 /bin/sh -c '/home/user/Steam/SteamApps/common/FTL Faster Than Light/FTL'
1002 21867 21866 0 02:56 ? 00:00:00 /bin/bash /home/user/Steam/SteamApps/common/FTL Faster Than Light/FTL
1002 21868 21867 99 02:56 ? 00:02:26 /home/user/Steam/SteamApps/common/FTL Faster Than Light/data/amd64/bin/FTL
root 21899 21308 0 02:59 pts/1 00:00:00 grep --color=auto -i ftl
- PID 21868 is the one we want.
root@d3athPC:~# scanmem
scanmem version 0.13
Enter the pid of the process to search using the 'pid' command.
Enter 'help' for other commands.
0> pid 21868
info: maps file located at /proc/21868/maps opened.
info: 35 suitable regions found.
- Lets say our ammo is at 16. Start tracking that.
0> 16
info: 01/35 searching 0x889000 - 0x89e000......ok
info: 35/35 searching 0x7fffb4c2a000 - 0x7fffb4c73000......ok
info: we currently have 1698010 matches.
- Now we fire off a missile, leaving 15.
1698010> 15
info: we currently have 11 matches.
- Firing another..
11> 14
info: we currently have 2 matches.
2> list
[ 0] 0x1bae4f04, 14, [I64 I32 I16 I8 ]
[ 1] 0x1bc3e8c0, 14, [I64 I32 I16 I8 ]
2> set 0 100
info: setting *0x1bc3e8c0 to 64..
The same goes with harpies and their golden seeds for females.Also, STFU about my hard-on for hardcore survival!Well last time i checked which was a month or two ago, the only way to revert back was by using humus so hearing about both those items is news to me.Eh, hardcore doesn't really make sense as i said. I've play many runs as a virgin character without needing to load. Corruption of champions golden seed. For example, just now before I typed this, I met a bunnygirl in the Plains. When you 'converse' with her (As a male and not taking it up the arse) she'll give you an egg that has a chance of reverting a major change from something else the first time.
- Missiles will now read 100
Game Trainers on Linux[edit]
By far the best game trainer on Linux is the universal elite game trainer ugtrain as it comes withdynamic memory support by preloading libraries for memory discovery and memory hacking (using LD_PRELOAD). It takes over control ofdynamic memory objects and can modify everything inside. It uses scanmem for discovery and matches found memory addresses on the heapto recorded memory allocations. The tool comes with example configs for FOSS games like Chromium B.S.U. or Warzone 2100 with automaticadaption so that you can use them right away on your system. Also security measures like ASLR/PIE are bypassed.
The methods are not trivial. So it is best to ask maintainer Sebastian Parschauer for support.
All other tools like Game Conqueror, QGSpider, gamecheater, lintrainer or Tursiops are too basic and do not even work for static memory any morebecause of ASLR/PIE.
Save Game Editor[edit]
Save game editor has been created by reddit user ftlcheat. The file can be downloaded from mediafire.
Updated version: http://www.sendspace.com/file/o7o1mi
Another save game editor was created with Excel macros at mediafire.
This editor is compatible across Windows, Mac and Linux, including abilities to edit both profile(achievements/unlock) and saved files: http://www.subsetgames.com/forum/viewtopic.php?f=7&t=10959
Bomber Crew Cheat Engine For Mac Os
This is another editor: https://github.com/Vhati/ftl-profile-editor
Here's another save/profile/crew/inventory editor: www.ftlgame.com/forum/viewtopic.php?f=7&t=2877(outdated as of 4/8/2014 and AE)
AutoCAD LT 2010: 057B1: AutoCAD LT Civil Suite 2010: 545B1: AutoCAD Map 3D 2010: 129B1: AutoCAD Mechanical 2010: 206B1: AutoCAD MEP 2010: 235B1: AutoCAD OEM 2010: 140B1: AutoCAD P&ID 2010: 448B1: AutoCAD Plant 3D 2010: 426B1: AutoCAD Raster Design 2010: 340B1: AutoCAD RealDWG 2010: 151B1: AutoCAD Revit Architecture Suite 2010: 241B1: AutoCAD. Autocad Map 3d 2010 crack: Autocad 2010.64 crack: Autodesk Autocad Map 3d 2010 serial keys gen: Autocad Autodesk Architecture 2010 serials key: Autocad 2010 serial number maker: Autocad Civil 3d 2011.2010 keymaker: Autodesk.autocad 2010 serial key gen: Autodesk - Autocad 2010 serial keys gen: Autodesk Autocad Revit Mep 2010 key code generator. AutoCAD Civil 2010: 544B1: AutoCAD Civil 3D 2010: 237B1: AutoCAD ecscad 2010: 562B2: AutoCAD Electrical 2010: 225B1. Entering an incorrect product key will result in activation errors for that product. AppNee will have no new software added to its software repository until it returns to normal release/update cycle again (the transition. Autocad civil 3d 2010 activation code keygen software windows 10.
Exploits[edit]
Save-Scumming[edit]
Bomber Crew Cheat Table
It is possible to 'quick save' by saving and quitting, (alt-tabbing out is enough) and then making manual backup copies of the continue.sav
file, and restoring them when one dies. An alternative is to return to the Main Menu, which will also create a quick save.
On Linux the save is located in your home directory under ~/.local/share/FasterThanLight/On Windows it's located in C:UsersDocumentsmy gamesfasterthanlight
This would be considered cheating by some players and may spoil enjoyment of the game. It goes against the intentions of the developer's desire for the player to experience permanent death, a standard feature of many roguelike games. However, it can usefully allow you to hit the final event for the Secret Ship challenge, by replaying the final necessary sector, and it can be helpful for 'saving' a favoured ship configuration for later review.
The selection of a store is generated randomly when a system is visited. If a save is stored immediately before jumping to a system with a store in it, it is possible to load this save as many times as necessary to find an item of choice. This tactic cannot be used to affect the outcomes of event choices, which seem to be pre-determined when a sector is first visited.
Powerlevel Crew[edit]
Crew members gain skills when in combat.[1] If an enemy ship can not penetrate one's shields and can't do hull damage, you can stay in combat indefinitely (unless they jump). This allows the opportunity to train crew members to maximum skill.
- ↑http://www.reddit.com/r/ftlgame/comments/zvyng/powerleveling_crew_members