-
Posts
4,559 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by blowfish
-
[1.1.2][1-1-2] May 13-2016 EnvironmentalVisualEnhancements
blowfish replied to rbray89's topic in KSP1 Mod Releases
It's somewhat more complicated in this case because the plugin needs to be able to access pixel data in the cloud textures. Being able to do this with DDS textures requires additional code, or so I am told. -
[1.0.2] B9 Aerospace | Procedural Parts 0.40 | Updated 09.06.15
blowfish replied to bac9's topic in KSP1 Mod Development
Per the configs, the tech required is Advanced Aerodynamics. I don't know exactly where that is in the new tech tree. Do they show up in sandbox mode? -
[1.0.2] B9 Aerospace | Procedural Parts 0.40 | Updated 09.06.15
blowfish replied to bac9's topic in KSP1 Mod Development
Did you follow the last instruction and use the download in the OP, then apply Crzyrndm's patch? -
[1.3.1] Ferram Aerospace Research: v0.15.9.1 "Liepmann" 4/2/18
blowfish replied to ferram4's topic in KSP1 Mod Releases
Give the canards some negative AoA deflection. That should improve pitch stability somewhat.- 14,073 replies
-
- aerodynamics
- ferram aerospace research
-
(and 1 more)
Tagged with:
-
In my experience DDS textures are nearly indistinguishable from the originals, so there must be something wrong with the settings you're using. You definitely want mipmaps, and you generally want to set the quality to the highest possible, though lower quality settings shouldn't produce effects anything like you're describing.
-
[1.2.2] B9 Aerospace | Release 6.2.1 (Old Thread)
blowfish replied to bac9's topic in KSP1 Mod Releases
There are two major issues you'd run into: (1) Nothing has been adjusted for the new heating system, so things may inexplicably overheat when they shouldn't (2) Jet engines are not balanced for the new aero. And re: Kinetech, I took a look at it about a week ago and IIRC there were a couple of changes that had to be made for 1.0 compatibility.- 4,460 replies
-
[1.1.2] Kerbin-Side (v1.1.0) & Supplements
blowfish replied to AlphaAsh's topic in KSP1 Mod Releases
No, all the KSC additions are outside of that area. Nothing- 2,488 replies
-
- 1
-
-
- launchsites
- bases
-
(and 1 more)
Tagged with:
-
As some of you know, KSP 1.0 now supports loading of DDS textures. These compressed* textures save both memory and loading time as they can be sent without decompression directly to GPU memory. All of the textures and effects that Squad includes with KSP are now distributed as DDS (if you noticed that 1.0 loads much faster than 0.9, now you know why). Given the numerous benefits that textures in this format provide to players, I encourage all part mod authors to distribute their mods with DDS textures. Tools for converting textures to DDS: Lilleman's converter Intended for end users, but the default settings will usually generate textures that work fine for distribution Photoshop plugin A plugin for Adobe Photoshop which allows it to read and write DDS textures. NVIDIA Texture Tools Command line utilities for working with DDS textures. Paint.net Free image editing software for Windows Gimp DDS plugin A DDS plugin for GIMP. img2dds Cross-platform python script for converting contents of GameData to DDS. Might need some modification to work with individual folders. What not to convert: Icons and any textures that need to have their data accessed directly by a plugin. Conversion settings to use: For KSP, textures need to be flipped vertically - The NVIDIA texture tools and Photoshop plugins have settings to do this for you, and Lilleman's converter does it automatically. The textures also need to be in the right format: Texture Formats: DXT1 Use this for anything without an alpha channel. DXT5 Use this for anything with an alpha channel. This includes combined diffuse/shine maps. DXT5nm Use this format for normal maps. *DDS also supports various uncompressed formats.
-
[1.3.1] Ferram Aerospace Research: v0.15.9.1 "Liepmann" 4/2/18
blowfish replied to ferram4's topic in KSP1 Mod Releases
It's the development version of the new voxel aero version. Go to the Github page linked in the OP, then select the VoxelAeroPort branch and download the repository. Make sure you have ModularFlightIntegrator (can be found easily by search).- 14,073 replies
-
- aerodynamics
- ferram aerospace research
-
(and 1 more)
Tagged with:
-
Kerbodyne SSTO Division: Omnibus Thread
blowfish replied to Wanderfound's topic in KSP1 The Spacecraft Exchange
I've gotten to Mach 5 on RAPIERs in 1.0.2 with 100% heating enabled (1 ram intake + 1 precooler per engine). Your ascent path has to be very carefully managed, but it's doable. -
[1.3.1] Ferram Aerospace Research: v0.15.9.1 "Liepmann" 4/2/18
blowfish replied to ferram4's topic in KSP1 Mod Releases
There is a recent commit which addresses this issue. Do you have the latest version from Github?- 14,073 replies
-
- aerodynamics
- ferram aerospace research
-
(and 1 more)
Tagged with:
-
[1.3.0] OPT Space Plane v2.0.1 - updated 29/07/2017
blowfish replied to K.Yeon's topic in KSP1 Mod Releases
Nice work Given the massive loading time and memory savings, could you release the next version with DDS textures? -
[1.3.1] Ferram Aerospace Research: v0.15.9.1 "Liepmann" 4/2/18
blowfish replied to ferram4's topic in KSP1 Mod Releases
An alternate explanation is that the CoM is so far back that you don't have enough pitch authority to raise the nose and actually generate lift. If you're falling but not stalling that means that you're unable to maintain the required AoA for level flight. You could try adding some canards at the front which would both reduce the pitch moment required to lift the nose and increase your available pitch authority. What you have now is basically a lawn dart.- 14,073 replies
-
- aerodynamics
- ferram aerospace research
-
(and 1 more)
Tagged with:
-
[1.3.1] Ferram Aerospace Research: v0.15.9.1 "Liepmann" 4/2/18
blowfish replied to ferram4's topic in KSP1 Mod Releases
There is a smoothing setting which acts as a difficulty scale - the more smoothing that is applied to your craft, the less that strict area ruling matters.- 14,073 replies
-
- aerodynamics
- ferram aerospace research
-
(and 1 more)
Tagged with:
-
[1.0.2] B9 Aerospace | Procedural Parts 0.40 | Updated 09.06.15
blowfish replied to bac9's topic in KSP1 Mod Development
You need to install from the link in the OP and then overwrite the relevant parts from Crzyrndm's link. -
[1.2.2] B9 Aerospace | Release 6.2.1 (Old Thread)
blowfish replied to bac9's topic in KSP1 Mod Releases
You need to provide output_log.txt, otherwise no one will have any clue how to help you.- 4,460 replies
-
[1.1.2] Kerbin-Side (v1.1.0) & Supplements
blowfish replied to AlphaAsh's topic in KSP1 Mod Releases
I don't think compatibility with that mod is supported.- 2,488 replies
-
- launchsites
- bases
-
(and 1 more)
Tagged with:
-
[1.0.2] B9 Aerospace | Procedural Parts 0.40 | Updated 09.06.15
blowfish replied to bac9's topic in KSP1 Mod Development
It should work without it, as long as you have an updated dll. -
[1.0.2] B9 Aerospace | Procedural Parts 0.40 | Updated 09.06.15
blowfish replied to bac9's topic in KSP1 Mod Development
The next version of FAR is experimental right now, though many people are using it even without a complete release. The new stock aero isn't even close to the level of detail and accuracy that the old version of FAR provided, let alone the new version (much better than old stock though). As far as 1.0.2 stock aero compatibility goes, it should work but you need to replace the dll in the main download with Crzyrndm's patch (in his sig). You don't need the Procedural Parts mod for this to work.