Jump to content

Simple Delta-V/TWR display


tgruetzm

Recommended Posts

Hi All,

Everytime I start with a new version of KSP I go modless for awhile. The one mod I usually first start to miss is Kerbal Engineer. I really like the mod, but 99% of the time all I use it for is delta-v and TWR.

I'm toying with the idea of building a simple mod that displays only delta-v and TWR by stage without the need for a part.

Does anything like this exist? Does anyone have other thoughts/suggestions around this?

Thanks,

Troy

Link to comment
Share on other sites

You could have just write a cfg so you didn't need the part or you can use Void which also has that info http://forum.kerbalspaceprogram.com/threads/54533-0-23-VOID-Vessel-Orbital-Informational-Display

EDIT- But if you want to use Kerbal Engineer but don't want to add the part you can use something like

@PART[*]:HAS[@MODULE[ModuleCommand],!MODULE[BuildEngineer]]
{
MODULE
{
name = BuildEngineer
}

MODULE
{
name = FlightEngineer
}
}

You would need ModuleManager *.*.* install and put the cfg anywhere in KSP/GameData

Edited by Mecripp2
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...