-
Posts
758 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by Taverius
-
[1.3.1] Ferram Aerospace Research: v0.15.9.1 "Liepmann" 4/2/18
Taverius replied to ferram4's topic in KSP1 Mod Releases
Sure. Post away- 14,073 replies
-
- aerodynamics
- ferram aerospace research
-
(and 1 more)
Tagged with:
-
It will load fine in 0.20.1, but it will use waaaaaay more memory than it should, so depending on how many other mods you are running and what textures they use you might crash on load from lack of memory. You can always backup your steam KSP directory and try it out. If it crashes for you, go back 0.20.0. Squad is aware of the issue, so hopefully we'll have a fix soon. Until then, we've decided not to release 3.0, as loading JUST 3.0 would crash KSP on a 32-bit machine running 0.20.1. Don't worry, we won't spend the time partying like the patricians we are, we'll spend it making 3.0 better. ... whoops, gotta go, the gladiators are here.
-
[0.90] Procedural Dynamics - Procedural Wing 0.9.3 Dec 24
Taverius replied to DYJ's topic in KSP1 Mod Releases
Nope. You've just found out why nobody does wings with fuel in them. It breaks fuel flow. The other being that since wings are very light, adding fuel to them multiples the drag they do by large factors. No bug here, merely how KSP works and LF is defined as a resource. There is a long-standing bug in KSP which makes symmetry copies of a surface-attached part flex less, and snap first under forces. In order to minimize the amount of struts you need to make your plane fly somewhat straight instead of always turn to one side, the connection strength formula is somewhat generous. The connection forced are easy to modify: public float connectionFactor = 150f public float connectionMinimum = 50f connectionFactor is the number by which square root of the lift of a pWing, and its child parts which are also pWings, is multiplied. connectionMinimum should be obvious, its just a floor we apply so that if you make very small wings they will not move by meters under the influence of the smallest force, as they are wont to do. Small wings in KSP do not have set connection force values and use the default value, so if you set the minimum to 0 you will have very strange results with very small wings, where they move from their position by multiples of their dimensions without snapping off. -
This looks awesome! I tried using it for v3.0 of the B9 pack, as I had a use for a smart generator, but even when compiled with the 0.20 references I couldn't get it work. It would be awesome if you post an updated version that works in 0.20.1
-
[1.3.1] Ferram Aerospace Research: v0.15.9.1 "Liepmann" 4/2/18
Taverius replied to ferram4's topic in KSP1 Mod Releases
Unless KSP has some way for you to use the inbuilt meshes and textures used for the indicators, you'd have to load a custom mesh or two yourself and put in the scene. Simple GL lines is certainly easier.- 14,073 replies
-
- aerodynamics
- ferram aerospace research
-
(and 1 more)
Tagged with:
-
[0.90] Procedural Dynamics - Procedural Wing 0.9.3 Dec 24
Taverius replied to DYJ's topic in KSP1 Mod Releases
DYJ started work with control surfaces, but there's some issues with pesky symmetry copies, so it might be a ways off -
Some people report less wing-explodey when the COMOffset lines in the wings are commented out. Its reduced them here, and so we've disabled it for the next release, though its still possible to create things that explode on warp or flight restart. This is also true in stock. Either way, try it out.\ As far as the cockpits, try double-clicking a window
-
[0.24.2] Taverio's Pizza and Aerospace v1.7.1 (22/09)
Taverius replied to Taverius's topic in KSP1 Mod Releases
Neat! I'm not gonna change that in the pack though, that will have to wait for Tweakables, whenever that is. No idea why it wouldn't work for the default size one. Its all there, but because of the broken features in 0.20's database system I can't make them sort right after the stock parts until that's all fixed. You'll find them at the end of the Propulsion and Structural tabs. Well, I could, but I would have to add the models to the Squad directories, and I don't want to do that. That should all be fixed/possible in 0.20.1, hopefully. In other news, 1.4.1 is out. Small update, just fixing the small airscoop attach node and and rebasing the extra files for TouhouTorpedo's updated Mk4 and Mk3 packs. -
[0.24.2] Taverio's Pizza and Aerospace v1.7.1 (22/09)
Taverius replied to Taverius's topic in KSP1 Mod Releases
Ah! If forgot scale = 1. I'll check all the parts tomorrow and post an update -
TT's Mod Releases - Development suspended till further notice
Taverius replied to TouhouTorpedo's topic in KSP1 Mod Releases
I just put it in Gamedata/MuMechLib/Plugins and it works fine? Try it out. -
TT's Mod Releases - Development suspended till further notice
Taverius replied to TouhouTorpedo's topic in KSP1 Mod Releases
MuMechLib works fine, mostly. Its just DR that got utterly destroyed by 0.20. Everything else I have runs no problem ... hullcam, MJ1, etc. -
[0.24.2] Taverio's Pizza and Aerospace v1.7.1 (22/09)
Taverius replied to Taverius's topic in KSP1 Mod Releases
1.4 is out with stuff that was previously in pack I'd made with DYJ - a UAV core and some very small jets - yet another refinement of the wing stats, and a couple of other things. -
Won't be tonight. Snjo was kind enough to make a ModuleAnimateGeneric substitute for us with extra features, now I have to apply it to all parts that use ModuleAnimateGeneric in B9 (a lot) You can see more about the features here: http://forum.kerbalspaceprogram.com/showthread.php/24551-Firespitter-propeller-plane-and-helicopter-parts-v5-0-%28May-25th%29-for-KSP-0-20-0?p=393953&viewfull=1#post393953
-
[1.3.1] Ferram Aerospace Research: v0.15.9.1 "Liepmann" 4/2/18
Taverius replied to ferram4's topic in KSP1 Mod Releases
That's a somewhat known bug with symmetry and resources. Do check if it already exists on the bug tracker.- 14,073 replies
-
- aerodynamics
- ferram aerospace research
-
(and 1 more)
Tagged with:
-
[0.90] Procedural Dynamics - Procedural Wing 0.9.3 Dec 24
Taverius replied to DYJ's topic in KSP1 Mod Releases
I'll investigate if our formula has a bug that makes it generate a value that's too low, but its designed to stay around the values used in stock, and that's unlikely to change. If you want realistic wings, you should be using FAR. Not that pWings supports FAR properly right now. -
[0.90] Procedural Dynamics - Procedural Wing 0.9.3 Dec 24
Taverius replied to DYJ's topic in KSP1 Mod Releases
Its possible that there's a bug with our lift calculations, but there will be variances anyhow. pWings uses a formula based on actual aerodynamics (simplified somewhat) to generate its lift value, while the stock wings used the creator's eyeballed guess and often have nonsensical values. I'm not going to change that, as it lets you replicate actual wing shapes and have them behave roughly the same.