Jump to content

[1.0.5] FASA 5.44


frizzank

Recommended Posts

[quote name='frizzank']Specifically which decouplers in what sort of setup, screenshot, what other mods are you using.[/QUOTE]



Hi Frizzank,

I've just been using the pre-loaded Saturn V and Saturn Nova rocket. I've also tried using the mod with and without any other mods installed including FAR and kerbal joint reinforcement. The error seems to be with the direction the decouplers are ejecting from their original positions in that it is perpendicular from the spacecraft rather than downwards and away. This is happening with all fairings and decouplers including the launch abort system.
Link to comment
Share on other sites

Hi I have a problem with the Apollo lem and the service module if i try to put a part in eather 2 service module bays on ether side. the part sticks to where the door world be if it were closed and i cant use the science equpment that come pre built on to the service moduel Edited by Nucluer
Link to comment
Share on other sites

I believe the new FASA is only for 1.0.5, so if you're still on 1.0.4, that's what CKAN will serve you. However, CKAN questions should be taken to [url=http://forum.kerbalspaceprogram.com/threads/100067-The-Comprehensive-Kerbal-Archive-Network-(CKAN)-Package-Manager-v1-14-3-27-Sep-2015]the CKAN thread[/url].
Link to comment
Share on other sites

Hi there! Big fan of the launch clamps. It's just that recently I came across a... "difficult" contract with them... ^^
[IMG]http://images.akamai.steamusercontent.com/ugc/402306248710818065/6B48C50F2AE465A9AD72EB2088AF301BF221A73A/[/IMG]

I can't say, what caused this problem. I got several mods installed, among them a few contract packs with Contract Configurator. Also it's on 1.0.5 with the FASA Launch Clamps in the "incompatible" version 5.34 according to CKAN. I don't know if there's anything you can even do to prevent being accidentally pulled into a generated contract. Basically I just wanted to share the screenshot. ;)
Link to comment
Share on other sites

A PSA on colliders.

Thomas P. found the source of the issue: In preparation for Unity 5 (which does not support concave colliders), the new mu importer in KSP 1.0.5 will ignore a collider's concavity setting and force it to convex. While Thomas has demonstration code written to force colliders back to being concave, it's a bit of a moot point because 1.1 is coming, where concavity is no longer supported at all.
Link to comment
Share on other sites

[quote name='NathanKell']A PSA on colliders.

Thomas P. found the source of the issue: In preparation for Unity 5 (which does not support concave colliders), the new mu importer in KSP 1.0.5 will ignore a collider's concavity setting and force it to convex. While Thomas has demonstration code written to force colliders back to being concave, it's a bit of a moot point because 1.1 is coming, where concavity is no longer supported at all.[/QUOTE]

What is the actual reasoning for convex colliders being unsupported? Is it a KSP limitation, or a Unity limitation? I know that concave colliders colliding together would cause very bad things to happen, but why exactly? Do other games based in Unity support concave colliders colliding?

[quote name='Sampa']I meant, what is meant by concavity?[/QUOTE]

Hard to explain. Googling comparison photos may help you.

[img]http://docs.garagegames.com/artist/official/3D%20Studio%20Max/Convex_concave.jpg[/img]

Basically, no holes, inward dents, interior volumes, or inward creases.

Practically, in KSP, a useful collider shape would be a tube, like you'd see on an interstage. Because that involves a hole inside a cylinder, that makes it a concave shape. So, most interstage are either a cylinder with no actual hollow space insider, or they are multiple concave box colliders in a circle that approximate the tube.

With the new Mk1 structural part, I image the collider is many box colliders. Wonder how they effect game performance... Edited by curtquarquesso
Link to comment
Share on other sites

[quote name='curtquarquesso']
With the new Mk1 structural part, I image the collider is many box colliders. Wonder how they effect game performance...[/QUOTE]

For box colliders only, its a significantly smaller performance impact, very easy algorithm to test a point inside a defined cuboid.

I don't think this is the same for mesh collider's, even if the mesh is a simple box (might be wrong here?), it will use a more generic collision detection approach.

Point is multiple, even many, boxes are fine. Which is okay for tubes, but very limiting for larger concave shapes.

I think all the above is true, from screwing around in Unity, but I think someone with a brain will be able to say it better.
Link to comment
Share on other sites

I'm an idiot. I was relying on CKAN and it still had 1.1.7 installed.

[QUOTE]I'm getting an error on the Apollo Parts.
Linux Ubuntu.
64bit version.
KSP 1.0.5

I'm not sure how to post an attachment if you want the entire log.

GameData folder:
000_FilterExtensions
000_FilterExtensions Configs
000_Toolbar
B9_Aerospace
BetterBuoyancy
BoulderCo
cls_settings.dat
CommunityResourcePack
ConnectedLivingSpace
CrossFeedEnabler
DeadlyReentry
DistantObject
EngineGroupController
EnvironmentalVisualEnhancements
FASA
FerramAerospaceResearch
Firespitter
FreedomTex
FShangarExtender
JSI
KerbalJointReinforcement
Kopernicus
KSCSwitcher
KSP-AVC
MechJeb2
ModularFlightIntegrator
ModuleManager.2.6.13.dll
ModuleManager.ConfigCache
ModuleManager.ConfigSHA
ModuleManagerLicense.md
ModuleManager.Physics
ModuleManager.TechTree
ModuleRCSFX
ProceduralFairings
ProceduralFairings-ForEverything
ProceduralParts
RCSBuildAid
RealChute
RealFuels
RealHeat
RealismOverhaul
RealSolarSystem
RemoteTech
RSS-Textures
RW Saturatable
SmokeScreen
SolverEngines
Squad
TestFlight
TextureReplacer
ThunderAerospace
toolbar-settings.dat



