Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proportion failure - Large drill #256

Open
EitanTal opened this issue Jun 4, 2014 · 2 comments
Open

Proportion failure - Large drill #256

EitanTal opened this issue Jun 4, 2014 · 2 comments

Comments

@EitanTal
Copy link

EitanTal commented Jun 4, 2014

The large drill scaling ratio breaks down at some point, creating the drill appear about 15 times larger in each direction.

To reproduce:
Phase 1: Launch "Base Kethane Drill II p"
Phase 2: Click Back to Space Center
Phase 3: Goto tracking center, Re-select the same vessel, click fly.
Phase 4: ???
Phase 5: PROFIT! vessel is now ginormous!

Couldn't attach the file, as they only accept pictures. Please instruct me on which way is convenient that I shall send the file.

Screenshot attached.

2014-06-04_00004

@EitanTal
Copy link
Author

EitanTal commented Jun 5, 2014

After poking the problem a bit further (hitting it with a stick), It turns out the problem has much to do with the drill being the first piece. (root node)

It even happens in this trivial craft here:

ship = Base Kethane Pump II p defective 2
version = 0.23.5
description =
type = VAB
PART
{
part = kethane.heavyDrill_4294138710
partName = Part
pos = 1.451999,23.16091,0.4512577
rot = 0,0,0,1
attRot = 0,0,0,1
mir = 1,1,1
istg = 0
dstg = 0
sidx = -1
sqor = -1
attm = 0
EVENTS
{
}
ACTIONS
{
}
MODULE
{
name = KethaneExtractor
isEnabled = True
EVENTS
{
DeployDrill
{
active = True
guiActive = True
guiActiveEditor = True
guiIcon = Deploy Drill
guiName = Deploy Drill
category = Deploy Drill
guiActiveUnfocused = False
unfocusedRange = 2
externalToEVAOnly = True
}
RetractDrill
{
active = False
guiActive = True
guiActiveEditor = True
guiIcon = Retract Drill
guiName = Retract Drill
category = Retract Drill
guiActiveUnfocused = False
unfocusedRange = 2
externalToEVAOnly = True
}
}
ACTIONS
{
DeployDrillAction
{
actionGroup = None
}
RetractDrillAction
{
actionGroup = None
}
ToggleDrillAction
{
actionGroup = None
}
}
}
MODULE
{
name = KethaneDrillAnimator
isEnabled = True
State = Retracted
EVENTS
{
}
ACTIONS
{
}
}
MODULE
{
name = KethaneParticleEmitter
isEnabled = True
EVENTS
{
}
ACTIONS
{
}
}
MODULE
{
name = KethaneParticleDynamics
isEnabled = True
EVENTS
{
}
ACTIONS
{
}
}
MODULE
{
name = KethaneParticleEmitter
isEnabled = True
EVENTS
{
}
ACTIONS
{
}
}
MODULE
{
name = KethaneParticleDynamics
isEnabled = True
EVENTS
{
}
ACTIONS
{
}
}
}

@Majiir
Copy link
Owner

Majiir commented Jun 7, 2014

I have just learned there's a bug in KSP where root parts are improperly initialized. If that's not the case here, I'll need your output_log.txt file.

@Majiir Majiir added bug labels Jun 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants