• Breaking News

    Wednesday, July 28, 2021

    Faster Than Light | Tryna figure out if the next jump will block the exit be like

    Faster Than Light | Tryna figure out if the next jump will block the exit be like


    Tryna figure out if the next jump will block the exit be like

    Posted: 27 Jul 2021 03:26 PM PDT

    When your boarding party has a fully leveled crystal fighter

    Posted: 27 Jul 2021 02:04 PM PDT

    Guess I'll sell the burst laser

    Posted: 27 Jul 2021 03:26 AM PDT

    A little code script to help you get the crystal cruiser without getting carpel tunnel syndrome

    Posted: 27 Jul 2021 10:02 PM PDT

    So I like REALLY wanted the crystal cruiser... and I read about the strategy where you restart the game over and over again until you can purchase long range sensors from the first store you run across.

    Thing is, I was getting carpel tunnel syndrome from clicking 'new game' over and over again - you have to open the tools menu then click 'new game' then click 'yes'... 'continue'... etc...

    So I wrote a little python script that moves around the mouse and clicks the buttons for restarting the game.

    Here it is for anyone else whose in the same boat.

    ``` import pyautogui as p from pynput.mouse import Button, Controller

    mouse = Controller()

    screenWidth, screenHeight = p.size() currentMouseX, currentMouseY = p.position()

    def moveClick(tuple): p.moveTo(tuple[0], tuple[1]) mouse.click(Button.left)

    continuebtn = (410, 418) toolbtn = (732, 92) newgame = (487, 418) yesbtn = (613, 431) jumpbtn = (566, 93) cancelbtn = (979, 686)

    moveClick(toolbtn) moveClick(toolbtn) moveClick(newgame) moveClick(yesbtn) moveClick(continuebtn) moveClick(jumpbtn) p.moveTo(cancelbtn[0], cancelbtn[1]) ```

    submitted by /u/schlendeus
    [link] [comments]

    Whew, that was close.

    Posted: 27 Jul 2021 08:07 AM PDT

    So I’ve been trying out Mantis B and…

    Posted: 27 Jul 2021 11:49 PM PDT

    I'm having some difficulty getting a good run going. I think I've managed to hit sector 3 or 4, but it's taken a lot of luck. I'm very dependent on RNG gifting me a useful weapon. About half the sector 1 encounters are pretty much GG situations. It's very difficult when you board the enemy ship against a cloning bay. Not much I've been able to do. Missile launchers are often a guaranteed hit on my drone or engines. Automated scouts are a bust unless my boarding drone hits the right section (33% chance). If a ship is threatening to leave, that is also a problem. The RNG can be especially hateful too, like putting TWO store nodes attached to the start in sector 1. A lot of stuff I've read has Mantis B near the top due to its boarding setup. I'm sure if you restart the run like 10 or so times for good RNG, it's a great ship.

    What am I missing?

    submitted by /u/satanfx55
    [link] [comments]

    This happened after steam did the "download ftl? existing files found" after it forgot I downloaded ftl, I also lost all my ships (except for B because they're unlocked by achievements,) how the hell do I stop steam from repeatedly deleting my save data?

    Posted: 27 Jul 2021 10:14 PM PDT

    Finally won with ENGI B

    Posted: 27 Jul 2021 01:00 PM PDT

    Took a bit of a break from the game and jumped back in last night. Took some familiar losses with ENGI B and then got the 100 hour achievement (yay?)

    Figured I'd take one more turn on the bastard before bed. Another loss by getting overrun by a four teleporters or just not having enough power to get through enemy shields by sector 4.

    Ended up getting a damn Fire Beam in the first sector and was off and running. Lucked boxed into a Burst 2, preignitor, autoloader by Sector 4 and for the first time in a long time I was able to get Burst 2 Laser in a store. Full crew, two bursts, fire beam, anti personnel drove, defense drone mark 2 and mind control. Got me to the last sector. Got rid of the fire beam to pick up a hull laser 2.

    Cruised through the boss, I couldn't believe it.

    Just had to post this here, no one at my house cares.

    submitted by /u/Parlett316
    [link] [comments]

    Can't install Slipstream Mod Manager

    Posted: 27 Jul 2021 07:20 AM PDT

    When I try to run slipstream it wants me to locate the FTL data.dat file. Problem is I do not see this file anywhere in the game's directory. I'm running FTL via Steam, and the game directory for FTL within the Steam folder is pretty bare. Is it located somewhere else?

    submitted by /u/zeek215
    [link] [comments]

    Could someone give me a definitive guide on how to get Steam cloud saves working on Linux?

    Posted: 27 Jul 2021 06:42 AM PDT

    Hey,

    This has been a perpetual problem for me for probably the past decade. I use pop!os as my personal OS and one of my biggest gripes is that I can't get cloud saves working on FTL (its one of the few reasons I boot into Windows on occasion).

    I've tried literally every solution I can find online, but none of them work.

    Does it actually work for some users? What did you do to get it working?

    Any help greatly appreciated.

    submitted by /u/vhdpkggik
    [link] [comments]

    Help

    Posted: 27 Jul 2021 04:12 AM PDT

    No comments:

    Post a Comment