Works fine on 1.0.4

[CODE]
[LOG 21:06:29.055] PartLoader: Compiling Part 'FASA/Gemini2/FASA_Agena/Agena_Engine_FP/FASAAgena_Engine_FP'
[LOG 21:06:29.058] Added sound_rocket_mini to FXGroup running
[WRN 21:06:29.058] PartLoader Warning: Variable RSSROConfig not found in Part
[LOG 21:06:29.062] *U* Ullage constructor called on FASAAgena.Engine.FP
[EXC 21:06:29.064] MissingFieldException: Field '.ModuleRCS.G' not found.
PartModule.Load (.ConfigNode node)
Part.AddModule (.ConfigNode node)
PartLoader.ParsePart (.UrlConfig urlConfig, .ConfigNode node)
PartLoader+.MoveNext ()
[EXC 21:06:29.068] NullReferenceException: Object reference not set to an instance of an object
ModuleRCS.FindThrusters ()
ModuleRCS.OnStart (StartState state)
ModuleRCSFX.OnStart (StartState state)
Part.ModulesOnStart ()
Part+.MoveNext ()
[EXC 21:06:29.069] NullReferenceException: Object reference not set to an instance of an object
RealFuels.ModuleEnginesRF.Start ()
[EXC 21:06:29.070] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.087] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.107] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.127] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.147] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.166] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.187] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.207] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.227] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.247] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.267] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.287] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.307] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.327] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.347] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.367] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.387] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.407] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.427] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.447] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.467] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.487] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.507] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.527] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.547] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.567] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.587] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.606] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.626] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.647] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.667] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.687] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.707] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.727] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.747] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.767] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.787] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.807] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.826] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.846] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.866] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.887] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.907] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.927] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.947] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.967] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:29.987] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.007] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.027] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.047] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.067] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.087] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.107] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.127] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.146] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.166] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.187] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.207] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.227] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.247] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.267] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.287] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.307] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.327] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.347] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.367] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.387] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.407] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.427] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.447] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.467] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.487] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.507] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.527] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.547] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.567] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.586] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.606] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.627] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.647] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.667] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.687] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.707] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.727] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.746] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.767] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.787] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.806] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.827] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.847] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.867] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.887] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.907] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.927] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.947] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.967] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:30.987] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.007] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.027] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.047] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.067] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.087] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.107] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.127] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.147] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.167] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.187] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.206] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.227] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.247] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.267] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.287] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.306] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.326] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.346] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.367] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.387] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.407] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.427] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.447] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.467] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.487] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.510] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.527] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.547] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.567] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.587] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.607] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.627] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.647] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.667] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.687] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.707] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.727] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.747] MissingFieldException: Field '.ModuleRCS.G' not found.

[EXC 21:06:31.767] MissingFieldException: Field '.ModuleRCS.G' not found.
[/CODE][/QUOTE] Edited by Kelnor
Link to comment
Share on other sites

Beale: Yep, just so. Primitives are cheap, mesh colliders are expensive.

curtquarquesso: As I said in the post you quoted, Unity 5 no longer supports concave colliders. So this is not a KSP choice. What is a KSP choice, is that in preparation for our move to Unity 5, KSP 1.0.5's mu loader no longer supports concave colliders. It does so "early" in the sense that Unity 4.6.4 does technically still support them, but changing to convex-only is a change all mods would need to make for KSP 1.1 (due to the Unity 5 requirement), so modders are just needing to get started on this change a bit early.
Link to comment
Share on other sites

Please bare with me , as I am a new KSP player and not sure if I perhaps did something wrong or this is a result of 1.0.5, when I load in the Fasa Sandbox Save and load in the Fasa Apollo Saturn V, I get no errors and all parts appear to be available.

It will launch just fine and has what appears to be a pretty good TWR , upon the first stage, there is an explosion [which I know is a new issue/feature of 1.0.5] and it pretty much destroys the next stage.

Does anyone have a suggestion?
Link to comment
Share on other sites

[quote name='gamerscircle']Please bare with me , as I am a new KSP player and not sure if I perhaps did something wrong or this is a result of 1.0.5, when I load in the Fasa Sandbox Save and load in the Fasa Apollo Saturn V, I get no errors and all parts appear to be available.

It will launch just fine and has what appears to be a pretty good TWR , upon the first stage, there is an explosion [which I know is a new issue/feature of 1.0.5] and it pretty much destroys the next stage.

Does anyone have a suggestion?[/QUOTE]

Most likely an interstage collided with engines and blown them up. Had the same problem today in RO. That and LES+shroud hitting parachutes after decoupling, blowing them up in the process.
Link to comment
Share on other sites

I went back and basically just pull parts off and put them back and it seems to work after that. Some of the engine fairings didn't cover correctly. Also, the CMS has a storage area that appears to have some science and power cells, are they just for show or? In the VAB, I am not able to click on them?

Thanks for any help, appreciate it.

[COLOR="silver"][SIZE=1]- - - Updated - - -[/SIZE][/COLOR]

Oh, I thought because there was a 1.0.5 that it was good to go? Are the colliders only something that the modders can fix?
Link to comment
Share on other sites

[quote name='ptr421']Most likely an interstage collided with engines and blown them up. Had the same problem today in RO. That and LES+shroud hitting parachutes after decoupling, blowing them up in the process.[/QUOTE]

Actually, with version 1.05 they just all explode. It's impossible to fly at the moment. If you try the Apollo, you blow the whole thing up, just trying to stage. Very interesting experience I must say. :confused:
Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...