Jump to content

Mod that lists your biome and position (landed, low over, etc.)?


Pingonaut

Recommended Posts

I have Engineer, however this doesn't help in career mode if I don't have an engineer, KER part, etc. on my ship.

And like I said, I don't want to get a bigger mod (MJ and especially VOID are) just for this one thing.

Link to comment
Share on other sites

You could use a Module Manager config (or manually add) to add a ModuleGPS to all command parts.

Something like:


@PART[*]:HAS[@MODULE[ModuleCommand]]
{
MODULE
{
name = ModuleGPS
}
}

This will give you the planet name, lat/long, and biome at your current position in the right-click menu for whatever part you add it to.

Link to comment
Share on other sites

You could use a Module Manager config (or manually add) to add a ModuleGPS to all command parts.

Something like:


@PART[*]:HAS[@MODULE[ModuleCommand]]
{
MODULE
{
name = ModuleGPS
}
}

This will give you the planet name, lat/long, and biome at your current position in the right-click menu for whatever part you add it to.

Huh, interesting. I'll do this if I can't find anything else.

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...