FTL Captain's Edition 1.308/Inf 1.301b/EL 1.308

Distribute and discuss mods that are functional. Moderator - Grognak
Post Reply
User avatar
CrashSanders
Posts: 153
Joined: Mon Nov 12, 2012 4:19 pm

Re: FTL Captains Edition 1.02

Post by CrashSanders »

derehannah12 wrote:Help! The It shows as a compressed folder instead of a ftl file! What do I do?
Simply change the file extension.
Image
derehannah12
Posts: 3
Joined: Tue Jul 30, 2013 8:35 pm

Re: FTL Captains Edition 1.02

Post by derehannah12 »

CrashSanders wrote:
derehannah12 wrote:Help! The It shows as a compressed folder instead of a ftl file! What do I do?
Simply change the file extension.
How?
UltraMantis
Posts: 2141
Joined: Thu Sep 20, 2012 3:17 pm

Re: FTL Captains Edition 1.02

Post by UltraMantis »

He means rename the file.

You might have to go into windows Folder options and look for an option called: Hide extensions for known file types and turn it off. Windows also has a habit of treating .zip files as if they were folders adding to the confusion. You need to rename the file so that it ends with .ftl and place that into your FTL/mods folder.
Report spam using the handy Report Button Mod.
User avatar
Sleeper Service
Posts: 2305
Joined: Sun Mar 24, 2013 8:49 pm

Re: FTL Captains Edition 1.02

Post by Sleeper Service »

videogameguy54 wrote:Question: Do I have to unlock all ships beforehand to play this mod to it's full potential.
i.e. All ships won't be unlocked by using this and I can got though the game with this and still have a challenge.
I'm pretty sure ship unlocks and achievements still work properly with the mod installed. If you are new to FTL you might want to experience vanilla first, but you can also dive in right away with captains edition and unlock the ships there. Almost no modifications have been made to the ways ships are unlocked.
Discordwolf wrote:Hello I posting here to let you know that your mod will be streamed live on twitch TV at 7pm est on 7/31/13 the streamers name is Pandatron76 at http://www.twitch.tv/pandatron76 and would really like it if you stopped by to get input from you and to give you some... We hope we will see you in the stream...
Ah thanks for the heads up, I'll try to be there.
Image
Working on a sci-fi deckbuilder nowadays.
Other games I made.
videogameguy54
Posts: 13
Joined: Fri Jul 26, 2013 3:26 am

Re: FTL Captains Edition 1.02

Post by videogameguy54 »

I just got to a station that make me surrender. Didn't think it would actually auto-kill you. Great thinking me. 8-)
videogameguy54
Posts: 13
Joined: Fri Jul 26, 2013 3:26 am

Re: FTL Captains Edition 1.02

Post by videogameguy54 »

I also noticed a bug that causes some of the custom text, below the objective text that appears right after you press start, has a weird glitch that causes some of the letters to shift to random characters rapidly. Imagine seeing a single letter change between "dslfkaj.,sdf,a.disjlf " quickly. I once saw a minecraft map that had a book that used this purposely to show a corruption. I don't know if this was just my game not being modded correctly, or if it was a bug though...
User avatar
Estel
Posts: 466
Joined: Sat Jun 22, 2013 4:03 am

Re: FTL Captains Edition 1.02

Post by Estel »

Another small bug report:

Advanced fire beam: It doesn't work as intended. Description states, that it pierces through 1 shield, damages crew and personel by 1, and ignites firer. Hoever, it *doesn't* pierce through 1 shield - it goes through only, if shields are down.

typo:
"her" instead of "here"

There are some more events inc. stations, where station image isn't shown. Generally, you might want to check all events for "station" text (using some sane operating system, i.e. not windows - for example, under GNU/Linux, 'grep' could be useful).

As for "experience vanilla" - as said earlier - I thought the same, at first. Now, gained experience, I can tell you - Captains Edition is, in practice, unofficial patch, containing best of modding efforts, that are in line with vanilla experience. So, it's literally, a Vanilla+.

/Estel
User avatar
kartoFlane
Posts: 1488
Joined: Mon Jan 14, 2013 10:20 pm

Re: FTL Captains Edition 1.02

Post by kartoFlane »

Estel wrote:i.e. not windows - for example, under GNU/Linux, 'grep' could be useful).
*shrug* in Windows, you can just Ctrl+F once you have the file open in the default notepad. And while it doesn't support regex by default, pretty much any other good 3rd party text editor has regex find/replace implemented (Notepad++, Notepad2)

Also, "too" instead of "to" in this same text.
And I think the shield piercing inconsistency also affected one other beam -- I think it might have been the Adv fire beam, but I'm not sure. Might as well check all other weapons for description/stat consistency
Superluminal2 - a ship editor for FTL
User avatar
Estel
Posts: 466
Joined: Sat Jun 22, 2013 4:03 am

Re: FTL Captains Edition 1.02

Post by Estel »

kartoFlane wrote:*shrug* in Windows, you can just Ctrl+F once you have the file open in the default notepad. And while it doesn't support regex by default, pretty much any other good 3rd party text editor has regex find/replace implemented (Notepad++, Notepad2)
That's why i mentioned using non-windows system - opening every single file and searching manually is *definitely* not fun. Under any *sane8 operating system, you may just use any basic (i.e. provided with system itself) tool to recursively search content of given path, for given pattern - inside or outside file's content.

Of course, in this case, we want single command, that will give our list of files where "station" is mentioned inside file - including info on line where it is mentioned, for every hit :) Obviously, it makes fixing such glitches a 5-min task, as opposed to hours of browsing through countless of files.

Of course, there is a chance, that you can achieve it under windows too - by spending another couple of hours searching for appropriate free (as in beer, or, if you're lucky, as in speech) 3rd party tools. But, such time could be better spend on downloading any $random linux ditro, installing it, and entering new, more beautiful world :D

/Estel
UltraMantis
Posts: 2141
Joined: Thu Sep 20, 2012 3:17 pm

Re: FTL Captains Edition 1.02

Post by UltraMantis »

WinXP could search inside files easily as there was a checkbox for that when searching. Win7 does things a little differently, but it can still be done easily. There's two ways to do it.

1) Search normally but instead of searching for <word> in filenames and folders search for <content:word>. Just like that, no spaces. The search will return results with files that contain the string <word> and ignore all other files, including files named word.xxx

2) In Folder Options under the Search tab, check the option Allways search file names and contents. However this will also require some fiddleing with indexing options because Win7 insists on knowing what file types exits and how to sort and search them.

The whole indexing things is as dumb as the registry imo, and about as usefull but it's better not to fight it. Because if you're gonna fight indexing you might as well use debian...
Report spam using the handy Report Button Mod.
Post Reply