Search found 792 matches
- Mon Jan 08, 2018 6:30 pm
- Forum: Technical Support and Bugs
- Topic: Request: Allowing a name in both gender lists
- Replies: 0
- Views: 4481
Request: Allowing a name in both gender lists
Seems like this corner case wouldn't be hard to accomodate. Comment : "All of the Names" Mod It appears names in FTL can only be exclusively either male or female. If a name shows up in both male and female pools of names, the game assigns the name to whichever gender appears last in the f...
- Sun Jan 07, 2018 9:27 pm
- Forum: Mod Development
- Topic: Slipstream Mod Manager v1.9.1 (2018-01-07)
- Replies: 766
- Views: 1468647
Re: Slipstream Mod Manager v1.9.1 (2018-01-07)
. . v1.9.1 has been released: ⋅ Edited a comment in boilerplate mod metadata to include AE ships. ⋅ Made the comments in boilerplace mod metadata optional. ⋅ Fixed omitted Validate warnings for PNG files. ⋅ Disabled XML escaping when reencoding to ensure inval...
- Sun Jan 07, 2018 6:23 pm
- Forum: Tips, Strategy & Guides
- Topic: [Spoiler] FTL Profile/SavedGame Editor v27 (2018-01-12)
- Replies: 487
- Views: 875991
Re: [Spoiler] FTL Profile/SavedGame Editor v26 (2018-01-07)
. . v26 has been released: ⋅ Fixed a crash when editing shops. ⋅ Fixed a crash when saving a saved game with missiles/asteroids/explosions. ⋅ Fixed "Ship" tab doors not repainting after open/closed changes are applied. ⋅ Fixed "Ship" tab se...
- Wed Jan 03, 2018 8:23 pm
- Forum: Technical Support and Bugs
- Topic: FTL 1.5.13 Flagship Artillery Hacking
- Replies: 0
- Views: 3999
FTL 1.5.13 Flagship Artillery Hacking
Seen in FTL 1.5.13, haven't tested in 1.6.2. ⋅ Encounter the stage 1 flagship. ⋅ Hack any of the right three artillery rooms. It will be revealed. ⋅ Go to the main menu and continue, to reload. ⋅ Both that room *and* the leftmost room will be revealed. Reason:...
- Sat Dec 30, 2017 6:31 am
- Forum: Working Mods
- Topic: [NAMES] All of the Names v1.1
- Replies: 5
- Views: 22987
Re: [NAMES] All of the Names v1.1
Zero-width space is a unicode character which does not exist in windows-1252. FTL 1.5.13 and earlier was restricted to windows-1252. So the fix makes means this mod requires FTL 1.6.1+, the edition that switched to unicode under the hood. Hm, Slipstream's validate didn't nag about this. Hrm, Slipstr...
- Fri Dec 29, 2017 10:47 am
- Forum: Technical Support and Bugs
- Topic: FTL 1.6.2 Flagship location glitch when re-saving after defeating it
- Replies: 0
- Views: 4037
FTL 1.6.2 Flagship location glitch when re-saving after defeating it
Dunno if this still applies to 1.6.2. I was investigating an unknown field in a FTL 1.5.13 saved game. setRebelFlagshipVisible( boolean ) setRebelFlagshipHop( int ) setRebelFlagshipMoving( boolean ) setUnknownKappa( int? ) // This one. setRebelFlagshipBaseTurns( int ) It's almost always 0... except ...
- Fri Dec 29, 2017 10:33 am
- Forum: Technical Support and Bugs
- Topic: FTL 1.6.2 Stores forget the bonus drone
- Replies: 0
- Views: 3866
FTL 1.6.2 Stores forget the bonus drone
Problem in 1.6.2: ⋅ Arrive at a store selling DroneCtrl with a bonus Repair drone. ⋅ Go to the main menu and continue, to reload. ⋅ The bonus drone is Defense Mark I. FTL 1.5.12 added an int value to saved store shelves (after the item id and available bool) that might'...
- Tue Dec 19, 2017 5:23 am
- Forum: Working Mods
- Topic: [OVERHAUL] Arsenal+ English Translation
- Replies: 209
- Views: 239121
Re: [OVERHAUL] Arsenal+ English Translation
The next release of Slipstream will have warnings for TTF, MP3, and interlaced PNG files when you click the "Validate" button. Plus a harmless nag when images aren't RGBA w/8bit channels - like alphaless-RGB or gray or indexed or something.
- Tue Dec 19, 2017 12:12 am
- Forum: Mod Development
- Topic: Big Changes in FTL 1.6.1+
- Replies: 21
- Views: 19967
Re: Big Changes in FTL 1.6.1+
I ran the file command to compare a bad image vs a good vanilla image... $ file "Arsenal_1.25.3_rus/shotgun_strip8_plus.png" PNG image data, 296 x 51, 8-bit/color RGBA, interlaced $ file "FTL_Unpacked_1.6.1/img/weapons/shotgun_strip8.png" PNG image data, 296 x 51, 8-bit/color RGB...
- Tue Dec 19, 2017 12:02 am
- Forum: Working Mods
- Topic: [OVERHAUL] Arsenal+ English Translation
- Replies: 209
- Views: 239121
Re: [OVERHAUL] Arsenal+ English Translation
put the current resource pack and data with FTL 1.6 on, and look at the Lanius B. the Lanius B uses "shotgun_strip8_plus.png" and the icon should show up as something wacky) [...] but actually it seems just opening them up in GIMP and then overwriting the image (hotkey order: Alt+f then w...