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

Detect VertexMitchellNetravaliHeightMap #308

Merged
merged 2 commits into from
Sep 4, 2023

Conversation

HebaruSan
Copy link
Member

Motivation

The mod for KSP-CKAN/NetKAN#9788 says:

image

That third entry is this, which we have as VertexMitchellNetravaliHeightMap:

image

In browsing the depending mod, I found what looks like some config to use that plugin:

				//Heightmaps
				VertexMitchellNetravaliHeightMap //ancient terrain
				{
					map = TPR/PluginData/Munheightancient.png
					offset = -2300
					deformity = 3800
					scaleDeformityByRadius = False
					order = 10
					enabled = True
					name = _Height
				}

Changes

Now if the ModAnalyzer spots that string in a .cfg, it'll add this dependency automatically.

@HebaruSan HebaruSan added Enhancement New feature or request SpaceDock Adder Receives indexing requests and generates PRs. labels Sep 4, 2023
@HebaruSan HebaruSan merged commit 4ce295f into KSP-CKAN:master Sep 4, 2023
2 of 3 checks passed
@HebaruSan HebaruSan deleted the feature/analyzer-niako branch September 4, 2023 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request SpaceDock Adder Receives indexing requests and generates PRs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant